taglinefilesource code
fork39init/main.cstatic inline _syscall0(int,fork)
fork193init/main.cif (!fork())    /* we count on this going ok */
fork233init/main.cif (!(pid=fork())) {
fork244init/main.cif ((pid=fork())<0) {