Home
last modified time | relevance | path

Searched refs:ispipe (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_worker.h70 int ispipe; member
120 int ispipe; member
/freebsd/usr.bin/mail/
H A Dnames.c277 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 Dxinstall.c825 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 Dmagic.c429 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 Dwork_fork.c229 (*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 Dwork_thread.c571 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()