Searched refs:DT_DIR (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/posix/ |
D | tst-gnuglob-skeleton.c | 48 { ".", 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 …]
|
D | bug-glob2.c | 63 { ".", 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 …]
|
D | tst-glob_lstat_compat.c | 58 { ".", 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()
|
D | tst-dir.c | 234 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()
|
D | glob.c | 110 # undef DT_DIR 113 # define DT_DIR 1 macro 1389 case DT_DIR: break; in glob_in_dir()
|
/glibc-2.36/dirent/ |
D | dirent.h | 105 DT_DIR = 4, enumerator 106 # define DT_DIR DT_DIR macro
|
/glibc-2.36/io/ |
D | tst-mkdirat.c | 134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in do_test()
|
D | fts.c | 587 #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/ |
D | ldconfig.c | 841 && direntry->d_type != DT_DIR) in search_dir()
|
/glibc-2.36/locale/programs/ |
D | locarchive.c | 1412 if (d_type == DT_DIR) in add_locales_to_archive()
|
/glibc-2.36/manual/ |
D | filesys.texi | 291 @item DT_DIR
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 34868 (DT_UNKNOWN, DT_DIR, DT_LNK): New macros.
|