/freebsd/contrib/diff/lib/ |
H A D | file-type.h | 40 # undef S_ISLNK 90 # ifndef S_ISLNK 92 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro 94 # define S_ISLNK(m) 0 macro
|
H A D | file-type.c | 56 if (S_ISLNK (st->st_mode)) in file_type()
|
/freebsd/usr.bin/diff/ |
H A D | diffdir.c | 208 if (S_ISLNK(stb1.st_mode) || S_ISLNK(stb2.st_mode)) { in diffit() 209 if (S_ISLNK(stb1.st_mode) && S_ISLNK(stb2.st_mode)) { in diffit() 235 path1, S_ISLNK(stb1.st_mode) ? "symbolic link" : in diffit() 238 path2, S_ISLNK(stb2.st_mode) ? "symbolic link" : in diffit()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 235 # undef S_ISLNK 258 # if !defined(S_ISLNK) && defined(S_IFLNK) 259 # define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK) macro 268 # undef S_ISLNK
|
H A D | glob.c | 78 #if !defined(S_ISLNK) && defined(S_IFLNK) 79 #define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK) macro 82 #if !defined(S_ISLNK) && !defined(lstat) 510 || (S_ISLNK(sbuf.st_mode) && in glob2() 608 && ((globstar && !chase_symlinks) || !S_ISLNK(sbuf.st_mode)) in glob3() 636 (Lstat(pathbuf->s, &sbuf) || S_ISLNK(sbuf.st_mode))) in glob3()
|
/freebsd/usr.sbin/pw/ |
H A D | rm_r.c | 91 } else if (S_ISLNK(st.st_mode) || st.st_uid == uid) in rm_r() 99 if (S_ISLNK(st.st_mode)) { in rm_r()
|
H A D | cpdir.c | 102 if (S_ISLNK(st.st_mode) && in copymkdir()
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | util.c | 118 #if defined(S_ISLNK) in bsdar_strmode() 119 else if (S_ISLNK(m)) in bsdar_strmode()
|
/freebsd/contrib/sendmail/smrsh/ |
H A D | smrsh.c | 326 #ifdef S_ISLNK 327 && !S_ISLNK(st.st_mode)
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 255 #ifdef S_ISLNK 256 if (bitset(SFF_NOSLINK, flags) && S_ISLNK(st->st_mode)) 484 #ifdef S_ISLNK 486 if (S_ISLNK(stbuf.st_mode))
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | glob.c | 510 #ifndef S_ISLNK 512 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro 514 #define S_ISLNK(mode) 0 macro 538 || (S_ISLNK(sb.st_mode) && in glob2()
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 463 #if !defined(S_ISLNK) 464 # define S_ISLNK(m) ((m & S_IFMT) == S_IFLNK) macro
|
/freebsd/usr.bin/find/ |
H A D | ls.c | 72 if (S_ISLNK(sb->st_mode)) in printlong()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_disk_secure.c | 171 assert(S_ISLNK(st.st_mode)); in DEFINE_TEST() 256 assert(S_ISLNK(st.st_mode)); in DEFINE_TEST()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ls.c | 135 #ifndef S_ISLNK 136 #define S_ISLNK(mode) (((mode) & _S_IFMT) == S_IFLNK) macro 176 else if(S_ISLNK(st->st_mode)) { in make_fileinfo() 298 if(S_ISLNK(st->st_mode)) { in make_fileinfo()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_stat.c | 387 if (S_ISLNK(sa.st_mode) != 0) in ATF_TC_BODY() 390 if (S_ISLNK(sb.st_mode) == 0) in ATF_TC_BODY()
|
/freebsd/bin/mv/ |
H A D | mv.c | 121 if (lstat(argv[1], &sb) == 0 && S_ISLNK(sb.st_mode)) in main() 225 if (!S_ISLNK(sb.st_mode)) { in do_move()
|
/freebsd/contrib/bmake/ |
H A D | realpath.c | 175 if (S_ISLNK(sb.st_mode)) { in realpath()
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | zfs_znode_impl.h | 69 #define Z_ISLNK(type) S_ISLNK(type)
|
/freebsd/crypto/openssh/ |
H A D | sftp-realpath.c | 168 if (S_ISLNK(sb.st_mode)) { in sftp_realpath()
|
/freebsd/usr.sbin/makefs/ |
H A D | walk.c | 196 if (S_ISLNK(cur->type)) { in walk_dir() 573 if (S_ISLNK(cur->type)) { in dump_fsnodes() 602 if (S_ISLNK(mode)) in inode_type()
|
/freebsd/lib/libc/stdlib/ |
H A D | realpath.c | 143 if (S_ISLNK(sb.st_mode)) { in realpath1()
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | cmds.c | 806 if (S_ISLNK(stbuf.st_mode)) { in unlinkf() 825 if (S_ISLNK(stbuf.st_mode)) { in unlinkf() 850 if (S_ISLNK(stbuf.st_mode)) { in unlinkf()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_realpath.c | 189 if (S_ISLNK(sb.st_mode)) { in realpath1()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 111 # undef S_ISLNK 120 # define S_ISLNK(m) (((m) & _S_IFMT) == _S_IFLNK) macro
|