Home
last modified time | relevance | path

Searched defs:c_pipe (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dlex.c437 do_paging(const char *cmd, int c_pipe) in do_paging() argument
473 setup_piping(const char *cmd, char *cmdline, int c_pipe) in setup_piping() argument
H A Ddef.h192 int c_pipe; /* Pipe output through the pager */ member
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c836 static __attribute__ ((noreturn)) void wait_for_child(int c_pipe, int timeout) in wait_for_child()