| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | 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()
|
| /mirbsd/src/gnu/usr.bin/cvs/diff/ |
| D | 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
|
| D | diff.c | 923 #ifdef S_ISSOCK 924 if (S_ISSOCK (st->st_mode)) return "socket";
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdb_stat.h | 34 #undef S_ISSOCK 58 #if !defined(S_ISSOCK) && defined(S_IFSOCK) 59 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | 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
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Fcntl/ |
| D | Fcntl.pm | 186 &S_ISREG &S_ISDIR &S_ISLNK &S_ISSOCK &S_ISBLK &S_ISCHR &S_ISFIFO 215 sub S_ISSOCK { ( $_[0] & _S_IFMT() ) == S_IFSOCK() } subroutine
|
| /mirbsd/src/gnu/usr.sbin/sendmail/libmilter/ |
| D | listener.c | 495 else if (!S_ISSOCK(s.st_mode)) 608 # ifdef S_ISSOCK in mi_closener() 609 || S_ISSOCK(sockinfo.st_mode) in mi_closener() 625 # ifdef S_ISSOCK in mi_closener() 626 || S_ISSOCK(fileinfo.st_mode) in mi_closener() 631 # ifdef S_ISSOCK in mi_closener() 632 || S_ISSOCK(fileinfo.st_mode) in mi_closener()
|
| /mirbsd/src/sys/sys/ |
| D | stat.h | 136 #define S_ISSOCK(m) ((m & 0170000) == 0140000) /* socket */ macro
|
| /mirbsd/src/usr.sbin/makefs/ |
| D | walk.c | 108 #ifdef S_ISSOCK in walk_dir() 109 if (S_ISSOCK(stbuf.st_mode & S_IFMT)) { in walk_dir()
|
| /mirbsd/src/usr.sbin/mtree/ |
| D | compare.c | 114 if (!S_ISSOCK(p->fts_statp->st_mode)) { in compare()
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | run.c | 463 && (S_ISFIFO (sb.st_mode) || S_ISSOCK (sb.st_mode) in work_around_openssh_glitch()
|
| D | 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()
|
| D | client.c | 3633 if ((fd < 0) || (fstat (fd, &s) < 0) || !S_ISSOCK(s.st_mode)) in auth_server()
|
| /mirbsd/src/gnu/usr.bin/perl/djgpp/ |
| D | djgpp.c | 451 if (Fstat(fileno(fp), &s) == 0 && !S_ISSOCK(s.st_mode)) in djgpp_fflush()
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | perl.h | 1267 #ifndef S_ISSOCK 1269 # define S_ISSOCK(m) _S_ISSOCK(m) macro 1272 # define S_ISSOCK(m) ((m & S_IFMT) == _S_IFSOCK) macro 1275 # define S_ISSOCK(m) ((m & S_IFMT) == S_IFSOCK) macro 1277 # define S_ISSOCK(m) (0) macro
|
| D | doio.c | 603 if (S_ISSOCK(PL_statbuf.st_mode)) in Perl_do_openn()
|
| D | pp_sys.c | 3144 if (S_ISSOCK(PL_statcache.st_mode)) in PP()
|
| /mirbsd/src/bin/mksh/ |
| D | sh.h | 328 #ifndef S_ISSOCK 329 #define S_ISSOCK(m) ((m & 0170000) == 0140000) macro
|
| D | funcs.c | 3028 return (stat(opnd1, &b1) == 0 && S_ISSOCK(b1.st_mode)); in test_eval()
|
| /mirbsd/src/gnu/usr.bin/perl/vms/ |
| D | vms.c | 5540 if (fstat(fd,&sbuf) == 0 && S_ISSOCK(sbuf.st_mode)) 5622 if (Fstat(fileno(fp), &s) == 0 && !S_ISSOCK(s.st_mode))
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfunc.pod | 5753 S_ISBLK($mode) S_ISCHR($mode) S_ISFIFO($mode) S_ISSOCK($mode)
|
| /mirbsd/src/gnu/usr.bin/cvs/ |
| D | configure | 6895 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
|