taglinefilesource code
_exit225include/asm-alpha/unistd.h#define exit(x) _exit(x)
_exit264include/asm-i386/unistd.hstatic inline _syscall1(int,_exit,int,exitcode)
_exit165include/asm-sparc/unistd.hstatic inline _syscall1(int,_exit,int,exitcode)
_exit531init/main.c_exit(1);
_exit533init/main.c_exit(2);
_exit549init/main.c_exit(execve("/bin/sh",argv,envp));
_exit557init/main.c_exit(0);
_exit14lib/_exit.cvolatile void _exit(int exit_code)