Searched refs:DT_LNK (Results 1 - 17 of 17) 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.h133 #define DT_LNK 10 macro
/macosx-10.9.5/diskdev_cmds-572.1.1/fstyp.tproj/
H A Dfstyp.c112 ((dp->d_type == DT_REG) || (dp->d_type == DT_LNK)) &&
/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)))))
122 #undef DT_LNK macro
123 #define DT_LNK 1 macro
509 if (!f->symlink && (ISTYPE(f, DT_UNKNOWN) || ISTYPE(f, DT_LNK)))
559 TYPE(f, DT_LNK);
1354 if (f->fts_info == FTS_SL || ISTYPE(f, DT_LNK) || f->fts_info == FTS_NSOK)
1380 if (f->fts_info == FTS_SL || ISTYPE(f, DT_LNK) || f->fts_info == FTS_NSOK)
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.c810 case (F_STATDIRSYM | DT_LNK):
817 case (F_ALWAYSSTAT | DT_LNK):
824 case (F_D_TYPESYM | DT_LNK):
848 case (F_D_TYPE | DT_LNK):
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/unix/
H A Ddir.c113 case DT_LNK:
/macosx-10.9.5/apr-30/apr/apr/file_io/unix/
H A Ddir.c122 case DT_LNK:
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dnbsp.c134 if (scan->d_type != DT_LNK) {
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAMain.c173 else if ( item->d_type == DT_LNK )
/macosx-10.9.5/sudo-72/src/
H A Dttyname.c244 if (dp->d_type != DT_LNK && dp->d_type != DT_CHR)
/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) {
1024 #define DT_LNK 10 macro
H A DCFInternal.h581 #define DT_LNK 10 macro
H A DCFBundle_Resources.c1205 if (fileType == DT_DIR || fileType == DT_LNK) {
1238 // Do a more substantial check for the subdirectories that make up version 0/1/2 bundles. These are sometimes symlinks (like in Frameworks) and they would have been missed by our check above. Perhaps we can do a check for DT_LNK there as well, if it's sufficient instead of looking at the actual contents.
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vnops.c914 dp->d_type = vnode_isdir(fntovn(cfnp)) ? DT_DIR : DT_LNK;
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1342 dirent.d_type = DT_LNK;
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.c87 DT_REG, DT_UNKNOWN, DT_LNK, DT_UNKNOWN,

Completed in 299 milliseconds