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

/freebsd-9.3-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-9.3-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-9.3-release/usr.bin/killall/
H A Dkillall.c112 pid_t mypid; local
314 mypid = getpid();
327 if (thispid == mypid)
/freebsd-9.3-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-9.3-release/contrib/lukemftpd/src/
H A Dconf.c896 pid_t *pids, mypid; local
916 mypid = getpid();
922 if (mypid != 0) {
923 pids[i] = mypid;
924 mypid = 0;
932 if (mypid != 0) {
935 pids[last] = mypid;
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/sendmail/src/
H A Dutil.c2794 pid_t mypid = getpid(); local
2804 ProcListVec[i].proc_pid == mypid)
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.c2402 pid_t mypid = getpid(); local
2408 np->p_parentid == mypid) {

Completed in 112 milliseconds