/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_disk_secure.c | 64 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 D | test_write_format_gnutar_filenames.c | 102 #ifdef S_IFLNK in DEFINE_TEST() 103 assertEqualInt(S_IFLNK, AE_IFLNK); in DEFINE_TEST()
|
/freebsd/contrib/file/src/ |
H A D | fsmagic.c | 69 #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 D | file_opts.h | 60 #ifdef S_IFLNK
|
H A D | file.c | 80 #ifdef S_IFLNK 226 #ifdef S_IFLNK in main() 347 #ifdef S_IFLNK in main()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 223 # 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 D | glob.c | 78 #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 D | sh.dir.c | 126 #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 D | file-type.h | 91 # ifdef S_IFLNK 92 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | readlink.cc | 46 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 D | symlink.cc | 57 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 D | misc.c | 263 return S_IFLNK; in nodetoino() 298 case S_IFLNK: in inotype()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | fs.c | 184 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 D | strmode.c | 59 case S_IFLNK: /* symbolic link */ in strmode()
|
/freebsd/lib/libc/string/ |
H A D | strmode.c | 53 case S_IFLNK: /* symbolic link */ in strmode()
|
/freebsd/contrib/ntp/tests/libntp/ |
H A D | realpath.c | 32 retv = (sb.st_mode & S_IFMT) != S_IFLNK; in isValidAbsPath()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | mkbusy.c | 140 case S_IFLNK: in main()
|
/freebsd/usr.sbin/makefs/ |
H A D | mtree.c | 439 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 D | common_kvm.c | 168 mode |= S_IFLNK; in nfs_filestat()
|
/freebsd/bin/pax/ |
H A D | ftree.c | 464 case S_IFLNK: in next_file()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | glob.c | 511 #if defined(S_IFLNK) && defined(S_IFMT) 512 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 464 # define S_ISLNK(m) ((m & S_IFMT) == S_IFLNK)
|
/freebsd/sys/sys/ |
H A D | stat.h | 274 #define S_IFLNK 0120000 /* symbolic link */ 273 #define S_IFLNK global() macro
|
/freebsd/usr.bin/stat/ |
H A D | stat.c | 869 case S_IFLNK: sdata = "@"; break; in format1() 887 case S_IFLNK: sdata = "Symbolic Link"; break; in format1()
|
/freebsd/usr.bin/bintrans/ |
H A D | uudecode.c | 276 case S_IFLNK: in decode2()
|