Home
last modified time | relevance | path

Searched refs:waitpid_return (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_program.c114 int waitpid_return; member
243 state->waitpid_return in child_stop()
245 } while (state->waitpid_return == -1 && errno == EINTR); in child_stop()
252 if (state->waitpid_return < 0) { in child_stop()