Lines Matching refs:errno
67 strerror(errno));
74 strerror(errno));
89 strerror(errno));
108 errno = 0;
124 if (errno != ENAMETOOLONG) {
125 tst_resm(TFAIL, "%s failed: errno should be %i but is %i", name,
126 ENAMETOOLONG, errno);
185 strerror(errno));
196 pcPathMax + 2, strerror(errno));
251 errno = 0;
259 if (errno != ENOENT) {
261 "%s failed: errno should be %i but is %i",
262 name, ENOENT, errno);
282 strerror(errno));
288 tst_resm(TFAIL, "close(%i) failed: %s", fd, strerror(errno));
294 errno = 0;
309 if (errno != ENOTDIR) {
311 "%s failed: errno should be %i but is %i",
312 name, ENOTDIR, errno);
338 if (errno != ENOENT) {
340 "%s failed: errno should be %i but is %i",
341 name, ENOENT, errno);