taglinefilesource code
_exit107include/asm-alpha/unistd.h#define exit(x) _exit(x)
_exit113include/asm-i386/unistd.hstatic inline _syscall1(int,_exit,int,exitcode)
_exit153include/asm-sparc/unistd.hstatic inline _syscall1(int,_exit,int,exitcode)
_exit452init/main.c_exit(1);
_exit454init/main.c_exit(2);
_exit470init/main.c_exit(execve("/bin/sh",argv,envp));
_exit478init/main.c_exit(0);
_exit14lib/_exit.cvolatile void _exit(int exit_code)