tag | line | file | source code |
---|---|---|---|
_exit | 222 | include/asm-alpha/unistd.h | #define exit(x) _exit(x) |
_exit | 266 | include/asm-i386/unistd.h | static inline _syscall1(int,_exit,int,exitcode) |
_exit | 165 | include/asm-sparc/unistd.h | static inline _syscall1(int,_exit,int,exitcode) |
_exit | 14 | lib/_exit.c | volatile void _exit(int exit_code) |