OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmd_out
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/nbdb_reindexd/
nbdb_index_as.c
95
int
cmd_out
[2];
local
112
if (pipe(
cmd_out
) < 0) {
116
non_blocking(
cmd_out
[0], NON_BLOCKING); /* us */
117
non_blocking(
cmd_out
[1], NON_BLOCKING); /* them */
134
CA_SPAWN_CMD_STDOUT(
cmd_out
[1]),
135
CA_SPAWN_CMD_STDERR(
cmd_out
[1]),
146
close(
cmd_out
[1]); /* them */
155
if (read_wait(
cmd_out
[0], 0) < 0 ||
156
(count = peekfd(
cmd_out
[0])) <= 0 ||
157
(count = read(
cmd_out
[0], STR(why)
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026