Searched refs:ExitCode (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A DReplace.cs50 internal enum ExitCode enum in namespace:Replace
127 /// values from the <see cref="ExitCode" /> enumeration.
139 return (int)ExitCode.MissingArgs;
145 return (int)ExitCode.WrongNumArgs;
166 return (int)ExitCode.BadMatchingOnlyFlag;
209 return (int)ExitCode.Success;
218 return (int)ExitCode.Exception;
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daemain.c505 int ExitCode = 0; local
528 ExitCode = -1;
542 ExitCode = -1;
555 ExitCode = AeDoOptions (argc, argv);
556 if (ExitCode)
558 if (ExitCode > 0)
560 ExitCode = 0;
590 ExitCode = -1;
604 ExitCode = -1;
634 ExitCode
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-rename/
H A DClangRename.cpp188 int ExitCode; local
191 ExitCode = Tool.runAndSave(Factory.get());
193 ExitCode = Tool.run(Factory.get());
237 return ExitCode;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDriver.cpp223 int ExitCode = ExecuteCommand(Cmd); local
224 if (ExitCode != 0)
228 C, ExitCode);
345 auto ExitCode = ExecuteCommand(Cmd); local
347 if (!ExitCode) {
398 int ExitCode = ExecuteCommand(Cmd); local
399 if (ExitCode == 0) {
418 ExitCode = ExecuteCommand(Cmd);
420 if (ExitCode == 0) {
H A DFuzzerMerge.cpp345 auto ExitCode = ExecuteCommand(Cmd); local
346 if (!ExitCode) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp871 int ExitCode = FC.checkInput(SM, InputFileText, local
876 (ExitCode == 1 && DumpInput == DumpInputFail)) {
891 return ExitCode;
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs429 if (process.ExitCode != 0)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DToolRunner.cpp745 int ExitCode = RunProgramWithTimeout(OutputBinary.str(), ProgramArgs, local
750 if (ExitCode < -1) {
755 return ExitCode;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h1341 int ExitCode = GetExitCode(Err); local
1343 exit(ExitCode);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d235 WINBOOL WTSTerminateProcess(HANDLE hServer, DWORD ProcessId, DWORD ExitCode);
/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dxmlwf.c66 enum ExitCode { enum

Completed in 208 milliseconds