taglinefilesource code
fork41init/main.cstatic inline _syscall0(int,fork)
fork296init/main.cif (!fork())    /* we count on this going ok */
fork337init/main.cif (!(pid=fork())) {
fork348init/main.cif ((pid = fork()) < 0) {