Home | History | Annotate | Download | only in strace

Lines Matching refs:_exit

982 			_exit(0); /* paranoia */
1351 _exit(0);
1471 _exit(0); /* parent should see entry into this syscall */
1554 _exit(0);
2036 * int main() { _exit(!!fork()); }