Searched refs:DT_UNKNOWN (Results 1 – 23 of 23) sorted by relevance
/glibc-2.36/posix/ |
D | tst-dir.c | 151 if (d->d_type != DT_UNKNOWN && d->d_type != DT_REG) in main() 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() 471 if (d->d_type != DT_UNKNOWN && d->d_type != DT_REG) in main()
|
D | tst-glob_lstat_compat.c | 60 { "dir1lev1", 1, DT_UNKNOWN }, 200 if (filesystem[idx].type == DT_UNKNOWN) in my_stat() 220 if (filesystem[idx].type == DT_UNKNOWN) in my_lstat()
|
D | tst-gnuglob-skeleton.c | 51 { "file2lev1", 1, DT_UNKNOWN }, 52 { "dir1lev1", 1, DT_UNKNOWN }, 79 { "dir1lev2", 2, DT_UNKNOWN }, 265 if (filesystem[idx].type == DT_UNKNOWN) in my_stat()
|
D | glob.c | 109 # undef DT_UNKNOWN 112 # define DT_UNKNOWN 0 macro 136 return DT_UNKNOWN; in readdir_result_type() 1390 case DT_LNK: case DT_UNKNOWN: in glob_in_dir()
|
D | bug-glob2.c | 246 if (filesystem[idx].type == DT_UNKNOWN) in my_stat()
|
/glibc-2.36/dirent/ |
D | dirent.h | 99 DT_UNKNOWN = 0, enumerator 100 # define DT_UNKNOWN DT_UNKNOWN macro
|
/glibc-2.36/iconv/ |
D | gconv_parseconfdir.h | 154 if (ent->d_type != DT_REG && ent->d_type != DT_UNKNOWN) in gconv_parseconfdir() 168 if (ent->d_type != DT_UNKNOWN in gconv_parseconfdir()
|
/glibc-2.36/manual/examples/ |
D | mkdirent.c | 38 result->d_type = DT_UNKNOWN; in mkdirent()
|
/glibc-2.36/io/ |
D | tst-mkdirat.c | 134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in do_test()
|
D | tst-mkfifoat.c | 134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_FIFO) in do_test()
|
D | tst-mknodat.c | 134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_FIFO) in do_test()
|
D | ftw.c | 547 int d_type = DT_UNKNOWN; in ftw_dir() 582 result = process_entry (data, &dir, runp, endp - runp, DT_UNKNOWN); in ftw_dir()
|
D | fts.c | 588 return dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN; in dirent_not_directory()
|
/glibc-2.36/elf/ |
D | ldconfig.c | 838 if (direntry->d_type != DT_UNKNOWN in search_dir() 888 if (direntry->d_type != DT_UNKNOWN) in search_dir() 950 && direntry->d_type != DT_UNKNOWN in search_dir() 982 && direntry->d_type != DT_UNKNOWN in search_dir()
|
/glibc-2.36/locale/programs/ |
D | charmap-dir.c | 118 if (dirent->d_type != DT_UNKNOWN && dirent->d_type != DT_LNK) in charmap_readdir()
|
D | locale.c | 319 if (dirent->d_type != DT_UNKNOWN && dirent->d_type != DT_LNK) in select_dirs()
|
D | locarchive.c | 1400 if (d_type == DT_UNKNOWN || d_type == DT_LNK) in add_locales_to_archive()
|
/glibc-2.36/manual/ |
D | filesys.texi | 284 @item DT_UNKNOWN 314 value is DT_UNKNOWN. These two macros convert between @code{d_type}
|
D | pattern.texi | 237 Otherwise, the value @code{DT_UNKNOWN} can be used. The @code{glob}
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 6375 * posix/tst-gnuglob.c: Make a few entries DT_UNKNOWN and teach
|
D | ChangeLog.23 | 8624 Handle DT_UNKNOWN in gconv-modules.d
|
D | ChangeLog.19 | 34868 (DT_UNKNOWN, DT_DIR, DT_LNK): New macros.
|
D | ChangeLog.18 | 85350 system not operating system in the description of DT_UNKNOWN.
|