Searched refs:S_IFLNK (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h286 #define S_IFLNK 0120000 /* [XSI] symbolic link */ macro
H A Dstat.h372 #define S_IFLNK 0120000 /* [XSI] symbolic link */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_lookup.c335 if (!(flags & ISLASTCN) && (type != S_IFDIR) && (type != S_IFLNK)) {
H A Dhfs_vnops.c2801 ap->a_vap->va_mode |= S_IFLNK;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c376 vap->va_mode |= (S_IFLNK);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c942 mode |= S_IFLNK;
H A Dvfs_attrlist.c1163 va.va_mode |= S_IFLNK;
H A Dvfs_subr.c143 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK,
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vnops.c153 if (ip->i_size == 0 && (vap->va_mode & S_IFMT) == S_IFLNK) {

Completed in 188 milliseconds