Searched refs:optind (Results 151 - 175 of 538) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmdu.c124 if (optind >= argc)
139 exit(main_loop(&arg.mp, argv + optind, argc - optind));
H A Dmdel.c176 if(argc == optind)
196 for(i=optind;i<argc;i++) {
207 exit(main_loop(&mp, argv + optind, argc - optind));
H A Dmdoctorfat.c123 if (argc - optind < 2)
136 arg.fat = strtoul(argv[optind+1], 0, 0) + offset;
137 ret=main_loop(&arg.mp, argv + optind, 1);
141 for(i=optind+1; i < argc; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_sequence.c33 extern int optind;
55 argc -= optind;
56 argv += optind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DAccessExample.cpp20 extern int optind;
69 argc -= optind;
70 argv += optind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_load.c12 extern int optind;
67 argc -= optind;
68 argv += optind;
H A Db_open.c12 extern int optind;
64 argc -= optind;
65 argv += optind;
H A Db_recover.c12 extern int optind;
41 argc -= optind;
42 argv += optind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c663 if (optind >= argc)
665 regexp = argv[optind++];
777 if (argc - optind <= 1)
783 if (optind >= argc)
790 int first_ind = optind;
799 while (optind < argc)
800 tre_agrep_handle_file(argv[optind++]);
811 optind = first_ind;
812 while (optind < argc)
813 tre_agrep_handle_file(argv[optind
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_ecn.c51 check_inverse(optarg, &invert, &optind, 0);
62 check_inverse(optarg, &invert, &optind, 0);
73 check_inverse(optarg, &invert, &optind, 0);
H A Dlibip6t_ah.c99 check_inverse(optarg, &invert, &optind, 0);
100 parse_ah_spis(argv[optind-1], ahinfo->spis);
109 check_inverse(optarg, &invert, &optind, 0);
110 ahinfo->hdrlen = parse_ah_spi(argv[optind-1], "length");
H A Dlibip6t_limit.c100 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
107 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
H A Dlibip6t_udp.c83 check_inverse(optarg, &invert, &optind, 0);
84 parse_udp_ports(argv[optind-1], udpinfo->spts);
94 check_inverse(optarg, &invert, &optind, 0);
95 parse_udp_ports(argv[optind-1], udpinfo->dpts);
H A Dlibipt_addrtype.c96 check_inverse(optarg, &invert, &optind, 0);
97 parse_types(argv[optind-1], &info->source);
106 check_inverse(optarg, &invert, &optind, 0);
107 parse_types(argv[optind-1], &info->dest);
H A Dlibipt_limit.c100 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
107 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
H A Dlibipt_udp.c83 check_inverse(optarg, &invert, &optind, 0);
84 parse_udp_ports(argv[optind-1], udpinfo->spts);
94 check_inverse(optarg, &invert, &optind, 0);
95 parse_udp_ports(argv[optind-1], udpinfo->dpts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt_int.h38 int optind;
83 `--' can cause `getopt' to return -1 with `optind' != ARGC. */
37 int optind; member in struct:_getopt_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_find.c105 optind++;
107 if ((argc - optind) != 1) {
123 argv[optind],
124 strlen(argv[optind]),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/getzones/
H A Dgetzones.c48 extern int optind;
73 if ( errflg || argc - optind > 1 ) {
87 if ( argc == optind ) {
91 if ( !atalk_aton( argv[ optind ], &saddr.sat_addr )) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpapstatus.c99 extern int optind;
151 if ( optind == ac ) {
155 if ( optind - ac > 1 ) {
158 wait = atoi( av[ optind ] );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dour_getopt.h55 Otherwise, `optind' communicates from one call to the next
58 extern int optind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dgetopt_int.h38 int optind;
83 `--' can cause `getopt' to return -1 with `optind' != ARGC. */
37 int optind; member in struct:_getopt_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/lib/
H A Dgetopt_int.h39 int optind;
84 `--' can cause `getopt' to return -1 with `optind' != ARGC. */
38 int optind; member in struct:_getopt_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/lib/
H A Dgetopt.h42 Otherwise, `optind' communicates from one call to the next
45 extern int optind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt_int.h38 int optind;
83 `--' can cause `getopt' to return -1 with `optind' != ARGC. */
37 int optind; member in struct:_getopt_data

Completed in 224 milliseconds

1234567891011>>