Home
last modified time | relevance | path

Searched refs:d (Results 1 – 17 of 17) sorted by relevance

/io/
A Dtst-unlinkat.c75 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 Dtst-mkdirat.c76 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 Dtst-mkfifoat.c76 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 Dtst-mknodat.c76 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 Dtst-openat.c75 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 Dtst-readlinkat.c75 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 Dtst-futimesat.c95 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 Dtst-fchmodat.c77 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 Dtst-fchownat.c87 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 Dtst-fstatat.c75 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 Dtst-symlinkat.c75 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 Dtst-linkat.c75 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 Dtst-faccessat.c77 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 Dtst-renameat.c75 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 Dftw.c295 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 DVersions16 # d*
A Dftwtest-sh46 tmpdir=$(mktemp -d $tmp/ftwtest.d.XXXXXX)

Completed in 18 milliseconds