Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c982 int exitCode = XMLWF_EXIT_SUCCESS; in tmain() local
1236 exitCode = XMLWF_EXIT_OUTPUT_ERROR; in tmain()
1305 exitCode = XMLWF_EXIT_NOT_WELLFORMED; in tmain()
1312 return exitCode; in tmain()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h457 typedef void (tUsageProc)(tOptions * pOpts, int exitCode);
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13281 int exitCode = runInternal(); in run() local
13283 …Catch::cout() << "...waiting for enter/ return before exiting, with code: " << exitCode << std::en… in run()
13286 return exitCode; in run()