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