| /dragonfly/contrib/cvs-1.12/diff/ |
| HD | system.h | 47 #undef S_ISSOCK 65 #ifndef S_ISSOCK 68 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro 70 # define S_ISSOCK(mode) ((mode) & S_IFSOCK) macro 74 # define S_ISSOCK S_ISNAM macro
|
| HD | diff.c | 923 #ifdef S_ISSOCK 924 if (S_ISSOCK (st->st_mode)) return "socket";
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | filemode.c | 165 #ifndef S_ISSOCK 167 #define S_ISSOCK(i) (((i) & S_IFMT) == S_IFSOCK) macro 169 #define S_ISSOCK(i) 0 macro 192 if (S_ISSOCK (bits)) in ftypelet()
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | filemode.c | 165 #ifndef S_ISSOCK 167 #define S_ISSOCK(i) (((i) & S_IFMT) == S_IFSOCK) macro 169 #define S_ISSOCK(i) 0 macro 192 if (S_ISSOCK (bits)) in ftypelet()
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | stat-macros.h | 44 # undef S_ISSOCK 130 # ifndef S_ISSOCK 132 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro 134 # define S_ISSOCK(m) 0 macro
|
| /dragonfly/contrib/gdb-7/gdb/common/ |
| HD | gdb_stat.h | 43 #if !defined(S_ISSOCK) && defined(S_IFSOCK) 44 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
|
| /dragonfly/contrib/gdb-7/readline/ |
| HD | posixstat.h | 103 #if defined (S_IFSOCK) && !defined (S_ISSOCK) 104 #define S_ISSOCK(m) (((m)&S_IFMT) == S_IFSOCK) /* socket */ macro
|
| HD | complete.c | 591 #if defined (S_ISSOCK) 592 else if (S_ISSOCK (finfo.st_mode))
|
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | system.h | 342 #ifndef S_ISSOCK 344 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro 346 # define S_ISSOCK(m) 0 macro
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | system.h | 341 #ifndef S_ISSOCK 343 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro 345 # define S_ISSOCK(m) 0 macro
|
| /dragonfly/contrib/tcsh-6/ |
| HD | tc.os.h | 236 # undef S_ISSOCK 261 # if !defined(S_ISSOCK) && defined(S_IFSOCK) 262 # define S_ISSOCK(a) (((a) & S_IFMT) == S_IFSOCK) macro
|
| HD | sh.misc.c | 257 #ifdef S_ISSOCK in closem() 277 #ifdef S_ISSOCK in closem() 285 && fstat(f, &st) == 0 && !S_ISSOCK(st.st_mode) in closem()
|
| HD | tw.parse.c | 2047 #ifdef S_ISSOCK in filetype() 2048 if (S_ISSOCK(statb.st_mode)) /* Socket */ in filetype() 2112 #ifdef S_ISSOCK in isadirectory() 2113 if (S_ISSOCK(statb.st_mode)) /* Socket */ in isadirectory()
|
| HD | sh.exp.c | 791 # ifdef S_ISSOCK in filetest() 792 i = S_ISSOCK(st->st_mode); in filetest()
|
| /dragonfly/gnu/usr.bin/grep/libgreputils/sys/ |
| HD | stat.h | 408 # undef S_ISSOCK 497 #ifndef S_ISSOCK 499 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro 501 # define S_ISSOCK(m) 0 macro
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | system.h | 575 #ifndef S_ISSOCK 577 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro 579 # define S_ISSOCK(m) 0 macro
|
| /dragonfly/usr.sbin/makefs/ |
| HD | walk.c | 130 #ifdef S_ISSOCK in walk_dir() 131 if (S_ISSOCK(stbuf.st_mode & S_IFMT)) { in walk_dir() 616 if (S_ISSOCK(mode)) in inode_type()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | system.h | 622 #ifndef S_ISSOCK 624 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro 626 # define S_ISSOCK(m) 0 macro
|
| /dragonfly/contrib/elftoolchain/libelf/ |
| HD | libelf_open.c | 147 !S_ISSOCK(mode)) { in _libelf_open_object()
|
| /dragonfly/usr.sbin/mtree/ |
| HD | compare.c | 161 #ifdef S_ISSOCK in compare() 163 if (!S_ISSOCK(p->fts_statp->st_mode)) in compare()
|
| /dragonfly/sys/sys/ |
| HD | stat.h | 215 #define S_ISSOCK(m) (((m) & 0170000) == 0140000) /* socket */ macro
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | run.c | 463 && (S_ISFIFO (sb.st_mode) || S_ISSOCK (sb.st_mode) in work_around_openssh_glitch()
|
| HD | buffer.c | 2106 if (statted && S_ISSOCK (s.st_mode)) in fd_buffer_shutdown() 2141 if (statted && S_ISSOCK (s.st_mode)) in fd_buffer_shutdown()
|
| /dragonfly/bin/test/ |
| HD | test.c | 401 return S_ISSOCK(s.st_mode); in filstat()
|
| /dragonfly/sys/vfs/dirfs/ |
| HD | dirfs_subr.c | 323 else if (S_ISSOCK(mode)) in dirfs_nodetype()
|