HomeSort by: relevance | last modified time | path
    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