Searched refs:getpid (Results 176 - 200 of 837) sorted by relevance

1234567891011>>

/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace.c130 ATF_REQUIRE_ERRNO(EINVAL, ptrace(PT_ATTACH, getpid(), NULL, 0) == -1);
208 getppid(), getpid());
212 getppid(), getpid());
H A Dt_getsid.c55 if (sid != getsid(getpid()))
H A Dt_sigaltstack.c86 kill(getpid(), SIGUSR1);
H A Dt_ptrace_sigchld.c78 __func__, getpid(), _lwp_self(), __FILE__, __LINE__, ##__VA_ARGS__); \
132 DPRINTF("Before forking process PID=%d\n", getpid());
135 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
154 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
/netbsd-current/external/bsd/kyua-cli/dist/utils/logging/
H A Doperations_test.cpp109 const pid_t pid = ::getpid();
138 const pid_t pid = ::getpid();
192 const pid_t pid = ::getpid();
230 const pid_t pid = ::getpid();
250 const pid_t pid = ::getpid();
282 const pid_t pid = ::getpid();
/netbsd-current/regress/sys/fs/lfs/9994/
H A D9994_f.c110 sprintf(buf, "test.%d", getpid());
121 sprintf(buf, "%s/control.%d", ctldir, getpid());
/netbsd-current/tests/kernel/
H A Dt_proccwd.c73 getpid(),
87 if (t[i] == -1 || t[i] == getpid()) {
/netbsd-current/lib/libutil/
H A Dpidfile.c85 if (pidfile_pid != getpid())
219 pidfile_pid = getpid();
/netbsd-current/tests/net/net/
H A Dt_unix.c234 srvrpid = clntpid = getpid();
279 clntpid = getpid();
299 if (clntpid == getpid()) {
310 if (srvrpid == getpid()) {
320 if (clntpid == getpid()) {
328 if (srvrpid == getpid()) {
374 if (srvrpid == getpid()) {
380 if (clntpid == getpid()) {
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/
H A Drnd_keys.c81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
/netbsd-current/crypto/external/bsd/openssl/lib/libdes/
H A Dornd_keys.c81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dprocess_helpers.c58 kill(getpid(), SIGKILL);
/netbsd-current/external/bsd/atf/dist/tools/
H A Dprocess_helpers.c58 kill(getpid(), SIGKILL);
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Dsanity.cpp99 ::kill(::getpid(), signo);
/netbsd-current/external/bsd/libbind/dist/bsd/
H A Dmktemp.c100 pid = getpid();
/netbsd-current/external/bsd/nvi/dist/clib/
H A Dmkstemp.c78 pid = getpid();
/netbsd-current/usr.bin/ktrace/
H A Dktrace.c241 if (do_ktrace(outfile, vers, ops, trpoints, getpid(), block) == 1) {
246 (void)do_ktrace(outfile, vers, ops, trpoints, getpid(), block);
334 dofork = (pid == getpid());
345 pid = getpid();
/netbsd-current/tests/lib/libc/tls/
H A Dt_tls_dynamic.c78 ATF_CHECK_EQ(dso_var1, getpid);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
H A Dhello.cc16 /* Get getpid() declaration. */
52 // getpid ());
53 label2text = _("This program is running as process number %1.").arg(getpid ());
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
H A Dhello.c11 /* Get getpid() declaration. */
52 label2 = gtk_label_new (g_strdup_printf (_("This program is running as process number %d."), getpid ()));
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dtmpname.cpp89 value += random_time_bits ^ getpid();
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Drnd_keys.c81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
/netbsd-current/crypto/external/bsd/openssl.old/lib/libdes/
H A Dornd_keys.c81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
/netbsd-current/tests/kernel/kqueue/
H A Dt_proc3.c66 EV_SET(&ke, (uintptr_t)getpid(), EVFILT_PROC, EV_ADD, NOTE_TRACK, 0, 0);
/netbsd-current/sbin/route/
H A Dprog_ops.h94 #define prog_getpid getpid

Completed in 170 milliseconds

1234567891011>>