Lines Matching defs:path

203 check_dup(const char *testname, const char *path, const int *modes,
213 fd = open(path, mode);
229 check_dup2(const char *testname, const char *path, const int *modes,
239 fd = open(path, mode);
255 check_fchdir(const char *testname, const char *path, const int *modes,
265 fd = open(path, mode);
279 check_fchflags(const char *testname, const char *path, const int *modes,
289 fd = open(path, mode);
303 check_fchmod(const char *testname, const char *path, int setmode,
313 fd = open(path, mode);
327 check_fchown(const char *testname, const char *path, const int *modes,
337 fd = open(path, mode);
351 check_flock(const char *testname, const char *path, const int *modes,
361 fd = open(path, mode);
375 check_fpathconf(const char *testname, const char *path, const int *modes,
386 fd = open(path, mode);
401 check_fstat(const char *testname, const char *path, const int *modes,
412 fd = open(path, mode);
426 check_fstatfs(const char *testname, const char *path, const int *modes,
437 fd = open(path, mode);
451 check_fsync(const char *testname, const char *path, const int *modes,
461 fd = open(path, mode);
475 check_ftruncate(const char *testname, const char *path, const int *modes,
490 fd = open(path, mode);
588 check_futimes(const char *testname, const char *path, const int *modes,
598 fd = open(path, mode);
612 check_lseek(const char *testname, const char *path, const int *modes,
622 fd = open(path, mode);
636 check_getdents(const char *testname, const char *path, int isdir,
648 fd = open(path, mode);
676 check_sendfile(const char *testname, const char *path, int isdir,
688 fd = open(path, mode);
772 check_write(const char *testname, write_fn fn, const char *path,
786 fd = open(path, mode);
858 check_read(const char *testname, read_fn fn, const char *path,
870 fd = open(path, mode);
893 check_mmap_read(const char *testname, const char *path, int isdir,
905 fd = open(path, mode);
939 check_mmap_write(const char *testname, const char *path, const int *modes,
953 fd = open(path, mode);
981 check_mmap_exec(const char *testname, const char *path, int isdir,
993 fd = open(path, mode);
1023 check_mmap_write_private(const char *testname, const char *path, int isdir,
1035 fd = open(path, mode);