/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Makefiles/ |
H A D | NmakeSubdirs.bat | 32 goto exit
40 :exit
label
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/ |
H A D | mac_stdlib.cpp | 54 void std::exit(int status) function in class:std
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestEnable.java | 38 exit(int status) method in class:TestEnable 42 System.exit(status); 61 exit(1); 66 exit(1); 72 exit(1); 77 exit(1); 83 exit(1); 88 exit(1); 96 exit(1); 101 exit( [all...] |
H A D | TestStateMachine.java | 41 exit(int status) method in class:TestStateMachine 43 exit(status, null); 47 exit(int status, String msg) method in class:TestStateMachine 54 System.exit(status); 74 exit(1, "compile before open"); 79 exit(1, "compile before open"); 85 exit(1, "enable before open"); 90 exit(1, "enable before open"); 96 exit(1, "getOption before open"); 101 exit( [all...] |
H A D | TestBean.java | 84 exit(int status) method in class:TestBean 88 System.exit(status); 101 exit(1); 122 exit(1); 578 exit(1); 599 exit(1); 618 exit(1); 634 exit(1); 656 exit(1); 667 exit( [all...] |
/vbox/src/recompiler/tests/ |
H A D | hello-i386.c | 3 extern inline volatile void exit(int status) function 25 exit(0);
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/ |
H A D | undiload.c | 58 uint16_t exit; local 105 : "=a" ( exit ) 109 if ( exit != PXENV_EXIT_SUCCESS ) {
|
H A D | undiisr.S | 60 jmp exit 66 exit: /* Restore registers and return */ label
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxeparent/ |
H A D | pxeparent.c | 127 PXENV_EXIT_t exit; local 146 : "=a" ( exit ), "=b" ( discard_b ), 155 if ( exit == PXENV_EXIT_SUCCESS ) {
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
H A D | Environs.c | 6 - exit(int status) 32 /** Internal worker function used by exit(). 80 /** The exit function causes normal program termination to occur. If more than 81 one call to the exit function is executed by a program, 97 exit(int status) function 119 gMD->ExitValue = status; // Save our exit status. Allows a status of 0.
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | LzFindMt.h | 22 Bool exit; member in struct:_CMtSync
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 488 exit(int status) method in class:JDTrace 495 System.exit(status); 518 "\t-c run specified command and exit upon its completion\n" + 521 "\t-e exit after compiling request but prior to enabling " + 552 exit(2); 656 exit(1); 780 exit(1); 784 exit(1); 794 exit(1); 857 exit( [all...] |
/vbox/src/VBox/ValidationKit/testboxscript/ |
H A D | testboxscript_real.py | 694 raise Exception('exit code %s' % iRc); 854 Main function a la C/C++. Returns exit code. 871 """ We need to override the exit code on --help, error and so on. """ 874 def exit(self, status = 0, msg = None): member in class:TestBoxScript.main.MyOptionParser 875 OptionParser.exit(self, TBS_EXITCODE_SYNTAX, msg); 981 sys.exit(TestBoxScript.main());
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | CrtWrapper.c | 355 void exit (int e) function 366 void exit (int e) function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | mdmac.c | 658 exit(int result) function 667 exit(-1);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | curses.h | 39 void ( *exit ) ( struct _curses_screen *scr ); member in struct:_curses_screen
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | irix.c | 121 PRInt32 _pr_irix_process_exit_code = 0; /* exit code for PR_ProcessExit */ 493 exit(-1); 500 exit(-1); 822 * and exit. 832 * cause global threads on the recycle list to exit 977 * the exit code of the process is the exit code of the primordial 1014 * Override the exit() function in libc to cause the process to exit 1015 * when the primodial/main nspr thread calls exit 1021 void exit(int status) function [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 211 #undef exit macro 212 #define exit(i) xf86exit(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 249 #undef exit macro 250 #define exit(i) xf86exit(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 249 #undef exit macro 250 #define exit(i) xf86exit(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 255 #undef exit macro 256 #define exit(i) xf86exit(i) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 255 #undef exit macro 256 #define exit(i) xf86exit(i) macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/ |
H A D | primpl.h | 130 #define _MD_EXIT exit 291 PRPackedBool exit; /* cpu should exit */ member in struct:_PRCPU 725 * can exit. */
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | server_protocol.h | 98 } exit; member in union:__anon14150
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | server_protocol.h | 107 } exit; member in union:__anon1488
|