Searched refs:exit_status (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_stdlib.cpp52 int exit_status = 0; variable
56 exit_status = status;
H A Dmac_xpidl.cpp79 extern int exit_status;
221 if (exit_status != 0)
H A Dmac_xpt_linker.cpp87 extern int exit_status;
328 if (exit_status != 0)
391 if (exit_status != 0)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dpthread.h53 long exit_status; /* thread exit status when calling wine_pthread_exit_thread */ member in struct:wine_pthread_thread_info
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c45 gint exit_status; local
52 result = g_spawn_command_line_sync (command, &stdout_text, &stderr_text, &exit_status, &error);
58 else if (exit_status != 0)
59 g_warning ("Failed to get languages, '%s' returned %d", command, exit_status);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Danonfm.c182 PRInt32 exit_status; local
254 rc = PR_WaitProcess( proc, &exit_status );
H A Dnameshm1.c399 PRInt32 exit_status; local
479 rc = PR_WaitProcess( proc, &exit_status );
/vbox/src/libs/libxml2-2.6.31/vms/
H A Dbuild_libxml.com117 $ exit_status = 1
223 $ exit 'exit_status
227 $ exit_status = $status
228 $ write sys$output "''f$message(exit_status)'"
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh372 exit_status=$?
373 if test "$exit_status" -ne 0 && test ! -d "$my_xdir"; then
374 exit $exit_status
953 exit_status=$?
954 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
955 exit $exit_status
2034 exit_status=$?
2035 if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then
2036 exit $exit_status
4788 exit_status
[all...]

Completed in 63 milliseconds