| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| run-control-while-bg-execution.c | 20 static pid_t mypid = -1; variable 30 mypid = getpid ();
|
| attach-wait-input.c | 22 int mypid; variable 34 mypid = getpid ();
|
| watchpoint-hw-attach.c | 32 int mypid = getpid (); local
|
| jit-elf-main.c | 65 int mypid; variable 75 mypid = getpid ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| run-control-while-bg-execution.c | 20 static pid_t mypid = -1; variable 30 mypid = getpid ();
|
| attach-wait-input.c | 22 int mypid; variable 34 mypid = getpid ();
|
| watchpoint-hw-attach.c | 32 int mypid = getpid (); local
|
| jit-elf-main.c | 65 int mypid; variable 75 mypid = getpid ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/ |
| print-ts.py | 43 mypid = os.getpid() variable 47 "{} [{}] {}".format(datetime.datetime.now().strftime(fmt), mypid, line)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/ |
| print-ts.py | 43 mypid = os.getpid() variable 47 "{} [{}] {}".format(datetime.datetime.now().strftime(fmt), mypid, line)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| detach-step-over.c | 30 int mypid; variable 80 mypid = getpid ();
|
| process-dies-while-detaching.c | 41 int mypid; variable 119 mypid = getpid ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| detach-step-over.c | 30 int mypid; variable 80 mypid = getpid ();
|
| process-dies-while-detaching.c | 41 int mypid; variable 119 mypid = getpid ();
|
| /src/tests/lib/librumpclient/ |
| h_execthr.c | 82 getproc(pid_t mypid, struct kinfo_proc2 *p) 90 name[3] = mypid; 103 pid_t mypid; local 122 mypid = rump_sys_getpid(); 143 getproc(mypid, &p); 193 getproc(mypid, &p);
|
| /src/tests/rump/rumpkern/ |
| t_lwproc.c | 149 pid_t mypid; local 156 mypid = rump_sys_getpid(); 161 mypid = rump_sys_getpid(); 162 ATF_REQUIRE(mypid != -1 && mypid != 0); 163 RZ(rump_pub_lwproc_newlwp(mypid)); 172 ATF_REQUIRE_EQ(rump_sys_getpid(), mypid); local 179 ATF_REQUIRE_EQ(rump_pub_lwproc_newlwp(mypid), ESRCH);
|
| /src/tests/rump/rumpkern/h_client/ |
| h_stresscli.c | 24 static pid_t mypid; variable 102 if (pidi != mypid) 103 errx(1, "mypid mismatch"); 162 mypid = rump_sys_getpid(); 163 sprintf(hostnamebuf, HOSTNAMEBASE "%d", mypid);
|
| /src/usr.bin/tip/aculib/ |
| v831.c | 55 int status, mypid; local 106 while ((mypid = wait(&status)) != child && mypid != -1)
|
| /src/external/mit/libuv/dist/src/unix/ |
| openbsd.c | 66 pid_t mypid; local 72 mypid = getpid(); 80 mib[2] = mypid;
|
| /src/usr.bin/pkill/ |
| pkill.c | 101 static pid_t mypid; variable 282 mypid = getpid(); 316 if ((kp->p_flag & P_SYSTEM) != 0 || kp->p_pid == mypid) 455 if (kp->p_pid == mypid) 616 li->li_number = getsid(mypid);
|
| /src/libexec/ftpd/ |
| conf.c | 892 pid_t *pids, mypid; local 919 mypid = getpid(); 925 if (mypid != 0) { 926 pids[i] = mypid; 927 mypid = 0; 935 if (mypid != 0) { 938 pids[last] = mypid;
|
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| qmqp-source.c | 167 static int mypid; variable 623 mypid = getpid(); 628 sender, recipient, mydate, mypid, var_myhostname);
|
| /src/usr.bin/tip/ |
| cmds.c | 856 int mypid, l; local 869 if ((mypid = vfork()) == 0) { 881 if (mypid == -1) { 890 while (wait(&s) != mypid)
|
| /src/external/bsd/am-utils/dist/hlfsd/ |
| hlfsd.c | 888 int mypid = getpid(); /* XXX: should this be the global am_mypid */ local 890 if (mypid == masterpid) 892 else if (mypid == serverpid)
|
| /src/sbin/routed/ |
| main.c | 56 pid_t mypid; variable 294 mypid = getpid();
|