Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/posix/
Dtst-gnuglob-skeleton.c48 { ".", 1, DT_DIR },
49 { "..", 1, DT_DIR },
53 { ".", 2, DT_DIR },
54 { "..", 2, DT_DIR },
56 { "dir1lev2", 2, DT_DIR },
57 { ".", 3, DT_DIR },
58 { "..", 3, DT_DIR },
59 { "dir2lev2", 2, DT_DIR },
60 { ".", 3, DT_DIR },
61 { "..", 3, DT_DIR },
[all …]
Dbug-glob2.c63 { ".", 1, DT_DIR, 0755 },
64 { "..", 1, DT_DIR, 0755 },
65 { "dir", 1, DT_DIR, 0755 },
66 { ".", 2, DT_DIR, 0755 },
67 { "..", 2, DT_DIR, 0755 },
68 { "readable", 2, DT_DIR, 0755 },
69 { ".", 3, DT_DIR, 0755 },
70 { "..", 3, DT_DIR, 0755 },
73 { "unreadable", 2, DT_DIR, 0111 },
74 { ".", 3, DT_DIR, 0111 },
[all …]
Dtst-glob_lstat_compat.c58 { ".", 1, DT_DIR },
59 { "..", 1, DT_DIR },
61 { ".", 2, DT_DIR },
62 { "..", 2, DT_DIR },
120 if (filesystem[idx].type != DT_DIR in find_file()
142 if (idx == -1 || filesystem[idx].type != DT_DIR) in my_opendir()
203 ? DT_DIR : DT_REG) | 0777; in my_stat()
223 ? DT_DIR : DT_REG) | 0777; in my_lstat()
Dtst-dir.c234 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in main()
325 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in main()
453 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in main()
Dglob.c110 # undef DT_DIR
113 # define DT_DIR 1 macro
1389 case DT_DIR: break; in glob_in_dir()
/glibc-2.36/dirent/
Ddirent.h105 DT_DIR = 4, enumerator
106 # define DT_DIR DT_DIR macro
/glibc-2.36/io/
Dtst-mkdirat.c134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in do_test()
Dfts.c587 #if defined DT_DIR && defined _DIRENT_HAVE_D_TYPE in dirent_not_directory()
588 return dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN; in dirent_not_directory()
/glibc-2.36/elf/
Dldconfig.c841 && direntry->d_type != DT_DIR) in search_dir()
/glibc-2.36/locale/programs/
Dlocarchive.c1412 if (d_type == DT_DIR) in add_locales_to_archive()
/glibc-2.36/manual/
Dfilesys.texi291 @item DT_DIR
/glibc-2.36/ChangeLog.old/
DChangeLog.1934868 (DT_UNKNOWN, DT_DIR, DT_LNK): New macros.