Home
last modified time | relevance | path

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

123

/freebsd-9-stable/contrib/libreadline/
Dposixstat.h72 #if defined (_S_IFSOCK) && !defined (S_IFSOCK)
73 #define S_IFSOCK _S_IFSOCK macro
103 #if defined (S_IFSOCK) && !defined (S_ISSOCK)
104 #define S_ISSOCK(m) (((m)&S_IFMT) == S_IFSOCK) /* socket */
/freebsd-9-stable/contrib/mtree/
Dmisc.c264 #ifdef S_IFSOCK in nodetoino()
266 return S_IFSOCK; in nodetoino()
300 #ifdef S_IFSOCK in inotype()
301 case S_IFSOCK: in inotype()
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dstrmode.c62 #ifdef S_IFSOCK in strmode()
63 case S_IFSOCK: /* socket */ in strmode()
/freebsd-9-stable/contrib/cvs/diff/
Dsystem.h66 # if defined( S_IFSOCK )
68 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK)
70 # define S_ISSOCK(mode) ((mode) & S_IFSOCK)
/freebsd-9-stable/contrib/gdb/gdb/
Dgdb_stat.h58 #if !defined(S_ISSOCK) && defined(S_IFSOCK)
59 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/freebsd-9-stable/contrib/binutils/binutils/
Dfilemode.c167 #ifdef S_IFSOCK
168 #define S_ISSOCK(i) (((i) & S_IFMT) == S_IFSOCK)
/freebsd-9-stable/contrib/diff/lib/
Dfile-type.h133 # ifdef S_IFSOCK
134 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/freebsd-9-stable/contrib/cvs/lib/
Dsystem.h88 # if defined( S_IFSOCK )
90 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
92 # define S_ISSOCK(m) ((m) & S_IFSOCK)
/freebsd-9-stable/contrib/gnu-sort/lib/
Dstat-macros.h131 # ifdef S_IFSOCK
132 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/freebsd-9-stable/contrib/gcclibs/libcpp/
Dsystem.h314 # ifdef S_IFSOCK
315 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/freebsd-9-stable/contrib/file/src/
Dfsmagic.c361 #ifdef S_IFSOCK in file_fsmagic()
363 case S_IFSOCK: in file_fsmagic()
/freebsd-9-stable/lib/libc/string/
Dstrmode.c60 case S_IFSOCK: /* socket */ in strmode()
/freebsd-9-stable/contrib/tcsh/
Dtc.os.h262 # if !defined(S_ISSOCK) && defined(S_IFSOCK)
263 # define S_ISSOCK(a) (((a) & S_IFMT) == S_IFSOCK)
/freebsd-9-stable/contrib/libreadline/examples/rlfe/
Dos.h347 #if defined(S_IFSOCK) && defined(S_IFMT) && !defined(S_ISSOCK)
348 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK)
/freebsd-9-stable/sbin/hastd/
Dhastd.c223 fd, dtype2str(mode), dtype2str(S_IFSOCK)); in descriptors_assert()
236 fd, dtype2str(mode), dtype2str(S_IFSOCK)); in descriptors_assert()
250 fd, dtype2str(mode), dtype2str(S_IFSOCK)); in descriptors_assert()
273 fd, dtype2str(mode), dtype2str(S_IFSOCK)); in descriptors_assert()
287 fd, dtype2str(mode), dtype2str(S_IFSOCK)); in descriptors_assert()
/freebsd-9-stable/crypto/openssh/
Ddefines.h134 #ifndef S_IFSOCK
135 # define S_IFSOCK 0 macro
/freebsd-9-stable/lib/libprocstat/
Dcommon_kvm.c166 mode |= S_IFSOCK; in nfs_filestat()
/freebsd-9-stable/contrib/gcc/
Dsystem.h484 # ifdef S_IFSOCK
485 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/freebsd-9-stable/usr.sbin/ppp/
Dtcp.c173 if (fstat(p->fd, &st) != -1 && (st.st_mode & S_IFSOCK)) { in tcp_Create()
Dudp.c285 if (fstat(p->fd, &st) != -1 && (st.st_mode & S_IFSOCK)) { in udp_Create()
/freebsd-9-stable/sys/sys/
Dstat.h230 #define S_IFSOCK 0140000 /* socket */ macro
/freebsd-9-stable/bin/ls/
Dprint.c413 case S_IFSOCK: in printtype()
489 case S_IFSOCK: in colortype()
/freebsd-9-stable/contrib/sendmail/src/
Dutil.c1789 #ifdef S_IFSOCK
1840 #ifdef S_IFSOCK
1841 case S_IFSOCK:
1915 #if defined(S_IFIFO) && (!defined(S_IFSOCK) || S_IFIFO != S_IFSOCK)
/freebsd-9-stable/bin/pax/
Dftree.c513 case S_IFSOCK: in next_file()
/freebsd-9-stable/sys/kern/
Dsys_socket.c252 ub->st_mode = S_IFSOCK; in soo_stat()

123