taglinefilesource code
fork49init/main.cstatic inline _syscall0(int,fork)
fork485init/main.cif (!fork())    /* we count on this going ok */
fork542init/main.cif (!(pid=fork())) {
fork553init/main.cif ((pid = fork()) < 0) {