taglinefilesource code
fork210include/unistd.hint fork(void);
fork23init/main.cstatic inline _syscall0(int,fork)
fork138init/main.cif (!fork()) {    /* we count on this going ok */
fork179init/main.cif (!(pid=fork())) {
fork190init/main.cif ((pid=fork())<0) {