Lines Matching refs:d
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()
165 if (strcmp (d->d_name, "some-file") == 0) in do_test()
172 printf ("temp directory contains file \"%s\"\n", d->d_name); in do_test()