Searched refs:unify_output (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/usr.bin/dfregress/ |
H A D | userland.c | 68 int need_setuid, uid_t uid, struct timeval *timeout, int rc, int unify_output, in run_userland() argument 95 if (!unify_output) { in run_userland() 187 if ((fd_stderr >= 0) || (unify_output && fd_stdout >= 0)) { in run_userland() 188 dup2((unify_output) ? fd_stdout : fd_stderr, 2); in run_userland() 189 setvbuf((unify_output) ? stdout : stderr, in run_userland() 266 if (!unify_output) { in run_userland()
|
H A D | userland.h | 32 int unify_output, char *errbuf, size_t errbuf_sz,
|