Searched refs:ispipe (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_worker.h | 70 int ispipe; member 120 int ispipe; member
|
| /freebsd/usr.bin/mail/ |
| H A D | names.c | 277 int c, ispipe; in outof() local 292 ispipe = np->n_name[0] == '|'; in outof() 293 if (ispipe) in outof() 347 if (ispipe) { in outof()
|
| /freebsd/usr.bin/xinstall/ |
| H A D | xinstall.c | 825 bool devnull, exists, files_match, ispipe, stripped; in install() local 827 devnull = exists = files_match = ispipe = stripped = false; in install() 841 ispipe = true; in install() 873 } else if (ispipe) { in install() 886 else if (ispipe) in install() 1099 if (!devnull && !ispipe) in install()
|
| /freebsd/contrib/file/src/ |
| H A D | magic.c | 429 int ispipe = 0; in file_or_fd() 490 ispipe = 1; in file_or_fd() 498 if (ispipe) { in file_or_fd() 428 int ispipe = 0; file_or_fd() local
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | work_fork.c | 229 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, TRUE); in cleanup_after_child() 523 c->ispipe = is_pipe; in fork_blocking_child()
|
| H A D | work_thread.c | 571 c->ispipe = is_pipe; 583 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, FALSE); 924 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, TRUE); in cleanup_after_child()
|