taglinefilesource code
fork253include/asm-i386/unistd.hstatic inline _syscall0(int,fork)
fork155include/asm-sparc/unistd.hstatic inline _syscall0(int,fork)
fork427init/main.cif (!fork())    /* we count on this going ok */
fork483init/main.cif (!(pid=fork())) {
fork494init/main.cif ((pid = fork()) < 0) {