| /src/external/bsd/tcpdump/dist/missing/ |
| getopt_long.c | 380 int optchar, short_too; local 511 optchar = parse_long_options(nargv, options, long_options, 513 if (optchar != -1) { 515 return (optchar); 519 if ((optchar = (int)*place++) == (int)':' || 520 (optchar == (int)'-' && *place != '\0') || 521 (oli = strchr(options, optchar)) == NULL) { 527 if (optchar == (int)'-' && *place == '\0') 534 optchar); 537 warnx(illoptchar, optchar); [all...] |
| /src/external/bsd/libfido2/dist/openbsd-compat/ |
| getopt_long.c | 289 int optchar, short_too; local 408 optchar = parse_long_options(nargv, options, long_options, 410 if (optchar != -1) { 412 return (optchar); 416 if ((optchar = (int)*place++) == (int)':' || 417 (optchar == (int)'-' && *place != '\0') || 418 (oli = strchr(options, optchar)) == NULL) { 424 if (optchar == (int)'-' && *place == '\0') 429 warnx(illoptchar, optchar); 430 optopt = optchar; [all...] |
| /src/lib/libc/stdlib/ |
| getopt_long.c | 171 int optchar; local 248 if ((optchar = (int)*place++) == (int)':' || 249 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) { 254 warnx(illoptchar, optchar); 255 optopt = optchar; 258 if (optchar == 'W' && oli[1] == ';') { /* -W long-option */ 266 warnx(recargchar, optchar); 267 optopt = optchar; 289 warnx(recargchar, optchar); 290 optopt = optchar; [all...] |
| /src/external/bsd/file/dist/src/ |
| getopt_long.c | 189 int optchar; local 266 if ((optchar = (int)*place++) == (int)':' || 267 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) { 272 warnx(illoptchar, optchar); 273 optopt = optchar; 276 if (optchar == 'W' && oli[1] == ';') { /* -W long-option */ 284 warnx(recargchar, optchar); 285 optopt = optchar; 307 warnx(recargchar, optchar); 308 optopt = optchar; [all...] |
| /src/external/bsd/elftosb/dist/common/ |
| options.cpp | 273 isNullOpt(char optchar) { 274 return ((! optchar) || isspace(optchar) || (! isprint(optchar))); 403 OptChar(void) const { return *spec; } 509 char optchar = OptChar(); 532 ((! isNullOpt(optchar)) || (optctrls & Options::NOGUESSING))) { 537 optchar = '\0'; 539 if (isNullOpt(optchar) && (longopt == NULL)) 653 char optchar = optspec.OptChar(); local 781 int optchar = parse_longopt(iter, optarg); local 887 int optchar = parse_opt(iter, optarg); local [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| tstngettext.c | 65 int optchar; local 94 while ((optchar = getopt_long (argc, argv, "+d:hV", long_options, NULL)) 96 switch (optchar)
|
| tstgettext.c | 77 int optchar; local 106 while ((optchar = getopt_long (argc, argv, "+d:eEhnsV", long_options, NULL)) 108 switch (optchar)
|
| /src/external/bsd/elftosb/dist/keygen/ |
| keygen.cpp | 120 int optchar; local 122 while (optchar = options(iter, optarg)) 124 switch (optchar)
|
| /src/external/gpl2/gettext/dist/gettext-runtime/src/ |
| gettext.c | 71 int optchar; local 99 while ((optchar = getopt_long (argc, argv, "+d:eEhnsV", long_options, NULL)) 101 switch (optchar)
|
| ngettext.c | 66 int optchar; local 95 while ((optchar = getopt_long (argc, argv, "+d:eEhV", long_options, NULL)) 97 switch (optchar)
|
| /src/external/bsd/elftosb/dist/encryptgpk/ |
| encryptgpk.cpp | 161 int optchar; local 163 while (optchar = options(iter, optarg)) 165 switch (optchar)
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| hostname.c | 123 int optchar; local 149 while ((optchar = getopt_long (argc, argv, "fhisV", long_options, NULL)) 151 switch (optchar)
|
| msgcat.c | 106 int optchar; local 144 while ((optchar = getopt_long (argc, argv, "<:>:D:eEf:Fhino:pPst:uVw:", 146 switch (optchar)
|
| msgcmp.c | 89 int optchar; local 114 while ((optchar = getopt_long (argc, argv, "D:hmPV", long_options, NULL)) 116 switch (optchar)
|
| msgcomm.c | 109 int optchar; local 143 while ((optchar = getopt_long (argc, argv, "<:>:D:eEf:Fhino:pPst:uVw:", 145 switch (optchar)
|
| msgunfmt.c | 118 int optchar; local 143 while ((optchar = getopt_long (argc, argv, "d:eEhijl:o:pr:svVw:", 146 switch (optchar)
|
| msguniq.c | 102 int optchar; local 140 while ((optchar = getopt_long (argc, argv, "dD:eEFhino:pPst:uVw:", 142 switch (optchar)
|
| urlget.c | 86 int optchar; local 111 while ((optchar = getopt_long (argc, argv, "hV", long_options, NULL)) != EOF) 112 switch (optchar)
|
| msgattrib.c | 134 int optchar; local 174 while ((optchar = getopt_long (argc, argv, "D:eEFhino:pPsVw:", long_options, 176 switch (optchar)
|
| xgettext.c | 271 int optchar; local 326 while ((optchar = getopt_long (argc, argv, 329 switch (optchar)
|
| /src/external/bsd/elftosb/dist/elftosb2/ |
| elftosb.cpp | 214 int optchar; local 216 while (optchar = options(iter, optarg)) 218 switch (optchar)
|
| /src/usr.bin/radioctl/ |
| radioctl.c | 115 int optchar; local 130 while ((optchar = getopt(argc, argv, "af:nw:")) != -1) { 131 switch (optchar) {
|
| /src/external/bsd/elftosb/dist/sbtool/ |
| sbtool.cpp | 141 int optchar; local 143 while (optchar = options(iter, optarg)) 145 switch (optchar)
|
| /src/external/bsd/flex/dist/src/ |
| scanopt.c | 507 char optchar[2]; 513 optchar[0] = 515 optchar[1] = '\0'; 516 optname = optchar; 506 char optchar[2]; local
|
| /src/usr.bin/units/ |
| units.c | 865 int optchar; local 870 while ((optchar = getopt(argc, argv, "lLvqf:")) != -1) { 871 switch (optchar) {
|