Home
last modified time | relevance | path

Searched refs:S_IFSOCK (Results 1 – 24 of 24) sorted by relevance

/titanic_41/usr/src/lib/libcmd/common/
H A Dfds.c41 #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 Dstrmode.c65 #ifdef S_IFSOCK in strmode()
66 case S_IFSOCK: /* socket */ in strmode()
/titanic_41/usr/src/lib/libresolv2/common/bsd/
H A Dwritev.c31 if (statbuf.st_mode & S_IFSOCK) { in __writev()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h87 #define S_IFSOCK _IFSOCK macro
/titanic_41/usr/src/lib/libast/common/features/
H A Dmode.c115 #ifdef S_IFSOCK in main()
/titanic_41/usr/src/lib/libproc/common/
H A DPfdinfo.c139 case S_IFSOCK: in load_fdinfo()
/titanic_41/usr/src/cmd/find/
H A Dfind.c684 #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 Dutil.c1790 #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 Dnfsops.c54 S_IFDOOR, 0, S_IFSOCK, 0
/titanic_41/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c236 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 Dls.c360 case S_IFSOCK: in gstat()
387 case S_IFSOCK: in gstat()
/titanic_41/usr/src/uts/common/sys/
H A Dstat.h417 #define S_IFSOCK 0xC000 /* socket */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs.c536 case S_IFSOCK: str = "Socket"; break;
/titanic_41/usr/src/cmd/bart/
H A Dcreate.c442 case S_IFSOCK: ftype = 'S'; break; in eval_file()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c177 case S_IFSOCK: in print_what()
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1176 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
/titanic_41/usr/src/cmd/file/
H A Dfile.c498 case S_IFSOCK: in type()
/titanic_41/usr/src/cmd/ls/
H A Dls.c1893 case S_IFSOCK: in gstat()
1934 case S_IFSOCK: in gstat()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c1526 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 Dconf.h1801 # undef S_IFSOCK /* S_IFSOCK and S_IFIFO are the same */
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1105 @ MSG_S_IFSOCK "S_IFSOCK"
/titanic_41/usr/src/cmd/mv/
H A Dmv.c71 #define ISSOCK(A) ((A.st_mode & S_IFMT) == S_IFSOCK)
/titanic_41/usr/src/cmd/diff/
H A Ddiff.c1725 case S_IFSOCK: in pfiletype()
/titanic_41/usr/src/uts/common/fs/
H A Dvnode.c214 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0