Searched refs:mypid (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/appl/login/
H A Dutmpx_login.c71 pid_t mypid = getpid(); local
84 if (ut->ut_pid == mypid
98 newut.ut_pid = mypid;
/freebsd-10.1-release/bin/pkill/
H A Dpkill.c72 #define PSKIP(kp) ((kp)->ki_pid == mypid || \
111 static pid_t mypid; variable
308 mypid = getpid();
497 pid = mypid;
509 if (pid == mypid)
698 li->li_number = getsid(mypid);
/freebsd-10.1-release/usr.bin/killall/
H A Dkillall.c115 pid_t mypid; local
323 mypid = getpid();
336 if (thispid == mypid)
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dclock.c323 pid_t mypid; local
348 mypid = getpid();
380 kill(mypid, sig);
389 (ev->ev_pid != mypid ||
/freebsd-10.1-release/contrib/amd/hlfsd/
H A Dhlfsd.c893 int mypid = getpid(); /* XXX: should this be the global am_mypid */ local
895 if (mypid == masterpid)
897 else if (mypid == serverpid)
/freebsd-10.1-release/release/picobsd/tinyware/oinit/
H A Doinit.c511 pid_t mypid; local
527 mypid=getpid();
533 printf("(%d)%s%s",mypid,cwd,prompt);
/freebsd-10.1-release/sbin/routed/
H A Dmain.c54 pid_t mypid; variable
301 mypid = getpid();
305 srandom((int)(clk.tv_sec ^ clk.tv_usec ^ mypid));
H A Ddefs.h448 extern pid_t mypid;
H A Dtable.c1187 && m.r.rtm.rtm_pid == mypid) {
/freebsd-10.1-release/contrib/sendmail/src/
H A Dutil.c2794 pid_t mypid = getpid(); local
2804 ProcListVec[i].proc_pid == mypid)
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.c2402 pid_t mypid = getpid(); local
2408 np->p_parentid == mypid) {

Completed in 114 milliseconds