taglinefilesource code
fork40init/main.cstatic inline _syscall0(int,fork)
fork253init/main.cif (!fork())    /* we count on this going ok */
fork293init/main.cif (!(pid=fork())) {
fork304init/main.cif ((pid = fork()) < 0) {