Home
last modified time | relevance | path

Searched refs:pid (Results 1601 – 1625 of 2976) sorted by relevance

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

/netbsd/external/gpl3/gdb/dist/binutils/
H A Ddllwrap.c350 int pid, wait_status, retcode; in run() local
393 pid = pexecute (argv[0], (char * const *) argv, prog_name, temp_base, in run()
397 if (pid == -1) in run()
408 pid = pwait (pid, &wait_status, 0); in run()
409 if (pid == -1) in run()
/netbsd/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-3.6195 postfix/postscreen[pid]: ALLOWLIST VETO [address]:port
196 postfix/postscreen[pid]: ALLOWLISTED [address]:port
197 postfix/postscreen[pid]: DENYLISTED [address]:port
204 postfix/postscreen[pid]: Using backwards-compatible default setting
248 postfix/smtp[pid]: queueid: passing <recipient> to transport=local
252 postfix/local[pid]: queueid: to=<recipient>, relay=local, ...
/netbsd/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c350 int pid, wait_status, retcode; in run() local
393 pid = pexecute (argv[0], (char * const *) argv, prog_name, temp_base, in run()
397 if (pid == -1) in run()
408 pid = pwait (pid, &wait_status, 0); in run()
409 if (pid == -1) in run()
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Ddllwrap.c350 int pid, wait_status, retcode; in run() local
393 pid = pexecute (argv[0], (char * const *) argv, prog_name, temp_base, in run()
397 if (pid == -1) in run()
408 pid = pwait (pid, &wait_status, 0); in run()
409 if (pid == -1) in run()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Ddllwrap.c350 int pid, wait_status, retcode; in run() local
393 pid = pexecute (argv[0], (char * const *) argv, prog_name, temp_base, in run()
397 if (pid == -1) in run()
408 pid = pwait (pid, &wait_status, 0); in run()
409 if (pid == -1) in run()
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbgtest.c688 pid_t pid; in test_drbg_reseed_after_fork() local
691 pid = fork(); in test_drbg_reseed_after_fork()
692 if (!TEST_int_ge(pid, 0)) in test_drbg_reseed_after_fork()
695 if (pid > 0) { in test_drbg_reseed_after_fork()
697 return TEST_int_eq(waitpid(pid, &status, 0), pid) && TEST_int_eq(status, 0); in test_drbg_reseed_after_fork()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dpex-common.c163 pid_t pid; in pex_run_in_environment() local
344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
346 if (pid < 0) in pex_run_in_environment()
351 obj->children[obj->count - 1] = pid; in pex_run_in_environment()
H A Dpex-djgpp.c281 pex_djgpp_wait (struct pex_obj *obj, pid_t pid, int *status, in pex_djgpp_wait() argument
292 *status = statuses[pid]; in pex_djgpp_wait()
/netbsd/external/bsd/pcc/dist/pcc/f77/f77/
H A Df77.c59 static int pid; variable
151 pid = getpid(); in main()
690 snprintf(asmfname, sizeof(asmfname), "fort%d.%s", pid, "s"); in crfnames()
691 snprintf(prepfname, sizeof(prepfname), "fort%d.%s", pid, "p"); in crfnames()
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dpex-common.c163 pid_t pid; in pex_run_in_environment() local
344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
346 if (pid < 0) in pex_run_in_environment()
351 obj->children[obj->count - 1] = pid; in pex_run_in_environment()
H A Dpex-djgpp.c281 pex_djgpp_wait (struct pex_obj *obj, pid_t pid, int *status, in pex_djgpp_wait() argument
292 *status = statuses[pid]; in pex_djgpp_wait()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dpex-common.c163 pid_t pid; in pex_run_in_environment() local
344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
346 if (pid < 0) in pex_run_in_environment()
351 obj->children[obj->count - 1] = pid; in pex_run_in_environment()
H A Dpex-djgpp.c281 pex_djgpp_wait (struct pex_obj *obj, pid_t pid, int *status, in pex_djgpp_wait() argument
292 *status = statuses[pid]; in pex_djgpp_wait()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-common.c163 pid_t pid; in pex_run_in_environment() local
344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
346 if (pid < 0) in pex_run_in_environment()
351 obj->children[obj->count - 1] = pid; in pex_run_in_environment()
H A Dpex-djgpp.c281 pex_djgpp_wait (struct pex_obj *obj, pid_t pid, int *status, in pex_djgpp_wait() argument
292 *status = statuses[pid]; in pex_djgpp_wait()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dpex-common.c163 pid_t pid; in pex_run_in_environment() local
344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
346 if (pid < 0) in pex_run_in_environment()
351 obj->children[obj->count - 1] = pid; in pex_run_in_environment()
H A Dpex-djgpp.c281 pex_djgpp_wait (struct pex_obj *obj, pid_t pid, int *status, in pex_djgpp_wait() argument
292 *status = statuses[pid]; in pex_djgpp_wait()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dpex-common.c163 pid_t pid; in pex_run_in_environment() local
344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
346 if (pid < 0) in pex_run_in_environment()
351 obj->children[obj->count - 1] = pid; in pex_run_in_environment()
/netbsd/external/gpl3/gdb/dist/sim/rx/
H A Dsyscalls.c282 int pid = arg (); in rx_syscall() local
284 if (pid == 42) in rx_syscall()
/netbsd/sys/arch/arm/at91/
H A Dfiles.at9120 device at91bus { [addr=-1], [size=0], [pid=-1], [index=0] }: bus_space_generic
66 device at91pio { [pid=-1], [bit=-1] }: gpiobus
/netbsd/libexec/talkd/
H A Dprocess.c79 mp->pid = ntohl(mp->pid); in process_request()
/netbsd/sys/ufs/lfs/
H A Dlfs_inode.h225 int pid; member
239 lfs_log[lfs_lognum].pid = (thepid); \
/netbsd/external/mpl/bind/dist/bin/tests/system/zero/
H A Dtests.sh23 for pid in "$@"; do
24 kill -0 "$pid" 2>/dev/null && return 1
/netbsd/external/mpl/bind/dist/bin/tests/system/integrity/ns1/
H A Dnamed.conf.in19 pid-file "named.pid";
/netbsd/external/gpl3/gdb.old/dist/sim/rx/
H A Dsyscalls.c282 int pid = arg (); in rx_syscall() local
284 if (pid == 42) in rx_syscall()

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