getpid            223 lib-src/seccomp-filter.c   RULE (SCMP_ACT_ALLOW, SCMP_SYS (getpid));
getpid            159 lib/nproc.c            if (sched_getaffinity_np (getpid (), cpuset_size (set), set) == 0)
getpid           1463 lib/unistd.in.h _GL_CXXALIAS_MDA (getpid, int, (void));
getpid           1465 lib/unistd.in.h _GL_CXXALIAS_SYS (getpid, pid_t, (void));
getpid           1467 lib/unistd.in.h _GL_CXXALIASWARN (getpid);
getpid           1226 src/callproc.c   pid_t pid = getpid ();
getpid           5167 src/comp.c     	  sprintf (str, "log_%d", getpid ());
getpid            512 src/dosfns.c     proclist = Fcons (INT_TO_INTEGER (getpid ()), proclist);
getpid            526 src/dosfns.c     if (proc_id == getpid ())
getpid           1315 src/editfns.c    pid_t pid = getpid ();
getpid            432 src/filelock.c   intmax_t pid = getpid ();
getpid            604 src/filelock.c       if (pid == getpid ())
getpid            188 src/haiku_io.c   kill (getpid (), SIGPOLL);
getpid           6924 src/pgtkterm.c       fcntl (dpyinfo->connection, F_SETOWN, getpid ());
getpid           8446 src/process.c        GSource *source = g_child_watch_source_new (getpid ());
getpid            920 src/sysdep.c     inherited_pgroup = getpid () == pgrp ? 0 : pgrp;
getpid            972 src/sysdep.c       tcsetpgrp_without_stopping (fd, getpid ());
getpid           1293 src/sysdep.c         fcntl (fileno (tty_out->input), F_SETOWN, getpid ());
getpid           1299 src/sysdep.c   	  fcntl (gpm_fd, F_SETOWN, getpid ());
getpid           2190 src/sysdep.c         v = getpid () ^ t.tv_sec ^ t.tv_nsec;
getpid            334 src/w32proc.c    return getpid ();
getpid            340 src/w32proc.c    return getpid ();
getpid            352 src/w32proc.c    return getpid ();
getpid           4589 src/xfns.c       pid_t pid = getpid ();
getpid             69 src/xselect.c    fprintf (stderr, "%"PRIdMAX": " fmt "\n", (intmax_t) getpid ())
getpid             71 src/xselect.c    fprintf (stderr, "%"PRIdMAX": " fmt "\n", (intmax_t) getpid (), a0)
getpid             73 src/xselect.c    fprintf (stderr, "%"PRIdMAX": " fmt "\n", (intmax_t) getpid (), a0, a1)
getpid             75 src/xselect.c    fprintf (stderr, "%"PRIdMAX": " fmt "\n", (intmax_t) getpid (), a0, a1, a2)
getpid           30300 src/xterm.c      fcntl (dpyinfo->connection, F_SETOWN, getpid ());