Home
last modified time | relevance | path

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

/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c2171 int c, errsav, fcount, zstatus; in do_zipwork() local
2259 wpid = waitpid(pidzip, &zstatus, 0); in do_zipwork()
2265 if (!WIFEXITED(zstatus)) { in do_zipwork()
2269 if (WEXITSTATUS(zstatus)) { in do_zipwork()
2271 sbuf_data(command), WEXITSTATUS(zstatus)); in do_zipwork()