Searched refs:exitCode (Results 1 – 13 of 13) sorted by relevance
/haiku/build/scripts/ |
H A D | bootstrap_client.py | 46 exitCode = '' variable 78 exitCode += data 83 if exitCode: 84 sys.exit(int(exitCode))
|
H A D | bootstrap_daemon.py | 36 exitCode = subprocess.call(commandToRun, stdin=stdioConnection, 39 controlConnection.send(str(exitCode))
|
/haiku/src/tests/system/libroot/posix/ |
H A D | tst-wprintf2.c | 12 void error(int exitCode, int, const char* message); 107 error(int exitCode, int errorCode, const char* message) in error() argument 110 exit(exitCode); in error()
|
/haiku/src/bin/ |
H A D | open.cpp | 62 int exitCode = EXIT_SUCCESS; in main() local 141 exitCode = EXIT_FAILURE; in main() 145 return exitCode; in main()
|
H A D | roster.cpp | 89 usage(int exitCode) in usage() argument 97 exit(exitCode); in usage()
|
H A D | hey.cpp | 247 usage(int exitCode) in usage() argument 249 fprintf(exitCode == EXIT_SUCCESS ? stdout : stderr, in usage() 261 exit(exitCode); in usage()
|
/haiku/src/kits/package/ |
H A D | CommitTransactionResult.cpp | 37 int exitCode) in BTransactionIssue() argument 44 fExitCode(exitCode) in BTransactionIssue() 212 int32 exitCode; in ExtractFromMessage() local 218 || (error = message.FindInt32("exit code", &exitCode)) != B_OK) { in ExtractFromMessage() 224 fExitCode = (int)exitCode; in ExtractFromMessage()
|
/haiku/src/add-ons/media/plugins/rtsp_streamer/ |
H A D | rtsp.h | 31 void shutdownStream(RTSPClient* rtspClient, int exitCode = 1);
|
H A D | rtsp.cpp | 346 void shutdownStream(RTSPClient* rtspClient, int exitCode) in shutdownStream() argument
|
/haiku/src/bin/cddb_lookup/ |
H A D | cddb_lookup.cpp | 344 usage(int exitCode) in usage() argument 346 fprintf(exitCode == EXIT_SUCCESS ? stdout : stderr, in usage() 357 exit(exitCode); in usage()
|
/haiku/src/kits/shared/ |
H A D | CommandPipe.cpp | 239 status_t exitCode; in Run() local 240 wait_for_thread(Pipe(stdOut, stdErr), &exitCode); in Run()
|
/haiku/headers/os/package/ |
H A D | CommitTransactionResult.h | 72 status_t systemError, int exitCode);
|
/haiku/src/servers/package/ |
H A D | CommitTransactionHandler.cpp | 83 TransactionIssueBuilder& SetExitCode(int exitCode) in SetExitCode() 85 fExitCode = exitCode; in SetExitCode()
|