Searched refs:get_pid (Results 1 – 2 of 2) sorted by relevance
55 static pid_t get_pid (int fd,int *err);91 if ((pid_old = get_pid (fd, &err)) == -1) in uu_lock()134 if (get_pid(fd, &err) != getpid()) in uu_lock_txfr()206 get_pid(int fd, int *err) in get_pid() function
103 #define get_pid(x) (x) macro