taglinefilesource code
fork293include/unistd.hpid_t fork(void);
fork23init/main.cstatic inline _syscall0(int,fork)
fork166init/main.cif (!fork()) {    /* we count on this going ok */
fork207init/main.cif (!(pid=fork())) {
fork218init/main.cif ((pid=fork())<0) {