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