Home
last modified time | relevance | path

Searched defs:getpid_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Dsmoketest.c18 int getpid_(void) { return syscall(__NR_getpid); } in getpid_() function
20 #define getpid_ getpid macro
H A Dsyscalls.h32 #define getpid_ getpid macro
168 static inline pid_t getpid_() { in getpid_() function