taglinefilesource code
fork50init/main.cstatic inline _syscall0(int,fork)
fork423init/main.cif (!fork())    /* we count on this going ok */
fork480init/main.cif (!(pid=fork())) {
fork491init/main.cif ((pid = fork()) < 0) {