Searched refs:exit (Results 1 - 25 of 318) sorted by path

1234567891011>>

/haiku/3rdparty/kallisti5/
H A Dconfigure.py136 exit(1)
153 exit(1)
199 exit(1)
203 exit(1)
207 exit(1)
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dgen_err_list.py69 exit(1)
86 #exit(0)
114 exit(1)
/haiku/build/scripts/
H A Dbootstrap_client.py19 sys.exit('Usage: ' + sys.argv[0] + ' <address>[:<port>] <command>')
39 sys.exit('Failed to connect to %s port %d: %s' % (address, port, msg[1]))
82 # either an exit code has been sent or we consider this an error
84 sys.exit(int(exitCode))
85 sys.exit(1)
H A Dbootstrap_daemon.py54 sys.exit('Failed to bind to %s port %d: %s' % (address, port, msg[1]))
/haiku/headers/cpp/
H A Ddefalloc.h51 exit(1);
H A Dstl_alloc.h46 # define __THROW_BAD_ALLOC fprintf(stderr, "out of memory\n"); exit(1)
49 # define __THROW_BAD_ALLOC cerr << "out of memory" << endl; exit(1)
415 // This ensures that it is released in exit or during stack
/haiku/headers/libs/glut/GL/
H A Dglut.h71 exit routine). GLUT is typically built with the
78 the executable's "exit" function pointer is covertly passed to GLUT.
79 GLUT then calls the executable's exit function pointer to ensure that
81 needs to exit.
107 extern _CRTIMP void __cdecl exit(int);
336 /* Entry/exit state. */
547 static void GLUTAPIENTRY glutInit_ATEXIT_HACK(int *argcp, char **argv) { __glutInitWithExit(argcp, argv, exit); }
564 static int GLUTAPIENTRY glutCreateWindow_ATEXIT_HACK(const char *title) { return __glutCreateWindowWithExit(title, exit); }
610 static int GLUTAPIENTRY glutCreateMenu_ATEXIT_HACK(void (GLUTCALLBACK *func)(int)) { return __glutCreateMenuWithExit(func, exit); }
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit.c926 goto exit;
934 exit:
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp372 bool exit = false; local
382 while (!error && !exit) {// && count++ < 10) {
494 exit = true;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c177 exit(1);
267 exit(1);
310 exit(1);
/haiku/src/apps/pairs/
H A DPairs.cpp158 exit(1);
/haiku/src/apps/tv/
H A DController.cpp60 exit(1);
H A DVideoView.cpp53 exit(1);
/haiku/src/bin/addattr/
H A Dmain.cpp120 exit(returnValue);
134 exit(1);
145 exit(1);
157 exit(1);
/haiku/src/bin/
H A Dcheckitout.cpp118 exit(1);
H A Dcomm.c169 exit(0);
203 -help display this help and exit
204 -version output version information and exit
206 exit(1);
214 exit(1);
H A Ddiskimage.cpp42 exit(error ? 1 : 0);
H A Dfdinfo.cpp115 exit(failure ? 1 : 0);
H A Dfindpaths.cpp139 exit(error ? 1 : 0);
199 exit(0);
248 exit(1);
268 exit(1);
290 exit(1);
303 exit(1);
H A Dgetarch.cpp43 exit(error ? 1 : 0);
H A Dlaunch_roster.cpp50 exit(EXIT_FAILURE);
67 exit(EXIT_FAILURE);
114 exit(status);
177 exit(EXIT_FAILURE);
217 exit(EXIT_FAILURE);
233 exit(EXIT_FAILURE);
249 exit(EXIT_FAILURE);
270 exit(EXIT_FAILURE);
289 exit(status);
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp55 exit(error ? 1 : 0);
112 exit(1);
117 // install signal handlers so we can exit gracefully
128 exit(1);
139 exit(1);
156 exit(1);
313 exit(1);
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp45 exit(error ? 1 : 0);
74 exit(1);
105 exit(1);
H A Dtiming_analysis.cpp64 exit(1);
70 exit(1);
/haiku/src/bin/keymap/
H A DKeymap.cpp510 exit(1);
726 exit(1);
751 exit(1);

Completed in 147 milliseconds

1234567891011>>