Home
last modified time | relevance | path

Searched refs:ispipe (Results 1 – 5 of 5) 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/contrib/file/src/
H A Dmagic.c427 int ispipe = 0; in file_or_fd() local
488 ispipe = 1; in file_or_fd()
496 if (ispipe) { in file_or_fd()
/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()