OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:writepid
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/nsd/dist/
nsd-checkzone.c
115
int
writepid
(struct nsd * ATTR_UNUSED(nsd))
function
nsd-mem.c
224
int
writepid
(struct nsd * ATTR_UNUSED(nsd))
function
nsd.c
635
writepid
(struct nsd *nsd)
function
1640
if (
writepid
(&nsd) == -1) {
/src/external/bsd/unbound/dist/daemon/
unbound.c
371
writepid
(const char* pidfile, pid_t pid)
function
589
/* daemonize because pid is needed by the
writepid
func */
597
writepid
(daemon->pidfile, getpid());
/src/external/bsd/file/dist/src/
compress.c
1061
pid_t
writepid
= -1;
local
1159
writepid
= writechild(fdp[STDIN_FILENO][1], old, *n);
1160
if (
writepid
== (pid_t)-1) {
1218
if (
writepid
> 0) {
1223
w = waitpid(
writepid
, &status, 0);
1224
writepid
= -1;
Completed in 111 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026