Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/include/
H A Dast_dir.h73 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_dir.h82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_dir.h82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_dir.h82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_dir.h82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
/titanic_41/usr/src/lib/libast/common/misc/
H A Dfts.c118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)-…
120 #undef DT_UNKNOWN
121 #define DT_UNKNOWN 0 macro
124 #define ISTYPE(f,t) ((t)==DT_UNKNOWN)
198 TYPE(f, DT_UNKNOWN); in node()
509 if (!f->symlink && (ISTYPE(f, DT_UNKNOWN) || ISTYPE(f, DT_LNK))) in info()
570 TYPE(f, DT_UNKNOWN); in info()
778 fts->parent->type = DT_UNKNOWN; in fts_open()
H A Dglob.c98 if (D_TYPE(dp) != DT_UNKNOWN && D_TYPE(dp) != DT_DIR && D_TYPE(dp) != DT_LNK) in gl_dirnext()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dufs2.h184 #define DT_UNKNOWN 0 macro
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c237 enum {DT_HC, DT_DEVID, DT_TP, DT_DEV, DT_CPU, DT_UNKNOWN} type = in platform_getpath() enumerator
238 DT_UNKNOWN; in platform_getpath()