Home
last modified time | relevance | path

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

/freebsd/usr.bin/xargs/
H A Dxargs.c86 static volatile int childerr; variable
593 childerr = 0; in run()
611 childerr = errno; in run()
665 if (childerr != 0 && cause_exit == 0) { in waitchildren()
666 errno = childerr; in waitchildren()