Home
last modified time | relevance | path

Searched refs:PROC_IGNORE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dproc.h41 #define PROC_IGNORE (1<<6) /* ignore parent pipe errors */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dprocopen.c851 if ((flags & (PROC_WRITE|PROC_IGNORE)) == (PROC_WRITE|PROC_IGNORE)) in procopen()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1423 fix procopen() to ignore SIGPIPE by ignoresig() for PROC_IGNORE