HomeSort by relevance Sort by last modified time
    Searched refs:exit_error (Results 1 - 6 of 6) sorted by null

  /hardware/intel/img/psb_video/src/
psb_buffer_dm.c 261 goto exit_error;
267 goto exit_error;
271 goto exit_error;
278 goto exit_error;
283 exit_error:
  /external/iproute2/tc/
m_xt_old.c 130 exit_error(PARAMETER_PROBLEM,
136 exit_error(PARAMETER_PROBLEM,
146 void exit_error(enum exittype status, const char *msg, ...) function
m_ipt.c 75 static void exit_error(enum xtables_exittype status, char *msg, ...) function
170 exit_error(PARAMETER_PROBLEM, "get_target_name");
172 exit_error(PARAMETER_PROBLEM, "get_target_name");
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 101 static int exit_error = 1; /* exit on error #, zero means no exit */ variable
221 if (sscanf(optarg, "%d", &exit_error) != 1) {
226 } else if (exit_error < 0) {
696 if (exit_error && exit_error == error)
  /external/iproute2/
configure 121 void exit_error(enum exittype status, const char *msg, ...)
161 void exit_error(enum exittype status, const char *msg, ...)
  /external/libxml2/
xmlschemas.c 342 #define HERROR if (res != 0) goto exit_error;
    [all...]

Completed in 135 milliseconds