taglinefilesource code
fork42init/main.cstatic inline _syscall0(int,fork)
fork311init/main.cif (!fork())    /* we count on this going ok */
fork352init/main.cif (!(pid=fork())) {
fork363init/main.cif ((pid = fork()) < 0) {