Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
H A Dzlib.c95 int zstatus; in compress_buffer_initialize() local
189 if (zstatus != Z_OK && zstatus != Z_BUF_ERROR) in compress_buffer_input()
303 int zstatus; in compress_buffer_output() local
309 if (zstatus != Z_OK) in compress_buffer_output()
348 int zstatus; in compress_buffer_flush() local
361 if (zstatus != Z_OK) in compress_buffer_flush()
415 int zstatus; in compress_buffer_shutdown_input() local
454 if (zstatus != Z_OK && zstatus != Z_STREAM_END) in compress_buffer_shutdown_output()
510 int zstatus; in gunzip_and_write() local
611 if (zstatus != Z_STREAM_END && zstatus != Z_OK) in gunzip_and_write()
[all …]
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c2026 int errsav, fcount, zstatus; in do_zipwork() local
2116 wpid = waitpid(pidzip, &zstatus, 0); in do_zipwork()
2122 if (!WIFEXITED(zstatus)) { in do_zipwork()
2128 if (WEXITSTATUS(zstatus)) { in do_zipwork()
2130 WEXITSTATUS(zstatus)); in do_zipwork()