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

  /external/iproute2/include/
utils.h 37 extern void incomplete_command(void) __attribute__((noreturn));
39 #define NEXT_ARG() do { argv++; if (--argc <= 0) incomplete_command(); } while(0)
  /external/iproute2/lib/
utils.c 413 void incomplete_command(void) function

Completed in 647 milliseconds