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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c212 int arg_opt, tlen; local
220 arg_opt = no_argument;
225 arg_opt = required_argument;
228 arg_opt = optional_argument;
236 long_options[long_nr].has_arg = arg_opt;

Completed in 61 milliseconds