Home
last modified time | relevance | path

Searched refs:pid (Results 1501 – 1525 of 2976) sorted by relevance

1...<<61626364656667686970>>...120

/netbsd/external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/
H A Dnamed.conf.in21 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/masterformat/ns1/
H A Dnamed.conf.in17 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/dnssec/ns4/
H A Dnamed1.conf.in21 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/addzone/ns2/
H A Dnamed3.conf.in22 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/catz/ns1/
H A Dnamed.conf.in26 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/rpz/ns6/
H A Dnamed.conf.in19 pid-file "named.pid";
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_win.c130 DWORD pid; in ossl_pool_add_nonce_data() member
143 data.pid = GetCurrentProcessId(); in ossl_pool_add_nonce_data()
/netbsd/external/gpl3/autoconf/dist/bin/
H A DMakefile.in393 bad=0; pid=$$$$; list="$(bin_SCRIPTS)"; for p in $$list; do \
399 if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
400 2>c$${pid}_.err </dev/null \
401 && test -n "`cat c$${pid}_.out`" \
402 && test -z "`cat c$${pid}_.err`"; then :; \
405 done; rm -f c$${pid}_.???; exit $$bad
/netbsd/external/bsd/cron/dist/
H A Dcrontab.c368 PID_T pid, xpid; in edit_cmd() local
460 switch (pid = fork()) { in edit_cmd()
491 xpid = waitpid(pid, &waiter, WUNTRACED); in edit_cmd()
495 "from `%s'", (long)pid, editor); in edit_cmd()
496 } else if (xpid != pid) { in edit_cmd()
498 (long)xpid, (long)pid, editor); in edit_cmd()
/netbsd/external/bsd/flex/dist/src/
H A Dfilter.c133 int pid, pipes[2]; in filter_apply_chain() local
155 if ((pid = fork ()) == -1) in filter_apply_chain()
158 if (pid == 0) { in filter_apply_chain()
/netbsd/external/gpl2/gettext/dist/gettext-tools/examples/po/
H A Dgettext-examples.pot63 msgid "This program is running as process number $pid."
68 msgid "This program is running as process number %(pid)d."
85 msgid "This program is running as process number {pid}."
/netbsd/external/mpl/bind/dist/bin/named/win32/
H A Dos.c267 pid_t pid; in named_os_writepidfile() local
298 pid = getpid(); in named_os_writepidfile()
300 if (fprintf(pidlockfile, "%ld\n", (long)pid) < 0) { in named_os_writepidfile()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix.h59 uptr internal_ptrace(int request, int pid, void *addr, void *data);
60 uptr internal_waitpid(int pid, int *status, int options);
/netbsd/external/mpl/bind/dist/bin/tests/system/views/ns2/
H A Dnamed2.conf.in19 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
H A Dnamed10.conf.in21 pid-file "named.pid";
H A Dnamed4.conf.in21 pid-file "named.pid";
H A Dnamed5.conf.in21 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/journal/ns1/
H A Dnamed.conf.in20 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/mirror/ns2/
H A Dnamed.conf.in28 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/forward/ns1/
H A Dnamed.conf.in22 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/
H A Dnamed2.conf.in21 pid-file "named.pid";
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_win.c128 DWORD pid; in rand_pool_add_nonce_data() member
138 data.pid = GetCurrentProcessId(); in rand_pool_add_nonce_data()
/netbsd/external/mpl/bind/dist/bin/tests/system/tsig/ns1/
H A Dnamed.conf.in19 pid-file "named.pid";
/netbsd/tests/lib/libc/misc/
H A Dt_ubsan.c72 pid_t pid; in test_case() local
83 pid = fork(); in test_case()
84 ATF_REQUIRE(pid != -1); in test_case()
85 if (pid == 0) { in test_case()
102 ATF_REQUIRE(wait(&status) == pid); in test_case()
/netbsd/sbin/newfs/
H A Dnewfs.c260 pid_t pid, res; in main() local
711 switch (pid = fork()) { in main()
721 "mfs:%d", pid); in main()
742 res = waitpid(pid, &status, WNOHANG); in main()
745 if (res != pid) in main()

1...<<61626364656667686970>>...120