Home
last modified time | relevance | path

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

/src/usr.sbin/newsyslog/
H A Dnewsyslog.c2144 int c, errsav, fcount, zstatus; in do_zipwork() local
2232 wpid = waitpid(pidzip, &zstatus, 0); in do_zipwork()
2238 if (!WIFEXITED(zstatus)) { in do_zipwork()
2242 if (WEXITSTATUS(zstatus)) { in do_zipwork()
2244 sbuf_data(command), WEXITSTATUS(zstatus)); in do_zipwork()