Searched refs:paths (Results 1 – 3 of 3) sorted by relevance
/io/ |
A D | tst-open-tmpfile.c | 288 const char *paths[] = { ".", "/dev/shm", "/tmp", in do_test() local 292 for (int i = 0; paths[i] != NULL; ++i) in do_test() 293 if (probe_path (paths[i])) in do_test() 296 check_wrapper ("open", wrap_open, paths[i]); in do_test() 297 check_wrapper ("openat", wrap_openat, paths[i]); in do_test() 298 check_wrapper ("open64", wrap_open64, paths[i]); in do_test() 299 check_wrapper ("openat64", wrap_openat64, paths[i]); in do_test()
|
A D | tst-fts.c | 161 char *paths[2] = { fts_test_dir, NULL }; in do_test() local 163 fts = fts_open (paths, FTS_LOGICAL, &compare_ents); in do_test()
|
A D | tst-lchmod.c | 138 const char *paths[] = { path_dangling, path_loop }; in test_1() local 139 for (size_t i = 0; i < array_length (paths); ++i) in test_1() 141 const char *path = paths[i]; in test_1()
|
Completed in 4 milliseconds