OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VSTREAM_WAITPID_FN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
vstream.h
37
typedef pid_t(*
VSTREAM_WAITPID_FN
) (pid_t, WAIT_STATUS_T *, int);
59
VSTREAM_WAITPID_FN
waitpid_fn; /* vstream_popen/close() */
173
#define CA_VSTREAM_CTL_WAITPID_FN(v) VSTREAM_CTL_WAITPID_FN, CHECK_VAL(VSTREAM_CTL,
VSTREAM_WAITPID_FN
, (v))
189
CHECK_VAL_HELPER_DCL(VSTREAM_CTL,
VSTREAM_WAITPID_FN
);
222
#define CA_VSTREAM_POPEN_WAITPID_FN(v) VSTREAM_POPEN_WAITPID_FN, CHECK_VAL(VSTREAM_PPN,
VSTREAM_WAITPID_FN
, (v))
227
CHECK_VAL_HELPER_DCL(VSTREAM_PPN,
VSTREAM_WAITPID_FN
);
vstream_popen.c
122
VSTREAM_WAITPID_FN
waitpid_fn;
178
args->waitpid_fn = va_arg(ap,
VSTREAM_WAITPID_FN
);
284
VSTREAM_WAITPID_FN
saved_waitpid_fn = stream->waitpid_fn;
Completed in 77 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026