Searched refs:S_IFLNK (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-11-stable/stand/libsa/
H A Dnfs.c743 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFSOCK, S_IFIFO, 0 };
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c478 if (i != S_IFREG && i != S_IFLNK)
/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.c626 if (node->type == S_IFLNK) {
/freebsd-11-stable/usr.bin/find/
H A Dfunction.c1598 mask = S_IFLNK;
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c1926 error = nandfs_node_create(nmp, &node, S_IFLNK | mode);
/freebsd-11-stable/sys/kern/
H A Dvfs_vnops.c1440 mode |= S_IFLNK;
H A Dvfs_subr.c157 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK,
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c5941 ** Definitions for mode bitmasks S_IFDIR, S_IFREG and S_IFLNK.
5955 #ifndef S_IFLNK
5956 # define S_IFLNK 0120000 macro
7293 case 'l': mode |= S_IFLNK; break;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp6499 case S_IFLNK:

Completed in 258 milliseconds

123