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