Home
last modified time | relevance | path

Searched refs:DT_UNKNOWN (Results 1 – 23 of 23) sorted by relevance

/glibc-2.36/posix/
Dtst-dir.c151 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()
Dtst-glob_lstat_compat.c60 { "dir1lev1", 1, DT_UNKNOWN },
200 if (filesystem[idx].type == DT_UNKNOWN) in my_stat()
220 if (filesystem[idx].type == DT_UNKNOWN) in my_lstat()
Dtst-gnuglob-skeleton.c51 { "file2lev1", 1, DT_UNKNOWN },
52 { "dir1lev1", 1, DT_UNKNOWN },
79 { "dir1lev2", 2, DT_UNKNOWN },
265 if (filesystem[idx].type == DT_UNKNOWN) in my_stat()
Dglob.c109 # 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()
Dbug-glob2.c246 if (filesystem[idx].type == DT_UNKNOWN) in my_stat()
/glibc-2.36/dirent/
Ddirent.h99 DT_UNKNOWN = 0, enumerator
100 # define DT_UNKNOWN DT_UNKNOWN macro
/glibc-2.36/iconv/
Dgconv_parseconfdir.h154 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/
Dmkdirent.c38 result->d_type = DT_UNKNOWN; in mkdirent()
/glibc-2.36/io/
Dtst-mkdirat.c134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in do_test()
Dtst-mkfifoat.c134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_FIFO) in do_test()
Dtst-mknodat.c134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_FIFO) in do_test()
Dftw.c547 int d_type = DT_UNKNOWN; in ftw_dir()
582 result = process_entry (data, &dir, runp, endp - runp, DT_UNKNOWN); in ftw_dir()
Dfts.c588 return dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN; in dirent_not_directory()
/glibc-2.36/elf/
Dldconfig.c838 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/
Dcharmap-dir.c118 if (dirent->d_type != DT_UNKNOWN && dirent->d_type != DT_LNK) in charmap_readdir()
Dlocale.c319 if (dirent->d_type != DT_UNKNOWN && dirent->d_type != DT_LNK) in select_dirs()
Dlocarchive.c1400 if (d_type == DT_UNKNOWN || d_type == DT_LNK) in add_locales_to_archive()
/glibc-2.36/manual/
Dfilesys.texi284 @item DT_UNKNOWN
314 value is DT_UNKNOWN. These two macros convert between @code{d_type}
Dpattern.texi237 Otherwise, the value @code{DT_UNKNOWN} can be used. The @code{glob}
/glibc-2.36/ChangeLog.old/
DChangeLog.126375 * posix/tst-gnuglob.c: Make a few entries DT_UNKNOWN and teach
DChangeLog.238624 Handle DT_UNKNOWN in gconv-modules.d
DChangeLog.1934868 (DT_UNKNOWN, DT_DIR, DT_LNK): New macros.
DChangeLog.1885350 system not operating system in the description of DT_UNKNOWN.