Searched refs:incomplete_command (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/include/
H A Dutils.h37 extern void incomplete_command(void) __attribute__((noreturn));
39 #define NEXT_ARG() do { argv++; if (--argc <= 0) incomplete_command(); } while(0)
/external/iproute2/lib/
H A Dutils.c413 void incomplete_command(void) function

Completed in 10 milliseconds