taglinefilesource code
fork48init/main.cstatic inline _syscall0(int,fork)
fork462init/main.cif (!fork())    /* we count on this going ok */
fork503init/main.cif (!(pid=fork())) {
fork514init/main.cif ((pid = fork()) < 0) {