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

  /external/iproute2/include/
utils.h 50 void incomplete_command(void) __attribute__((noreturn));
52 #define NEXT_ARG() do { argv++; if (--argc <= 0) incomplete_command(); } while(0)
  /external/iproute2/lib/
utils.c 602 void incomplete_command(void) function
  /external/iproute2/ip/
iplink.c 395 incomplete_command();

Completed in 183 milliseconds