Searched refs:xpid (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/cron-39/lib/
H A Dmisc.c402 log_it(username, xpid, event, detail)
404 int xpid;
408 PID_T pid = xpid;
/macosx-10.10/cron-39/crontab/
H A Dcrontab.c388 PID_T pid, xpid; local
491 xpid = wait(&waiter);
496 if (xpid != pid) {
497 warnx("wrong PID (%d != %d) from \"%s\"", xpid, pid, editor);
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dnotify_proc.c273 pid_t xpid; local
289 audit_token_to_au32(audit, NULL, uid, gid, NULL, NULL, &xpid, NULL, NULL);
290 if (pid != NULL) *pid = xpid;
295 uint64_t xcid = make_client_id(xpid, token);
302 log_message(ASL_LEVEL_DEBUG, "duplicate token %d sent from PID %d\n", token, xpid);
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c6579 Lisp_Object xpid = XCAR (tail);
6580 if ((GC_INTEGERP (xpid) && pid == (pid_t) XINT (xpid))
6581 || (GC_FLOATP (xpid) && pid == (pid_t) XFLOAT_DATA (xpid)))
6560 Lisp_Object xpid = XCAR (tail); local

Completed in 109 milliseconds