| /src/bin/ksh/ |
| c_ulimit.c | 133 int optc, what; local 148 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF) 149 switch (optc) { 162 what = optc;
|
| 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...] |
| 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 571 int optc; local 865 int optc; local 1001 int optc; local 1072 int optc; local 1194 int optc; local 1306 int optc; local 1405 int optc; local [all...] |
| exec.c | 507 int optc, saw_p = 0; local 513 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) 516 if (optc != EOF)
|
| 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);
|
| 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);
|
| /src/external/bsd/less/dist/ |
| option.c | 69 int optc; local 112 switch (optc = *s++) 168 optc = 'z'; 172 optc = 'z'; 183 printopt = propt(optc); 184 lc = ASCII_IS_LOWER(optc); 185 o = findopt(optc);
|
| /src/external/bsd/liblzf/dist/ |
| lzf.c | 449 int optc; local 471 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1) 473 while ((optc = getopt (argc, argv, "cdfhvb:")) != -1) 476 switch (optc)
|
| /src/external/bsd/openpam/dist/lib/libpam/ |
| openpam_impl.h | 76 int optc; member in struct:pam_chain
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| gdbreplay.cc | 509 int ch, optc; local 519 while ((optc = getopt_long (argc, argv, "", longopts, nullptr)) != -1) 521 switch (optc)
|
| /src/external/gpl3/gdb/dist/sim/cris/ |
| rvdummy.c | 479 int optc; local 484 while ((optc = getopt_long (argc, argv, "", longopts, NULL)) != -1) 485 switch (optc)
|
| /src/external/gpl3/gdb.old/dist/sim/cris/ |
| rvdummy.c | 479 int optc; local 484 while ((optc = getopt_long (argc, argv, "", longopts, NULL)) != -1) 485 switch (optc)
|
| /src/bin/sh/ |
| miscbltin.c | 640 int optc, what; local 644 while ((optc = nextopt(OPTSTRING)) != '\0') 645 switch (optc) { 656 what = optc;
|
| /src/external/bsd/flex/dist/src/ |
| scanopt.c | 59 int optc; /* Number of options. */ 148 s->optc = 0; 158 s->optc = 0; 159 while (options[s->optc].opt_fmt 160 || options[s->optc].r_val || options[s->optc].desc) 161 s->optc++; 164 s->aux = malloc((size_t) s->optc * sizeof (struct _aux)); 166 for (i = 0; i < s->optc; i++) { 268 store = malloc((size_t) s->optc * sizeof (usg_elem)) 58 int optc; \/* Number of options. *\/ member in struct:_scanopt_t [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| strings.c | 204 int optc; 231 while ((optc = getopt_long (argc, argv, "adfhHn:wot:e:T:s:U:Vv0123456789", 234 switch (optc) 202 int optc; local
|
| /src/external/gpl3/binutils/dist/ld/ |
| lexsup.c | 776 int optc; local 793 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); 794 if (optc == '?') 797 optc = getopt_long (argc, argv, "-", really_longopts, &longind); 803 && optc > 32 /* It is a valid option. */ 805 && optc != argv[last_optind][1]) 815 if (ldemul_handle_option (optc)) 818 if (optc == -1) 821 switch (optc)
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| strings.c | 204 int optc; 231 while ((optc = getopt_long (argc, argv, "adfhHn:wot:e:T:s:U:Vv0123456789", 234 switch (optc) 202 int optc; local
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| lexsup.c | 785 int optc; local 802 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); 803 if (optc == '?') 806 optc = getopt_long (argc, argv, "-", really_longopts, &longind); 812 && optc > 32 /* It is a valid option. */ 814 && optc != argv[last_optind][1]) 824 if (ldemul_handle_option (optc)) 827 if (optc == -1) 830 switch (optc)
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-options.c | 711 int longind, optc; local 713 optc = getopt_long (argc, argv, short_options, long_options, &longind); 714 if (optc == -1) 757 if (optc == '?') 782 if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL)
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-options.c | 711 int longind, optc; local 713 optc = getopt_long (argc, argv, short_options, long_options, &longind); 714 if (optc == -1) 757 if (optc == '?') 782 if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| dcn10_optc.h | 34 container_of(tg, struct optc, base) 491 struct optc { struct 517 void dcn10_timing_generator_init(struct optc *optc); 541 void optc1_read_otg_state(struct optc *optc1, 548 struct timing_generator *optc, 552 struct timing_generator *optc, 562 struct timing_generator *optc, 566 struct timing_generator *optc, 569 struct timing_generator *optc, [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| amdgpu_dcn20_hwseq.c | 297 /* get the OPTC source */ 1759 struct timing_generator *optc; local 1766 /* set the OPTC source mux */ 1767 optc = dc->res_pool->timing_generators[dwb->otg_inst]; 1768 optc->funcs->set_dwb_source(optc, wb_info->dwb_pipe_inst);
|
| /src/usr.bin/crunch/crunchgen/ |
| crunchgen.c | 141 int optc; local 168 while ((optc = getopt(argc, argv, "m:c:e:foqD:L:OV:v:")) != -1) { 169 switch(optc) {
|
| /src/external/gpl3/binutils/dist/gas/ |
| as.c | 647 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, 650 if (optc == -1) 653 switch (optc) 656 /* md_parse_option should return 1 if it recognizes optc, 658 if (md_parse_option (optc, optarg) != 0) 662 if (optc == 'v') 669 else if (is_a_char (optc)) 670 as_bad (_("unrecognized option `-%c%s'"), optc, optarg ? optarg : ""); 851 && md_parse_option (optc, optarg)) 1107 if (md_parse_option (optc, optarg) != 0 646 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| as.c | 632 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, 635 if (optc == -1) 638 switch (optc) 641 /* md_parse_option should return 1 if it recognizes optc, 643 if (md_parse_option (optc, optarg) != 0) 647 if (optc == 'v') 654 else if (is_a_char (optc)) 655 as_bad (_("unrecognized option `-%c%s'"), optc, optarg ? optarg : ""); 836 && md_parse_option (optc, optarg)) 1087 if (md_parse_option (optc, optarg) != 0 631 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, local [all...] |