Searched refs:first_error (Results 1 – 8 of 8) sorted by relevance
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()[all …]
71 int error() const { return first_error; } in error()99 int first_error; variable
214 code -= codes->first_error; \
88 *error_basep = info->codes->first_error; in XEXT_GENERATE_CLOSE_DISPLAY()
1827 DBusError first_error = DBUS_ERROR_INIT; in _dbus_connection_open_internal() local1884 dbus_move_error (&tmp_error, &first_error); in _dbus_connection_open_internal()1894 _DBUS_ASSERT_ERROR_CONTENT_IS_SET (&first_error); in _dbus_connection_open_internal()1895 dbus_move_error (&first_error, error); in _dbus_connection_open_internal()1898 dbus_error_free (&first_error); in _dbus_connection_open_internal()
153 *error_basep = info->codes->first_error; in SDL_NAME()
134 *p_errorBase = info->codes->first_error; in XEXT_GENERATE_CLOSE_DISPLAY()
110 *error_basep = info->codes->first_error;