Searched refs:exit (Results 1 - 25 of 43) sorted by relevance

12

/httpd/os/netware/
H A Dos.h44 AP_DECLARE_DATA extern int hold_screen_on_exit; /* Indicates whether the screen should be held open on exit*/
51 /* Hold the screen open if there is an exit code and the hold_screen_on_exit flag >= 0 or the
53 matter what the exit code is. */
54 #define exit(s) {if((s||hold_screen_on_exit)&&(hold_screen_on_exit>=0)){pressanykey();}apr_terminate();exit(s);} macro
/httpd/test/
H A Dtime-sem.c106 exit (1);
120 exit(1);
129 exit(1);
154 exit (1);
163 exit(1);
181 exit(1);
190 exit(1);
225 exit (1);
230 exit(1);
247 exit (
[all...]
H A Dtest-writev.c61 exit( 1 );
74 exit(1);
79 exit(1);
85 exit(1);
100 exit(0);
H A Dtest_find.c68 exit(0);
77 exit(0);
H A Dtest_select.c45 exit(0);
H A Dtest_limits.c76 exit(1);
125 exit(1);
134 exit(1);
139 exit(1);
144 exit(1);
195 exit(1);
199 exit(0);
H A Dtest_parser.c74 exit(0);
H A Dcls.c107 exit(0);
113 exit(1);
/httpd/support/
H A Dsuexec.c176 exit(1);
244 exit(123);
251 exit(124);
315 exit(102);
357 exit(0);
365 exit(101);
380 exit(103);
385 exit(103);
398 exit(104);
417 exit(10
[all...]
H A Dhtpasswd.c121 exit(ERR_SYNTAX);
174 exit(ERR_SYNTAX);
195 exit(ret);
208 exit(ERR_SYNTAX);
226 exit(ERR_OVERFLOW);
233 exit(ERR_OVERFLOW);
239 exit(ERR_BADUSER);
245 exit(ERR_OVERFLOW);
306 exit(1);
311 exit(
[all...]
H A Dfcgistarter.c41 exit(EXIT_FAILURE);
53 exit(EXIT_FAILURE);
182 exit(EXIT_FAILURE);
187 exit(EXIT_FAILURE);
193 exit(EXIT_FAILURE);
198 exit(EXIT_FAILURE);
H A Dhtdbm.c102 exit(ERR_INTERRUPTED);
308 exit(ERR_SYNTAX);
333 exit(1);
338 exit(ERR_SYNTAX);
376 exit(ret);
399 exit(ERR_FILEPERM);
405 exit(ERR_BADUSER);
414 exit(ret);
425 exit(ERR_BADUSER);
429 exit(ERR_PWMISMATC
[all...]
H A Dhtdigest.c75 exit(rc);
169 exit(1);
210 exit(1);
223 exit(1);
231 exit(0);
239 exit(1);
245 exit(1);
H A Drotatelogs.c158 exit(1);
261 exit(2);
291 exit(2);
354 exit(2);
359 exit(2);
453 exit(2);
485 exit(2);
662 exit(1);
667 exit(1);
672 exit(
[all...]
H A Dab.c372 /* simple little function to write an error string and exit */
379 exit(1);
382 /* simple little function to write an APR error string and exit */
393 exit(rv);
402 exit(1);
413 exit(1);
424 exit(1);
433 exit(1);
1040 exit(1);
1060 exit(
[all...]
H A Dlogresolve.c127 exit(1);
H A Dpasswd_common.c116 exit(ERR_FILEPERM);
/httpd/os/win32/
H A Dos.h60 #include <stdlib.h> /* for exit() */
66 /* BIG RED WARNING: exit() is mapped to allow us to capture the exit
68 * the ApacheCore.dll - since it's a horrible behavior to exit() from
75 #define exit(status) ((exit)((ap_real_exit_code==2) \ macro
/httpd/os/bs2000/
H A Dos.c120 exit(1);
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c84 /* used by parent to signal the child to start and exit */
265 * exit event [save to poll later]
288 exit(APEXIT_CHILDINIT);
298 "Child: Unable to retrieve the exit event from the parent");
299 exit(APEXIT_CHILDINIT);
307 exit(APEXIT_CHILDINIT);
314 exit(APEXIT_CHILDINIT);
322 exit(APEXIT_CHILDINIT);
329 exit(APEXIT_CHILDINIT);
336 exit(APEXIT_CHILDINI
[all...]
/httpd/support/win32/
H A Dwintty.c143 exit(1);
146 exit(1);
151 exit(1);
/httpd/server/mpm/simple/
H A Dsimple_children.c58 exit(code);
/httpd/modules/examples/
H A Dmod_example_ipc.c215 exit(1); /* Ugly, but what else? */
/httpd/server/
H A Dmain.c286 fprintf(stderr, "%s: abnormal exit %d\n", name, process_exit_value);
288 exit(process_exit_value);
327 exit(1);
H A Dmpm_common.c253 exit(1);
271 exit(1);

Completed in 53 milliseconds

12