Searched defs:NEXT_ARG (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dutils.h29 #define NEXT_ARG() do { argv++; if (--argc <= 0) incomplete_command(); } while (0) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dutils.h38 #define NEXT_ARG() do { argv++; if (--argc <= 0) incomplete_command(); } while(0) macro

Completed in 100 milliseconds