/freebsd/contrib/diff/lib/ |
H A D | file-type.h | 39 # undef S_ISFIFO 82 # ifndef S_ISFIFO 84 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro 86 # define S_ISFIFO(m) 0 macro
|
H A D | file-type.c | 53 if (S_ISFIFO (st->st_mode)) in file_type()
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | util.c | 114 #if defined(S_ISFIFO) in bsdar_strmode() 115 else if (S_ISFIFO(m)) in bsdar_strmode()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 233 # undef S_ISFIFO 252 # if !defined(S_ISFIFO) && defined(S_IFIFO) 253 # define S_ISFIFO(a) (((a) & S_IFMT) == S_IFIFO) macro
|
H A D | tw.parse.c | 2050 #ifdef S_ISFIFO in filetype() 2051 if (S_ISFIFO(statb.st_mode)) /* Named Pipe */ in filetype() 2116 #ifdef S_ISFIFO in isadirectory() 2117 if (S_ISFIFO(statb.st_mode)) /* Named Pipe */ in isadirectory()
|
H A D | sh.exp.c | 757 #ifdef S_ISFIFO in filetest() 758 i = S_ISFIFO(st->st_mode); in filetest()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_open_fd.c | 106 S_ISFIFO(st.st_mode) || (mine->fd == 1)) in file_open()
|
H A D | archive_write_open_filename.c | 201 S_ISFIFO(st.st_mode)) in file_open()
|
/freebsd/contrib/elftoolchain/libpe/ |
H A D | libpe_init.c | 51 if (!S_ISREG(mode) && !S_ISCHR(mode) && !S_ISFIFO(mode) && in libpe_open_object()
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | zfs_znode_impl.h | 70 #define Z_ISDEV(type) (S_ISCHR(type) || S_ISBLK(type) || S_ISFIFO(type))
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_mkfifo.c | 255 if (S_ISFIFO(st.st_mode) == 0) in ATF_TC_BODY()
|
/freebsd/tests/sys/fifo/ |
H A D | fifo_create.c | 128 if (!(S_ISFIFO(fifosb.st_mode))) { in fifo_create_test()
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_open.c | 146 if (!S_ISREG(mode) && !S_ISCHR(mode) && !S_ISFIFO(mode) && in _libelf_open_object()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 108 # undef S_ISFIFO 117 # define S_ISFIFO(m) (((m) & _S_IFMT) == _S_IFIFO) macro
|
H A D | file_descriptor.h | 218 else if (S_ISFIFO(mode)) in create_file_status()
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | listener.c | 607 (S_ISFIFO(sockinfo.st_mode) in mi_closener() 630 (S_ISFIFO(fileinfo.st_mode) in mi_closener()
|
/freebsd/sys/sys/ |
H A D | stat.h | 286 #define S_ISFIFO(m) (((m) & 0170000) == 0010000) /* fifo or socket */ 285 #define S_ISFIFO( global() macro
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_read.c | 254 if (!S_ISFIFO(sb.st_mode) && !S_ISREG(sb.st_mode)) { in ex_read()
|
/freebsd/libexec/flua/modules/ |
H A D | lfs.c | 266 else if (S_ISFIFO(mode)) in PUSH_INTEGER()
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 2718 # if !defined(S_ISFIFO) 2720 # define S_ISFIFO(foo) ((foo & S_IFMT) == S_IFIFO) macro 2722 # define S_ISFIFO(foo) false macro
|
/freebsd/usr.bin/hexdump/ |
H A D | display.c | 400 if (!statok || S_ISFIFO(sb.st_mode) || S_ISSOCK(sb.st_mode) || \ in doskip()
|
/freebsd/contrib/unbound/compat/ |
H A D | getentropy_osx.c | 368 S_ISFIFO(st.st_mode) || in getentropy_fallback()
|
H A D | getentropy_solaris.c | 392 S_ISFIFO(st.st_mode) || in getentropy_fallback()
|
H A D | getentropy_linux.c | 472 S_ISFIFO(st.st_mode) || in getentropy_fallback()
|
/freebsd/contrib/mtree/ |
H A D | compare.c | 161 if (!S_ISFIFO(p->fts_statp->st_mode)) in compare()
|