/titanic_41/usr/src/lib/libast/common/string/ |
H A D | modex.c | 69 #ifdef S_ISSOCK in modex() 70 else if (S_ISSOCK(i)) x |= X_IFSOCK; in modex()
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | listener.c | 495 else if (!S_ISSOCK(s.st_mode)) 608 # ifdef S_ISSOCK in mi_closener() 609 || S_ISSOCK(sockinfo.st_mode) in mi_closener() 625 # ifdef S_ISSOCK in mi_closener() 626 || S_ISSOCK(fileinfo.st_mode) in mi_closener() 631 # ifdef S_ISSOCK in mi_closener() 632 || S_ISSOCK(fileinfo.st_mode) in mi_closener()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | mode.c | 112 #ifdef S_ISSOCK in main() 113 if (!S_ISSOCK(X_IFSOCK)) idtype = 0; in main()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | test.c | 46 #ifdef S_ISSOCK 49 # define isapipe(f,p) (test_stat(f,p)>=0&&S_ISFIFO((p)->st_mode)||S_ISSOCK((p)->st_mode)&… 51 # define isapipe(f,p) (test_stat(f,p)>=0&&S_ISFIFO((p)->st_mode)||S_ISSOCK((p)->st_mode)&… 54 # define isapipe(f,p) (test_stat(f,p)>=0&&S_ISFIFO((p)->st_mode)||S_ISSOCK((p)->st_mode)&&(p)… 56 # define isasock(f,p) (test_stat(f,p)>=0&&S_ISSOCK((p)->st_mode))
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stat.h | 111 #define S_ISSOCK(m) (((m)&_IFMT) == _IFSOCK) macro
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 299 #define S_ISSOCK(m) ((m & 0170000) == 0140000) /* socket */ macro
|
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sfpkrd.c | 223 if (recv_peek_ok < 0 && !fstat(fd, &st) && !S_ISSOCK(st.st_mode))
|
/titanic_41/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 168 return (S_ISSOCK(fd));
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | tail.c | 125 #ifdef S_ISSOCK 126 #define FIFO(m) (S_ISFIFO(m)||S_ISSOCK(m))
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | syslog.c | 211 if ((ul = strlen(buf)) < sizeof(ua.sun_path) && !stat(buf, &st) && S_ISSOCK(st.st_mode))
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 132 #ifdef S_ISSOCK 133 #define REMOTE(m) (S_ISSOCK(m)||!(m))
|
H A D | io.c | 1833 #ifdef S_ISSOCK in sh_iocheckfd() 1834 if((fstat(fd,&statb)>=0) && S_ISSOCK(statb.st_mode)) in sh_iocheckfd() 1840 #ifdef S_ISSOCK in sh_iocheckfd() 1841 S_ISSOCK(statb.st_mode) || in sh_iocheckfd()
|
H A D | path.c | 1183 #ifdef S_ISSOCK in path_spawn() 1184 if(S_ISSOCK(statb.st_mode)) in path_spawn()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stat.h | 450 #define S_ISSOCK(mode) (((mode)&0xF000) == 0xc000) macro
|
/titanic_41/usr/src/cmd/cat/ |
H A D | cat.c | 272 !S_ISSOCK(target.st_mode) && in main()
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | flush.c | 412 S_ISSOCK(fstatbuf.st_mode) || S_ISDOOR(fstatbuf.st_mode)) { in isseekable()
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 1560 #ifdef S_ISSOCK in type() 1561 if (S_ISSOCK(st->st_mode)) in type()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rlogind.c | 151 return (S_ISSOCK(stats.st_mode)); in issock()
|
H A D | in.telnetd.c | 2160 return (S_ISSOCK(stats.st_mode)); in issock()
|
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs.c | 2245 return (S_ISSOCK(statb.st_mode)); in is_socket()
|
/titanic_41/usr/src/cmd/ls/ |
H A D | ls.c | 2767 return (S_ISSOCK(mode)); in color_match()
|