OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit_value
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vndcompress/
utils.c
117
err_ss(int
exit_value
, const char *msg)
120
_Exit(
exit_value
);
124
errx_ss(int
exit_value
, const char *format, ...)
131
_Exit(
exit_value
);
/src/usr.bin/gzip/
gzip.c
203
static int
exit_value
= 0; /* exit value */
variable in typeref:typename:int
442
exit(
exit_value
);
456
if (
exit_value
== 0)
457
exit_value
= 1;
471
if (
exit_value
== 0)
472
exit_value
= 1;
843
exit_value
= 2;
2143
if (
exit_value
== 0 && ok == 0)
2144
exit_value
= 1;
Completed in 14 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025