Searched refs:getpid (Results 226 - 250 of 518) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/bmake/
H A Djob.c636 (void)kill(getpid(), signo);
1469 (void)setpgid(0, getpid());
1475 (void)setpgrp(0, getpid());
2955 getpid(), aborting, tok);
3047 getpid(), aborting, jobTokensRunning);
3060 fprintf(debug_file, "(%d) blocked for token\n", getpid());
3067 fprintf(debug_file, "(%d) aborted by token %c\n", getpid(), tok);
3085 fprintf(debug_file, "(%d) withdrew token\n", getpid());
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c339 global.pid = getpid();
383 } else if (global.pid != getpid()) {
/freebsd-12-stable/sys/sys/
H A Dsyscall.mk21 getpid.o \
/freebsd-12-stable/lib/libipsec/
H A Dpfkey.c406 len, satype, seq, getpid());
607 getpid());
708 pid_t pid = getpid();
1222 satype, seq, getpid());
1349 getpid());
1429 getpid());
1506 SADB_SATYPE_UNSPEC, seq, getpid());
1564 SADB_SATYPE_UNSPEC, 0, getpid());
/freebsd-12-stable/sbin/setkey/
H A Dsetkey.c229 msg.sadb_msg_pid = getpid();
250 msg.sadb_msg_pid = getpid();
H A Dtest-pfkey.c151 m_msg.sadb_msg_pid = getpid();
381 m_id.sadb_ident_id = getpid();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp155 const ::pid_t our_pid = ::getpid();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp159 const ::pid_t our_pid = ::getpid();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp166 const ::pid_t our_pid = getpid();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp171 pid_t pid = getpid();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_rtems.cpp49 return getpid();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp196 Out << getpid();
/freebsd-12-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_privsep.c159 own_dir, getpid(), counter++);
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp376 pid_t id = getpid();
/freebsd-12-stable/contrib/mandoc/
H A Dtag.c293 kill(getpid(), signum);
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c213 kill(getpid(), SIGTSTP);
/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dt_lockf.c75 srand48(getpid());
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c322 fprintf(f, "%d", getpid());
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kill.c97 rv = kill(getpid(), -1);
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c372 fprintf(f, "%d\n", getpid());
/freebsd-12-stable/contrib/ofed/libibmad/
H A Dmad.c67 srandom((int)time(0) * getpid());
/freebsd-12-stable/contrib/ntp/libntp/
H A Dntp_random.c301 ntp_srandom(getpid() ^ tv.tv_sec ^ tv.tv_usec ^ junk);
/freebsd-12-stable/contrib/openbsm/compat/
H A Dpidfile.h214 snprintf(pidstr, sizeof(pidstr), "%u", getpid());
/freebsd-12-stable/contrib/unbound/compat/
H A Darc4random.c212 pid_t pid = getpid();
214 /* If a system lacks MAP_INHERIT_ZERO, resort to getpid() */
/freebsd-12-stable/contrib/gdb/gdb/
H A Dstandalone.c57 getpid (void)
56 getpid (void) function

Completed in 303 milliseconds

1234567891011>>