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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_types.h29 typedef unsigned char opt_t; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v);
99 my $format = $opt_t ? "plain text and " : "";
175 if (!$opt_t) {
179 if ($opt_t) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dadjtimex.c53 char *opt_o, *opt_f, *opt_p, *opt_t; local
60 &opt_o, &opt_f, &opt_p, &opt_t);
75 txc.tick = xatol(opt_t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dexpand.c132 const char *opt_t = "8"; local
156 opt = getopt32(argv, "it:", &opt_t);
161 opt = getopt32(argv, "ft:a", &opt_t);
165 tab_size = xatou_range(opt_t, 1, UINT_MAX);

Completed in 61 milliseconds