/titanic_41/usr/src/lib/libast/common/string/ |
H A D | fmtls.c | 103 #ifdef S_ISLNK in fmtls() 104 else if (S_ISLNK(st->st_mode)) in fmtls() 113 #ifdef S_ISLNK in fmtls() 114 S_ISLNK(st->st_mode) ? "->" : in fmtls()
|
H A D | modex.c | 60 #ifdef S_ISLNK in modex() 61 else if (S_ISLNK(i)) x |= X_IFLNK; in modex()
|
/titanic_41/usr/src/cmd/mail/ |
H A D | createmf.c | 89 } else if (sb.st_nlink != 1 || S_ISLNK(sb.st_mode)) { 106 S_ISLNK(fsb.st_mode) || sb.st_dev != fsb.st_dev ||
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | mode.c | 94 #ifdef S_ISLNK in main() 95 if (!S_ISLNK(X_IFLNK)) idtype = 0; in main()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 297 #ifndef S_ISLNK /* BSD POSIX 1003.1 extensions */ 298 #define S_ISLNK(m) ((m & 0170000) == 0120000) /* symbolic link */ macro
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | smrsh.c | 328 #ifdef S_ISLNK 329 && !S_ISLNK(st.st_mode)
|
/titanic_41/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 256 # ifdef S_ISLNK 257 if (bitset(SFF_NOSLINK, flags) && S_ISLNK(st->st_mode)) 485 # ifdef S_ISLNK 487 if (S_ISLNK(stbuf.st_mode))
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stat.h | 110 #define S_ISLNK(m) (((m)&_IFMT) == _IFLNK) macro
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_minix.c | 152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro 352 if (S_ISLNK (INODE->i_mode)) in minix_dir()
|
H A D | fsys_ext2fs.c | 281 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro 650 if (S_ISLNK (INODE->i_mode)) in ext2fs_dir()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | defines.h | 103 #ifndef S_ISLNK 104 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | realpath.c | 110 if (S_ISLNK(sb.st_mode)) { in realpath()
|
/titanic_41/usr/src/lib/pam_modules/timestamp/ |
H A D | pam_timestamp.c | 122 if (S_ISLNK(sb.st_mode)) { in validate_dir() 245 if (sb.st_nlink != 1 || S_ISLNK(sb.st_mode)) { in pam_sm_authenticate()
|
/titanic_41/usr/src/cmd/du/ |
H A D | du.c | 436 if (curname == NULL || (Lflg && S_ISLNK(stb1.st_mode))) { in descend() 506 if (curname == NULL || (Lflg && S_ISLNK(stb1.st_mode))) in descend()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_realpath.c | 188 if (S_ISLNK(sb.st_mode)) { in s_realpath()
|
/titanic_41/usr/src/lib/storage/libg_fc/common/ |
H A D | genf.c | 368 if (!S_ISLNK(stbuf.st_mode)) { in g_get_physical_name_from_link() 515 if (!S_ISLNK(sb.st_mode)) { in g_get_physical_name() 567 if (!S_ISLNK(stbuf.st_mode)) { in g_get_physical_name()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/ |
H A D | docmds.c | 122 if (S_ISLNK(statbuf.st_mode)) { in do_base_dir() 348 if (S_ISLNK(statbuf.st_mode)) { in do_list_item()
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | fts.c | 508 #ifdef S_ISLNK in info() 519 #ifdef S_ISLNK in info() 547 #ifdef S_ISLNK in info() 548 else if (S_ISLNK((sp)->st_mode)) in info() 647 #ifdef S_ISLNK in toplist()
|
/titanic_41/usr/src/cmd/audio/audioconvert/ |
H A D | file.cc | 201 if (!err && S_ISLNK(st->st_mode)) { in get_realfile()
|
/titanic_41/usr/src/cmd/ls/ |
H A D | ls.c | 2761 return (S_ISLNK(mode)); in color_match() 2786 return (!S_ISLNK(mode) && (mode & S_ISUID)); in color_match() 2789 return (!S_ISLNK(mode) && (mode & S_ISGID)); in color_match() 2792 return (!S_ISLNK(mode) && (mode & (S_IWOTH|S_ISVTX))); in color_match() 2795 return (!S_ISLNK(mode) && (mode & S_IWOTH)); in color_match() 2798 return (!S_ISLNK(mode) && (mode & S_ISVTX)); in color_match() 2801 return (!S_ISLNK(mode) && (mode & (S_IXUSR|S_IXGRP|S_IXOTH))); in color_match()
|
/titanic_41/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_cvt.c | 844 if (lstat(buf, &sbuf) != -1 && S_ISLNK(sbuf.st_mode)) { in disk_dyncomp_to_devlink() 932 if (lstat(buf, &sbuf) != -1 && S_ISLNK(sbuf.st_mode)) { in tape_dyncomp_to_devlink() 1039 if (lstat(dyntp->devlink, &sbuf) != -1 && S_ISLNK(sbuf.st_mode)) { in def_dyncomp_to_devlink()
|
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | pos4obj.c | 69 if (S_ISLNK(statbuf.st_mode)) { in __open_nc()
|
/titanic_41/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 370 elif stat.S_ISLNK(mode): 376 if not stat.S_ISLNK(mode):
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stat.h | 449 #define S_ISLNK(mode) (((mode)&0xF000) == 0xa000) macro
|
/titanic_41/usr/src/cmd/fs.d/cachefs/common/ |
H A D | subr.c | 770 if (!S_ISLNK(statinfo.st_mode)) in cachefs_delete_all_cache() 890 if (!S_ISLNK(statinfo.st_mode)) { in cachefs_delete_cache()
|