/io/ |
A D | tst-unlinkat.c | 75 struct dirent64 *d; in do_test() local 76 while ((d = readdir64 (dir)) != NULL) in do_test() 77 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 79 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test() 122 while ((d = readdir64 (dir)) != NULL) in do_test() 123 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 125 if (strcmp (d->d_name, "some-file") != 0) in do_test() 127 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test() 162 while ((d = readdir64 (dir)) != NULL) in do_test() 163 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() [all …]
|
A D | tst-mkdirat.c | 76 struct dirent64 *d; in do_test() local 77 while ((d = readdir64 (dir)) != NULL) in do_test() 78 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 80 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test() 130 while ((d = readdir64 (dir)) != NULL) in do_test() 131 if (strcmp (d->d_name, "some-dir") == 0) in do_test() 134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in do_test() 140 else if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 142 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-mkfifoat.c | 76 struct dirent64 *d; in do_test() local 77 while ((d = readdir64 (dir)) != NULL) in do_test() 78 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 80 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test() 130 while ((d = readdir64 (dir)) != NULL) in do_test() 131 if (strcmp (d->d_name, "some-fifo") == 0) in do_test() 134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_FIFO) in do_test() 140 else if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 142 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-mknodat.c | 76 struct dirent64 *d; in do_test() local 77 while ((d = readdir64 (dir)) != NULL) in do_test() 78 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 80 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test() 130 while ((d = readdir64 (dir)) != NULL) in do_test() 131 if (strcmp (d->d_name, "some-fifo") == 0) in do_test() 134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_FIFO) in do_test() 140 else if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 142 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-openat.c | 75 struct dirent64 *d; in do_test() local 76 while ((d = readdir64 (dir)) != NULL) in do_test() 77 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 79 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test() 137 while ((d = readdir64 (dir)) != NULL) in do_test() 138 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 140 if (strcmp (d->d_name, "some-file") != 0) in do_test() 142 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-readlinkat.c | 75 struct dirent64 *d; in do_test() local 76 while ((d = readdir64 (dir)) != NULL) in do_test() 77 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 79 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-futimesat.c | 95 struct dirent64 *d; in do_test() local 96 while ((d = readdir64 (dir)) != NULL) in do_test() 97 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 99 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-fchmodat.c | 77 struct dirent64 *d; in do_test() local 78 while ((d = readdir64 (dir)) != NULL) in do_test() 79 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 81 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-fchownat.c | 87 struct dirent64 *d; in do_test() local 88 while ((d = readdir64 (dir)) != NULL) in do_test() 89 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 91 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-fstatat.c | 75 struct dirent64 *d; in do_test() local 76 while ((d = readdir64 (dir)) != NULL) in do_test() 77 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 79 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-symlinkat.c | 75 struct dirent64 *d; in do_test() local 76 while ((d = readdir64 (dir)) != NULL) in do_test() 77 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 79 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-linkat.c | 75 struct dirent64 *d; in do_test() local 76 while ((d = readdir64 (dir)) != NULL) in do_test() 77 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 79 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-faccessat.c | 77 struct dirent64 *d; in do_test() local 78 while ((d = readdir64 (dir)) != NULL) in do_test() 79 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 81 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | tst-renameat.c | 75 struct dirent64 *d; in do_test() local 76 while ((d = readdir64 (dir)) != NULL) in do_test() 77 if (strcmp (d->d_name, ".") != 0 && strcmp (d->d_name, "..") != 0) in do_test() 79 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()
|
A D | ftw.c | 295 struct dirent64 *d; in open_dir_stream() local 298 while ((d = __readdir64 (st)) != NULL) in open_dir_stream() 300 size_t this_len = NAMLEN (d); in open_dir_stream() 317 *((char *) __mempcpy (buf + actsize, d->d_name, this_len)) in open_dir_stream() 487 struct dirent64 *d; in ftw_dir() local 544 while (dir.stream != NULL && (d = __readdir64 (dir.stream)) != NULL) in ftw_dir() 548 d_type = d->d_type; in ftw_dir() 550 result = process_entry (data, &dir, d->d_name, NAMLEN (d), d_type); in ftw_dir()
|
A D | Versions | 16 # d*
|
A D | ftwtest-sh | 46 tmpdir=$(mktemp -d $tmp/ftwtest.d.XXXXXX)
|