Searched refs:my_pid (Results 1 – 4 of 4) sorted by relevance
567 char my_pid[32]; in mkpid() local612 (void) snprintf(my_pid, sizeof (my_pid), "%d", (int)getpid()); in mkpid()613 pid_len = strlen(my_pid); in mkpid()616 my_pid[xcnt] = 0; in mkpid()628 *first_X++ = my_pid[i++]; in mkpid()
1223 static int my_pid; /* The process id set in initdesc() */ variable1294 my_pid = getpid(); in initdesc_x()1388 my_pid = getpid(); in new_process()1416 if (my_pid != getpid()) in setfd()1436 if (my_pid != getpid()) in unsetfd()
481 pid_t my_pid; in __s_api_nscd_proc() local493 my_pid = getpid(); in __s_api_nscd_proc()499 if (my_pid == checkedPid) { in __s_api_nscd_proc()506 if (my_pid == checkedPid) { in __s_api_nscd_proc()515 isMainNscd = check_nscd_proc(my_pid, B_FALSE); in __s_api_nscd_proc()518 checkedPid = my_pid; in __s_api_nscd_proc()
1288 static pid_t my_pid = 0; /* to check for whether we fork()d */ variable1301 my_pid = getpid(); in init_watch()1390 if (my_pid != getpid()) { in nowatch()