Searched refs:DT_UNKNOWN (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dast_dir.h73 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_LNK) && ! ( __APPLE__ || __MACH__ )
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddirent.h127 #define DT_UNKNOWN 0 macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfts.c118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)->type != DT_DIR && ((f)->type != DT_LNK || ((p)->flags & FTS_PHYSICAL)))))
120 #undef DT_UNKNOWN macro
121 #define DT_UNKNOWN 0 macro
124 #define ISTYPE(f,t) ((t)==DT_UNKNOWN)
142 * D_TYPE(&dirent_t)!=DT_UNKNOWN
198 TYPE(f, DT_UNKNOWN);
509 if (!f->symlink && (ISTYPE(f, DT_UNKNOWN) || ISTYPE(f, DT_LNK)))
570 TYPE(f, DT_UNKNOWN);
778 fts->parent->type = DT_UNKNOWN;
H A Dglob.c96 if (D_TYPE(dp) != DT_UNKNOWN && D_TYPE(dp) != DT_DIR && D_TYPE(dp) != DT_LNK)
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dfts.c806 case (F_STATDIR | DT_UNKNOWN):
808 case (F_STATDIRSYM | DT_UNKNOWN):
811 case (F_ALWAYSSTAT | DT_UNKNOWN):
820 case (F_D_TYPE | DT_UNKNOWN):
822 case (F_D_TYPESYM | DT_UNKNOWN):
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vnops.c845 dp->d_type = DT_UNKNOWN;
869 dp->d_type = DT_UNKNOWN;
916 dp->d_type = DT_UNKNOWN;
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.c85 DT_REG, DT_FIFO, DT_CHR, DT_UNKNOWN,
86 DT_DIR, DT_UNKNOWN, DT_BLK, DT_UNKNOWN,
87 DT_REG, DT_UNKNOWN, DT_LNK, DT_UNKNOWN,
88 DT_SOCK, DT_UNKNOWN, DT_WHT, DT_UNKNOWN
3141 u_int8_t type = DT_UNKNOWN;
3463 u_int8_t type = DT_UNKNOWN;
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFURLAccess.c429 if (dent->d_type == DT_DIR || dent->d_type == DT_UNKNOWN) {
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_readdir.c430 dp->d_type = DT_UNKNOWN;
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c586 dp->d_type = DT_UNKNOWN;
H A Ddevfs_vnops.c1345 dirent.d_type = DT_UNKNOWN;
/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c453 if (dp->d_type == DT_DIR || dp->d_type == DT_UNKNOWN || dp->d_type == DT_LNK || dp->d_type == DT_WHT) {
H A DCFBundle_Resources.c1675 else if (fileType == DT_UNKNOWN) {
/macosx-10.9.5/sudo-72/src/
H A Dsudoreplay.c993 if (dp->d_type != DT_UNKNOWN)
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSSession.cpp832 /* NFS directories show up as DT_UNKNOWN */
834 case DT_UNKNOWN:
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_dir.c758 * could be a symbolic link so return DT_UNKNOWN as it would be
761 * Also, system files need to be returned as DT_UNKNOWN as they
770 de->d_type = DT_UNKNOWN;
974 * DT_UNKNOWN, DT_FIFO, DT_CHR, DT_DIR, DT_BLK, DT_REG, DT_LNK, DT_SOCK,
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c2274 buf_type = DT_UNKNOWN; /* Might be a symlink */
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Dupdate_dyld_shared_cache.cpp3192 if ( entry->d_type == DT_REG || entry->d_type == DT_UNKNOWN ) {
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c956 dp->d_type = DT_UNKNOWN;
H A Dnfs_vnops.c5595 dp->d_type = DT_UNKNOWN;

Completed in 340 milliseconds