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

  /external/iproute2/tc/
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");
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
  /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)

Completed in 3594 milliseconds