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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/tools/
H A Dmrip289 local ($opt_v, $opt_c, $opt_d, $opt_k) = @_;
292 if (open SOURCE, "<$opt_c")
294 if (open DEST, ">$opt_c.coal")
339 &errorPrint ("can't open \"$opt_c.coal\" coalescing");
346 &errorPrint ("can't open \"$opt_c\" for coalescing");
390 print "No opt_c.\n" if ! defined $opt_c;
391 print "opt_c = $opt_c.\n" if defined $opt_c;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/networking/
H A Difenslave.c88 * - For opt_c: slave should not be set to the master's setting
189 opt_c = 0, /* Change-active-slave flag. */ variable
254 case 'c': opt_c++; exclusive++; break;
341 if (opt_d || opt_c) {
387 if (!opt_c && !opt_d) {
427 if (opt_c) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/autoconf/
H A Dshtool222 opt_c=3
253 opt_c=no
314 opt_c=no
338 opt_c=""
375 opt_c=no
1092 if [ $opt_c -gt 4 ]; then
1114 if (n < $opt_c) {
1117 if (n == $opt_c) {
1132 case $opt_c in
1372 opt_c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dping.c732 char *opt_c, *opt_s, *opt_I; local
749 getopt32(argv, OPT_STRING, &opt_c, &opt_s, &opt_I, &opt_g);
751 if (option_mask32 & OPT_c) pingcount = xatoul(opt_c); // -c

Completed in 68 milliseconds