Lines Matching refs:first_error
33 first_error(0), in child_reader()
62 first_error = errno; in exec_command()
69 first_error = errno; in exec_command()
217 return first_error == 0; in get_data()
232 first_error = WEXITSTATUS(ret) | WIFSIGNALED(ret); in terminate_process()
235 first_error = WTERMSIG(ret); in terminate_process()
240 first_error = -1; in terminate_process()
253 return first_error; in terminate_process()
262 << strerror(first_error); in error_str()
264 if (first_error) { in error_str()
267 << first_error; in error_str()
270 << first_error; in error_str()