Lines Matching defs:path
14 * - EFAULT when path points to an invalid address.
15 * - ELOOP when too many symbolic links were encountered in translating path.
16 * - ENAMETOOLONG when path is too long.
17 * - ENOENT when the file referred to by path does not exist.
18 * - ENOTDIR a component of the path prefix of path is not a directory.
32 char *path;
54 if (tcases[i].path == (char *)-1)
55 tcases[i].path = tst_get_bad_addr(NULL);
63 TST_EXP_FAIL(statvfs(tc->path, tc->buf), tc->exp_errno);