Searched refs:_exit (Results 1 - 25 of 466) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dnoreturn-7.c12 void _exit(int status) __attribute__ ((__noreturn__));
19 _exit(0);
26 _exit(0);
33 _exit(0);
40 _exit(0);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/avr/
H A Dexit.S12 .globl _exit
13 .type _exit, @function
15 _exit: label
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp755a.C4 extern "C" void _exit(int);
7 _exit(0);
H A Dinit1.C3 extern "C" void _exit(int);
6 ~C() { if (count != 1) _exit(1); }
H A Dp755.C6 extern "C" void _exit(int);
10 _exit(0);
H A Dp9732b.C7 extern "C" void _exit (int);
28 _exit (1);
29 _exit (0);
/openbsd-current/lib/libc/stdlib/
H A D_Exit.c11 * _Exit() is the ISO/ANSI C99 equivalent of the POSIX _exit() function.
16 * rather must behave exactly like _exit()
21 _exit(status);
H A Dexit.c52 * (including the stdio cleanup routine) and then _exit().
55 _exit(status);
/openbsd-current/regress/usr.sbin/ospfd/
H A Dtestfd.pl25 use POSIX qw(_exit);
37 or do { warn "Close parent socket failed: $!"; _exit(1); };
39 or do { warn "Open $0 failed: $!"; _exit(1); };
41 or do { warn "Sendfd failed: $!"; _exit(1); };
42 _exit(0);
H A DTap.pm29 use POSIX qw(_exit);
71 _exit(3);
77 _exit(3);
/openbsd-current/regress/sys/kern/exit/
H A Dexit.c11 _exit(0);
/openbsd-current/regress/sys/kern/pledge/generic/
H A Dtest_tty.c39 _exit(errno);
44 _exit(errno);
48 _exit(errno);
53 _exit(errno);
58 _exit(errno);
62 _exit(errno);
66 _exit(errno);
71 _exit(errno);
76 _exit(errno);
80 _exit(errn
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-noret-1.c6 extern void _exit (int);
49 _exit (1);
53 /* Some non-Unix libcs might not have _exit. This version should never
56 _exit (int i) function
/openbsd-current/usr.bin/ssh/
H A Dcleanup.c29 _exit(i);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dstatic11.C7 extern "C" void _exit (int);
15 ~A(){ r -= 2; _exit (r); }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dstatic11.C7 // destructor calling _exit. It's not really worth it to handle that.
10 extern "C" void _exit (int);
18 ~A(){ r -= 2; _exit (r); }
/openbsd-current/regress/sys/kern/signal/siginfo_addr/
H A Dsiginfo_addr.c16 _exit(1);
18 _exit(1);
22 _exit(0);
/openbsd-current/regress/sys/kern/stackpivot/syscall/
H A Dstackpivot.c24 _exit(0);
/openbsd-current/regress/lib/libc/sys/
H A Dt_getlogin.c100 _exit(EXIT_FAILURE);
105 _exit(EXIT_FAILURE);
108 _exit(EXIT_FAILURE);
110 _exit(EXIT_SUCCESS);
145 _exit(EINVAL);
148 _exit(EINVAL);
153 _exit(EFAULT);
156 _exit(EFAULT);
161 _exit(EXIT_FAILURE);
164 _exit(EXIT_FAILUR
[all...]
H A Dt_kill.c101 _exit(EINVAL);
107 _exit(ESRCH);
109 _exit(EXIT_SUCCESS);
161 _exit(EXIT_FAILURE);
168 _exit(EXIT_FAILURE);
173 _exit(EXIT_FAILURE);
178 _exit(EXIT_SUCCESS);
186 _exit(EXIT_FAILURE);
191 _exit(EPERM);
194 _exit(EPER
[all...]
H A Dt_chroot.c73 _exit(EXIT_FAILURE);
78 _exit(EXIT_FAILURE);
81 _exit(EXIT_FAILURE);
86 _exit(EXIT_FAILURE);
89 _exit(EXIT_FAILURE);
91 _exit(EXIT_SUCCESS);
158 _exit(EXIT_FAILURE);
161 _exit(EXIT_FAILURE);
163 _exit(EXIT_SUCCESS);
201 _exit(EXIT_FAILUR
[all...]
/openbsd-current/regress/sys/kern/kqueue/
H A Dkqueue-fork.c34 _exit(0);
36 _exit(1);
/openbsd-current/usr.bin/cu/
H A Dcommand.c64 _exit(1);
68 _exit(1);
70 _exit(1);
74 _exit(1);
77 _exit(1);
80 _exit(1);
116 _exit(1);
118 _exit(1);
122 _exit(1);
124 _exit(
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991026-2.c7 extern void _exit (int __status) __attribute__ ((__noreturn__));
31 _exit(0);
/openbsd-current/regress/sys/kern/wait/
H A Dwait.c21 _exit(17);

Completed in 318 milliseconds

1234567891011>>