Searched refs:optind (Results 51 - 75 of 538) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Diptables_common.h12 int check_inverse(const char option[], int *invert, int *optind, int argc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.in.h51 # undef optind macro
61 # define optind __GETOPT_ID (optind) macro
132 Otherwise, `optind' communicates from one call to the next
135 extern DLL_VARIABLE int optind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/nbp/
H A Dnbprgstr.c49 extern int optind;
77 if ( ac - optind != 1 ) {
83 av[optind], -1, &convname))
84 convname = av[optind];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt.in.h51 # undef optind macro
61 # define optind __GETOPT_ID (optind) macro
132 Otherwise, `optind' communicates from one call to the next
135 extern DLL_VARIABLE int optind;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_hashlimit.c164 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
172 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
180 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
188 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
196 if (check_inverse(argv[optind-1], &invert, &optind,
[all...]
H A Dlibipt_hashlimit.c164 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
172 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
180 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
188 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
196 if (check_inverse(argv[optind-1], &invert, &optind,
[all...]
H A Dlibip6t_condition.c40 check_inverse(optarg, &invert, &optind, 0);
42 if (strlen(argv[optind - 1]) < CONDITION6_NAME_LEN)
43 strcpy(info->name, argv[optind - 1]);
H A Dlibipt_condition.c40 check_inverse(optarg, &invert, &optind, 0);
42 if (strlen(argv[optind - 1]) < CONDITION_NAME_LEN)
43 strcpy(info->name, argv[optind - 1]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Did.c63 if (argv[optind]) {
64 p = getpwnam(argv[optind]);
66 uid = xuname2uid(argv[optind]);
88 if (argc - optind == 1) {
H A Drm.c31 argv += optind;
H A Drmdir.c28 argv += optind;
H A Dtty.c27 bb_warn_ignoring_args(argc - optind);
H A Dcp.c65 if (optind + 2 > argc) {
70 argv += optind;
73 if (optind + 2 == argc) {
89 goto DO_COPY; /* Note: optind+2==argc implies argv[1]==last below. */
H A Ddos2unix.c104 o = convert(argv[optind], conv_type);
107 optind++;
108 } while (optind < argc);
H A Dhead.c94 argv += optind;
101 if (argc - optind <= header_threshhold) {
105 if (argc <= optind + 1) {
H A Dln.c39 if (argc == optind) {
44 argv += optind;
46 if (argc == optind + 1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/tools/
H A Dtdbbackup.c72 extern int optind;
126 argc -= optind;
127 argv += optind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_curalloc.c12 extern int optind, __db_getopt_reset;
28 argc -= optind;
29 argv += optind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Ddb_codegen.c29 extern int optind;
80 argc -= optind;
81 argv += optind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmshowfat.c97 if (argc - optind < 1)
108 ret=main_loop(&arg.mp, argv + optind, argc - optind);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DSequenceExample.cpp19 extern int optind;
68 argc -= optind;
69 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_curalloc.c12 extern int optind;
27 argc -= optind;
28 argv += optind;
H A Db_txn.c12 extern int optind;
31 argc -= optind;
32 argv += optind;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dar.c79 archive_handle->src_fd = xopen(argv[optind++], O_RDONLY);
81 while (optind < argc) {
83 llist_add_to(&(archive_handle->accept), argv[optind++]);
H A Dcpio.c74 while (optind < argc) {
76 llist_add_to(&(archive_handle->accept), argv[optind]);
77 optind++;

Completed in 147 milliseconds

1234567891011>>