Lines Matching refs:ebuf
32 extern char ebuf[ERR_BUF_SIZ];
72 sprintf(ebuf, "Can't mkdir ./tmp");
73 perror(ebuf);
80 sprintf(ebuf, "Can't mkdir %s %d",
82 perror(ebuf);
90 sprintf(ebuf, "Can't symlink %s ",
92 perror(ebuf);
101 sprintf(ebuf, "Can't open %s", pathdat[i].name);
102 perror(ebuf);
123 sprintf(ebuf, "Can't chmod %s ", "./tmp/data/d333");
124 perror(ebuf);
131 sprintf(ebuf, "Can't chmod %s ", "./tmp/data/d666");
132 perror(ebuf);
139 sprintf(ebuf, "Can't chmod %s ", "./tmp/data/dirg/dir_right.1");
140 perror(ebuf);