taglinefilesource code
fork49init/main.cstatic inline _syscall0(int,fork)
fork493init/main.cif (!fork())    /* we count on this going ok */
fork550init/main.cif (!(pid=fork())) {
fork561init/main.cif ((pid = fork()) < 0) {