Lines Matching refs:ebuf
32 extern char ebuf[ERR_BUF_SIZ];
73 sprintf(ebuf, "Can't mkdir ./tmp");
74 perror(ebuf);
81 sprintf(ebuf, "Can't mkdir %s %d",
83 perror(ebuf);
91 sprintf(ebuf, "Can't symlink %s ",
93 perror(ebuf);
102 sprintf(ebuf, "Can't open %s", pathdat[i].name);
103 perror(ebuf);
124 sprintf(ebuf, "Can't chmod %s ", "./tmp/data/d333");
125 perror(ebuf);
132 sprintf(ebuf, "Can't chmod %s ", "./tmp/data/d666");
133 perror(ebuf);
140 sprintf(ebuf, "Can't chmod %s ", "./tmp/data/dirg/dir_right.1");
141 perror(ebuf);