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