taglinefilesource code
fork103include/asm-i386/unistd.hstatic inline _syscall0(int,fork)
fork143include/asm-sparc/unistd.hstatic inline _syscall0(int,fork)
fork392init/main.cif (!fork())    /* we count on this going ok */
fork449init/main.cif (!(pid=fork())) {
fork460init/main.cif ((pid = fork()) < 0) {