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

/netgear-R7000-V1.0.7.12_1.2.5/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);
67 txc.freq = xatol(opt_f);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v $opt_w);
143 exit 0 if -e $crt && !$opt_f;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c1228 llist_t *opt_e, *opt_f; local
1243 opt_e = opt_f = NULL;
1246 opt = getopt32(argv, "irne:f:", &opt_e, &opt_f,
1260 while (opt_f) { // -f
1263 cmdfile = xfopen(opt_f->data, "r");
1269 opt_f = opt_f->link;
1270 /* we leak opt_f here... */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/autoconf/
H A Dshtool211 opt_f=" "
268 opt_f=no
281 opt_f=no
311 opt_f=no
360 opt_f=""
406 opt_f=""
1081 "field=$opt_f" "order=$opt_o" "newline=$opt_n"
1462 if [ ".$opt_f" = .no ] && [ ".$opt_p" = .no ]; then
1563 if [ ".$opt_f" = .yes ]; then
1911 if [ ".$opt_f"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/networking/
H A Difenslave.c191 opt_f = 0, /* Force the operation. */ variable
256 case 'f': opt_f++; exclusive++; break;
393 if (master_family != 1 && !opt_f) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dping.c738 char *opt_f; local

Completed in 235 milliseconds