HomeSort by: relevance | last modified time | path
    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