| /freebsd-9-stable/contrib/libreadline/ |
| D | posixstat.h | 72 #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/ |
| D | misc.c | 264 #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/ |
| D | strmode.c | 62 #ifdef S_IFSOCK in strmode() 63 case S_IFSOCK: /* socket */ in strmode()
|
| /freebsd-9-stable/contrib/cvs/diff/ |
| D | system.h | 66 # 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/ |
| D | gdb_stat.h | 58 #if !defined(S_ISSOCK) && defined(S_IFSOCK) 59 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | filemode.c | 167 #ifdef S_IFSOCK 168 #define S_ISSOCK(i) (((i) & S_IFMT) == S_IFSOCK)
|
| /freebsd-9-stable/contrib/diff/lib/ |
| D | file-type.h | 133 # ifdef S_IFSOCK 134 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
|
| /freebsd-9-stable/contrib/cvs/lib/ |
| D | system.h | 88 # 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/ |
| D | stat-macros.h | 131 # ifdef S_IFSOCK 132 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
|
| /freebsd-9-stable/contrib/gcclibs/libcpp/ |
| D | system.h | 314 # ifdef S_IFSOCK 315 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
|
| /freebsd-9-stable/contrib/file/src/ |
| D | fsmagic.c | 361 #ifdef S_IFSOCK in file_fsmagic() 363 case S_IFSOCK: in file_fsmagic()
|
| /freebsd-9-stable/lib/libc/string/ |
| D | strmode.c | 60 case S_IFSOCK: /* socket */ in strmode()
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | tc.os.h | 262 # if !defined(S_ISSOCK) && defined(S_IFSOCK) 263 # define S_ISSOCK(a) (((a) & S_IFMT) == S_IFSOCK)
|
| /freebsd-9-stable/contrib/libreadline/examples/rlfe/ |
| D | os.h | 347 #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/ |
| D | hastd.c | 223 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/ |
| D | defines.h | 134 #ifndef S_IFSOCK 135 # define S_IFSOCK 0 macro
|
| /freebsd-9-stable/lib/libprocstat/ |
| D | common_kvm.c | 166 mode |= S_IFSOCK; in nfs_filestat()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | system.h | 484 # ifdef S_IFSOCK 485 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
|
| /freebsd-9-stable/usr.sbin/ppp/ |
| D | tcp.c | 173 if (fstat(p->fd, &st) != -1 && (st.st_mode & S_IFSOCK)) { in tcp_Create()
|
| D | udp.c | 285 if (fstat(p->fd, &st) != -1 && (st.st_mode & S_IFSOCK)) { in udp_Create()
|
| /freebsd-9-stable/sys/sys/ |
| D | stat.h | 230 #define S_IFSOCK 0140000 /* socket */ macro
|
| /freebsd-9-stable/bin/ls/ |
| D | print.c | 413 case S_IFSOCK: in printtype() 489 case S_IFSOCK: in colortype()
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | util.c | 1789 #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/ |
| D | ftree.c | 513 case S_IFSOCK: in next_file()
|
| /freebsd-9-stable/sys/kern/ |
| D | sys_socket.c | 252 ub->st_mode = S_IFSOCK; in soo_stat()
|