/titanic_41/usr/src/lib/libcmd/common/ |
H A D | fds.c | 41 #if defined(S_IFSOCK) && _sys_socket && _hdr_arpa_inet && _hdr_netinet_in && _lib_getsockname && _l… 46 #undef S_IFSOCK 59 #ifdef S_IFSOCK 171 #ifdef S_IFSOCK in b_fds() 255 #ifdef S_IFSOCK in b_fds() 273 st.st_mode = S_IFSOCK|S_IRUSR|S_IWUSR; in b_fds()
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | strmode.c | 65 #ifdef S_IFSOCK in strmode() 66 case S_IFSOCK: /* socket */ in strmode()
|
/titanic_41/usr/src/lib/libresolv2/common/bsd/ |
H A D | writev.c | 31 if (statbuf.st_mode & S_IFSOCK) { in __writev()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stat.h | 87 #define S_IFSOCK _IFSOCK macro
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | mode.c | 115 #ifdef S_IFSOCK in main()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pfdinfo.c | 139 case S_IFSOCK: in load_fdinfo()
|
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 684 #ifdef S_IFSOCK 685 i == 's' ? S_IFSOCK : 1721 #ifdef S_IFSOCK 1722 case S_IFSOCK: /* socket */ 1825 #ifdef S_IFSOCK
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | util.c | 1790 #ifdef S_IFSOCK 1841 #ifdef S_IFSOCK 1842 case S_IFSOCK: 1916 #if defined(S_IFIFO) && (!defined(S_IFSOCK) || S_IFIFO != S_IFSOCK)
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | nfsops.c | 54 S_IFDOOR, 0, S_IFSOCK, 0
|
/titanic_41/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 236 case S_IFSOCK: s = "S_IFSOCK"; break; in show_file() 276 if ((mode & S_IFMT) == S_IFSOCK) in show_file()
|
/titanic_41/usr/src/ucbcmd/ls/ |
H A D | ls.c | 360 case S_IFSOCK: in gstat() 387 case S_IFSOCK: in gstat()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stat.h | 417 #define S_IFSOCK 0xC000 /* socket */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs.c | 536 case S_IFSOCK: str = "Socket"; break;
|
/titanic_41/usr/src/cmd/bart/ |
H A D | create.c | 442 case S_IFSOCK: ftype = 'S'; break; in eval_file()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 177 case S_IFSOCK: in print_what()
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 1176 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
|
/titanic_41/usr/src/cmd/file/ |
H A D | file.c | 498 case S_IFSOCK: in type()
|
/titanic_41/usr/src/cmd/ls/ |
H A D | ls.c | 1893 case S_IFSOCK: in gstat() 1934 case S_IFSOCK: in gstat()
|
/titanic_41/usr/src/cmd/cpio/ |
H A D | cpio.c | 1526 ftype == S_IFSOCK); in creat_hdr() 4850 ftype == S_IFIFO || ftype == S_IFSOCK); in gethdr() 4993 ftype == S_IFSOCK); in gethdr() 6973 case (S_IFSOCK): in verbose() 6999 case (S_IFSOCK): in verbose() 7058 ((Gen.g_mode & Ftype) == S_IFSOCK) || in verbose()
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 1801 # undef S_IFSOCK /* S_IFSOCK and S_IFIFO are the same */
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 1105 @ MSG_S_IFSOCK "S_IFSOCK"
|
/titanic_41/usr/src/cmd/mv/ |
H A D | mv.c | 71 #define ISSOCK(A) ((A.st_mode & S_IFMT) == S_IFSOCK)
|
/titanic_41/usr/src/cmd/diff/ |
H A D | diff.c | 1725 case S_IFSOCK: in pfiletype()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vnode.c | 214 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
|