taglinefilesource code
fork33init/main.cstatic inline _syscall0(int,fork)
fork174init/main.cif (!fork()) {    /* we count on this going ok */
fork217init/main.cif (!(pid=fork())) {
fork228init/main.cif ((pid=fork())<0) {