Home
last modified time | relevance | path

Searched refs:S_IFLNK (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_secure.c64 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
93 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
114 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
135 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
158 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
180 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
208 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
H A Dtest_write_format_gnutar_filenames.c102 #ifdef S_IFLNK in DEFINE_TEST()
103 assertEqualInt(S_IFLNK, AE_IFLNK); in DEFINE_TEST()
/freebsd/contrib/file/src/
H A Dfsmagic.c69 #ifdef S_IFLNK
111 #ifdef S_IFLNK in file_fsmagic()
125 #ifdef S_IFLNK in file_fsmagic()
293 #ifdef S_IFLNK in file_fsmagic()
294 case S_IFLNK: in file_fsmagic()
H A Dfile_opts.h60 #ifdef S_IFLNK
H A Dfile.c80 #ifdef S_IFLNK
226 #ifdef S_IFLNK in main()
347 #ifdef S_IFLNK in main()
/freebsd/contrib/tcsh/
H A Dtc.os.h223 # define S_IFLNK 0120000 /* symbolic link */ macro
258 # if !defined(S_ISLNK) && defined(S_IFLNK)
259 # define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK)
269 # undef S_IFLNK
439 #ifndef S_IFLNK
H A Dglob.c78 #if !defined(S_ISLNK) && defined(S_IFLNK)
79 #define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK)
97 #ifdef S_IFLNK
217 #ifdef S_IFLNK
509 #ifdef S_IFLNK in glob2()
634 #ifdef S_IFLNK in glob3()
H A Dsh.dir.c126 #ifdef S_IFLNK in dinit()
335 #ifdef S_IFLNK in dnormalize()
889 #ifdef S_IFLNK /* if we have symlinks */ in dcanon_internal()
977 #ifdef S_IFLNK /* if we have symlinks */ in dcanon_internal()
1048 #ifdef S_IFLNK /* if we have symlinks */ in dcanon_internal()
1117 #ifdef S_IFLNK in dcanon_internal()
/freebsd/contrib/diff/lib/
H A Dfile-type.h91 # ifdef S_IFLNK
92 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/freebsd/tests/sys/fs/fusefs/
H A Dreadlink.cc46 FuseTest::expect_lookup(relpath, ino, S_IFLNK | 0777, 0, 1); in expect_lookup()
98 out.body.entry.attr.mode = S_IFLNK | 0777; in TEST_F()
H A Dsymlink.cc57 out.body.entry.attr.mode = S_IFLNK | 0777; in expect_symlink()
86 out.body.entry.attr.mode = S_IFLNK | 0777; in expect_symlink()
/freebsd/contrib/mtree/
H A Dmisc.c263 return S_IFLNK; in nodetoino()
298 case S_IFLNK: in inotype()
/freebsd/usr.sbin/makefs/zfs/
H A Dfs.c184 cur->type == S_IFLNK); in fsnode_valid()
221 case S_IFLNK: in fs_populate_dirent()
398 case S_IFLNK: in fs_populate_sattrs()
408 case S_IFLNK: in fs_populate_sattrs()
511 if (cur->type == S_IFLNK) { in fs_populate_sattrs()
659 assert(cur->type == S_IFLNK); in fs_populate_symlink()
697 case S_IFLNK: in fs_foreach_populate()
/freebsd/crypto/openssh/openbsd-compat/
H A Dstrmode.c59 case S_IFLNK: /* symbolic link */ in strmode()
/freebsd/lib/libc/string/
H A Dstrmode.c53 case S_IFLNK: /* symbolic link */ in strmode()
/freebsd/contrib/ntp/tests/libntp/
H A Drealpath.c32 retv = (sb.st_mode & S_IFMT) != S_IFLNK; in isValidAbsPath()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkbusy.c140 case S_IFLNK: in main()
/freebsd/usr.sbin/makefs/
H A Dmtree.c439 if (n->type == S_IFLNK) in create_node()
671 node->type = S_IFLNK; in read_mtree_keywords()
742 if (type == S_IFLNK && node->symlink == NULL) { in read_mtree_keywords()
750 type = (node->symlink != NULL) ? S_IFLNK : S_IFDIR; in read_mtree_keywords()
/freebsd/lib/libprocstat/
H A Dcommon_kvm.c168 mode |= S_IFLNK; in nfs_filestat()
/freebsd/bin/pax/
H A Dftree.c464 case S_IFLNK: in next_file()
/freebsd/crypto/heimdal/lib/roken/
H A Dglob.c511 #if defined(S_IFLNK) && defined(S_IFMT)
512 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/freebsd/contrib/tnftp/
H A Dtnftp.h464 # define S_ISLNK(m) ((m & S_IFMT) == S_IFLNK)
/freebsd/sys/sys/
H A Dstat.h274 #define S_IFLNK 0120000 /* symbolic link */
273 #define S_IFLNK global() macro
/freebsd/usr.bin/stat/
H A Dstat.c869 case S_IFLNK: sdata = "@"; break; in format1()
887 case S_IFLNK: sdata = "Symbolic Link"; break; in format1()
/freebsd/usr.bin/bintrans/
H A Duudecode.c276 case S_IFLNK: in decode2()

123