getpid            604 gc/dyn_load.c        sprintf(buf, "/proc/%d", getpid());
getpid           3124 gc/os_dep.c        sprintf(buf, "/proc/%d", getpid());
getpid            313 gc/pthread_stop_world.c     GC_stopping_pid = getpid();                /* debugging only.      */
getpid           1132 gc/pthread_support.c         GC_printf1("pid = %ld\n", (long) getpid());
getpid            238 gc/solaris_threads.c     	sprintf(buf, "/proc/%d", getpid());
getpid           2081 src/syslib.c   SCM_RESULT = getpid();