Searched refs:optchar (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dtstngettext.c63 int optchar; local
92 while ((optchar = getopt_long (argc, argv, "+d:hV", long_options, NULL))
94 switch (optchar)
H A Dtstgettext.c75 int optchar; local
104 while ((optchar = getopt_long (argc, argv, "+d:eEhnsV", long_options, NULL))
106 switch (optchar)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Dgettext.c69 int optchar; local
97 while ((optchar = getopt_long (argc, argv, "+d:eEhnsV", long_options, NULL))
99 switch (optchar)
H A Dngettext.c64 int optchar; local
93 while ((optchar = getopt_long (argc, argv, "+d:eEhV", long_options, NULL))
95 switch (optchar)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dchattr.c58 char optchar; member in struct:flags_char
81 if (fp->optchar == c)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dhostname.c121 int optchar; local
147 while ((optchar = getopt_long (argc, argv, "fhisV", long_options, NULL))
149 switch (optchar)
H A Dmsgcat.c107 int optchar; local
145 while ((optchar = getopt_long (argc, argv, "<:>:D:eEf:Fhino:pPst:uVw:",
147 switch (optchar)
H A Dmsgcmp.c87 int optchar; local
112 while ((optchar = getopt_long (argc, argv, "D:hmPV", long_options, NULL))
114 switch (optchar)
H A Dmsgcomm.c107 int optchar; local
141 while ((optchar = getopt_long (argc, argv, "<:>:D:eEf:Fhino:pPst:uVw:",
143 switch (optchar)
H A Dmsgunfmt.c116 int optchar; local
141 while ((optchar = getopt_long (argc, argv, "d:eEhijl:o:pr:svVw:",
144 switch (optchar)
H A Dmsguniq.c100 int optchar; local
138 while ((optchar = getopt_long (argc, argv, "dD:eEFhino:pPst:uVw:",
140 switch (optchar)
H A Durlget.c84 int optchar; local
109 while ((optchar = getopt_long (argc, argv, "hV", long_options, NULL)) != EOF)
110 switch (optchar)
H A Dmsgattrib.c132 int optchar; local
172 while ((optchar = getopt_long (argc, argv, "D:eEFhino:pPsVw:", long_options,
174 switch (optchar)
H A Dxgettext.c275 int optchar; local
330 while ((optchar = getopt_long (argc, argv,
333 switch (optchar)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dfileio.c3695 /* internal settings for optchar */
3916 * Get next short option from arg. The state is stored in argnum, optchar, and
3922 * optchar - pointer to index of next char to process. Can be 0 or
3933 local unsigned long get_shortopt(args, argnum, optchar, negated, value,
3937 int *optchar;
3956 nextchar = arg + (*optchar);
3959 (*optchar) += clen;
3961 shortopt = arg + (*optchar);
3967 *optchar = 0;
3985 if (clen == 1) (*optchar)
[all...]
H A Dzipcloak.c330 int optchar = 0; /* option state */ local
493 &optchar, &value, &negated,
H A Dzip.h1060 unsigned long get_option OF((char ***pargs, int *argc, int *argnum, int *optchar,
H A Dzip.c2172 int optchar = 0; /* option state */ local
2396 optchar = 0; /* option state */
2638 &optchar, &value, &negated,

Completed in 212 milliseconds