| /netbsd/src/bin/ksh/ |
| D | c_ksh.c | 21 int optc; local 34 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF) 35 switch (optc) { 176 int optc; local 180 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF) 181 switch (optc) { 267 int optc; local 269 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF) 270 switch (optc) { 434 int optc; local [all …]
|
| D | c_sh.c | 70 int optc; local 72 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != EOF) 73 switch (optc) { 255 int optc; local 262 while ((optc = ksh_getopt(wp, &builtin_opt, "prsu,")) != EOF) 263 switch (optc) { 673 int optc, unset_var = 1; local 676 while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != EOF) 677 switch (optc) { 785 int optc; local [all …]
|
| D | c_ulimit.c | 133 int optc, what; local 148 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF) 149 switch (optc) { 162 what = optc;
|
| D | misc.c | 355 int i, optc, set, sortargs = 0, arrayset = 0; local 391 while ((optc = ksh_getopt(argv, &go, opts)) != EOF) { 393 switch (optc) { 431 if (what == OF_SET && optc == 's') { 436 if (optc == goptions[i].c 444 internal_errorf(1, "parse_args: `%c'", optc);
|
| D | history.c | 86 int optc; local 95 while ((optc = ksh_getopt(wp, &builtin_opt, "e:glnrs0,1,2,3,4,5,6,7,8,9,")) != EOF) 96 switch (optc) { 126 optc, builtin_opt.optarg);
|
| D | exec.c | 507 int optc, saw_p = 0; local 513 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) 516 if (optc != EOF)
|
| /netbsd/src/external/gpl3/gcc/usr.bin/ |
| D | Makefile.options | 13 ${DIST}/gcc/optc-gen.awk 16 -f ${DIST}/gcc/optc-gen.awk \ 21 ${DIST}/gcc/optc-save-gen.awk 24 -f ${DIST}/gcc/optc-save-gen.awk \
|
| /netbsd/src/external/bsd/less/dist/ |
| D | option.c | 69 int optc; in scan_option() local 112 switch (optc = *s++) in scan_option() 168 optc = 'z'; in scan_option() 172 optc = 'z'; in scan_option() 183 printopt = propt(optc); in scan_option() 184 lc = ASCII_IS_LOWER(optc); in scan_option() 185 o = findopt(optc); in scan_option()
|
| /netbsd/src/external/bsd/liblzf/dist/ |
| D | lzf.c | 449 int optc; in main() local 471 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1) in main() 473 while ((optc = getopt (argc, argv, "cdfhvb:")) != -1) in main() 476 switch (optc) in main()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | as.c | 636 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, in parse_args() local 639 if (optc == -1) in parse_args() 642 switch (optc) in parse_args() 647 if (md_parse_option (optc, optarg) != 0) in parse_args() 651 if (optc == 'v') in parse_args() 670 as_bad (_("unrecognized option -%c%s"), optc, optarg ? optarg : ""); in parse_args() 843 && md_parse_option (optc, optarg)) in parse_args() 1074 if (md_parse_option (optc, optarg) != 0) in parse_args()
|
| /netbsd/src/bin/sh/ |
| D | miscbltin.c | 632 int optc, what; local 636 while ((optc = nextopt(OPTSTRING)) != '\0') 637 switch (optc) { 648 what = optc;
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-options.c | 711 int longind, optc; in sim_parse_args() local 713 optc = getopt_long (argc, argv, short_options, long_options, &longind); in sim_parse_args() 714 if (optc == -1) in sim_parse_args() 757 if (optc == '?') in sim_parse_args() 782 …if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL) in sim_parse_args()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | rvdummy.c | 479 int optc; in main() local 484 while ((optc = getopt_long (argc, argv, "", longopts, NULL)) != -1) in main() 485 switch (optc) in main()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-nds32.h | 68 #define md_parse_option(optc, optarg) nds32_parse_option (optc, optarg) argument
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ldemul.c | 159 ldemul_handle_option (int optc) in ldemul_handle_option() argument 162 return (*ld_emulation->handle_option) (optc); in ldemul_handle_option()
|
| D | lexsup.c | 775 int optc; in parse_args() local 792 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); in parse_args() 793 if (optc == '?') in parse_args() 796 optc = getopt_long (argc, argv, "-", really_longopts, &longind); in parse_args() 802 && optc > 32 /* It is a valid option. */ in parse_args() 804 && optc != argv[last_optind][1]) in parse_args() 813 if (ldemul_handle_option (optc)) in parse_args() 816 if (optc == -1) in parse_args() 819 switch (optc) in parse_args()
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | ticoff.em | 74 gld${EMULATION_NAME}_handle_option (int optc) 76 switch (optc)
|
| D | pdp11.em | 72 gld${EMULATION_NAME}_handle_option (int optc) 74 switch (optc)
|
| D | vms.em | 157 gld${EMULATION_NAME}_handle_option (int optc) 159 switch (optc)
|
| D | nds32elf.em | 182 relax_fp_as_gp = (optc == OPTION_FP_AS_GP);
|
| D | beos.em | 264 gld${EMULATION_NAME}_handle_option (int optc) 266 switch (optc)
|
| D | msp430.em | 487 gld${EMULATION_NAME}_handle_option (int optc) 489 switch (optc)
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | strings.c | 202 int optc; in main() local 229 while ((optc = getopt_long (argc, argv, "adfhHn:wot:e:T:s:U:Vv0123456789", in main() 232 switch (optc) in main()
|
| /netbsd/src/external/bsd/openpam/dist/bin/openpam_dump_policy/ |
| D | openpam_dump_policy.c | 106 printf("\t.optc = %d,\n", chain->optc); in openpam_dump_chain()
|
| /netbsd/src/usr.bin/crunch/crunchgen/ |
| D | crunchgen.c | 141 int optc; in main() local 168 while ((optc = getopt(argc, argv, "m:c:e:foqsD:L:OV:v:")) != -1) { in main() 169 switch(optc) { in main()
|