getpid             79 usr/bin/sh/sh.c 	if (getpid() != shpid)
getpid            459 usr/bin/sh/sh.c 		shpid = getpid();
getpid             66 usr/lib/libc/stdio/mktemp.c 	pid = getpid();
getpid             50 usr/lib/libc/stdlib/abort.c 	(void)kill(getpid(), SIGABRT);
getpid             58 usr/lib/libc/stdlib/abort.c 	(void)kill(getpid(), SIGABRT);
getpid            174 usr/sample/tetris/tetris.c 	srandom((unsigned long)getpid());
getpid             53 usr/test/creat/creat.c 	pid_t pid = getpid();