Searched refs:optc (Results 26 - 50 of 52) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Das.c613 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
616 if (optc == -1)
619 switch (optc)
622 /* md_parse_option should return 1 if it recognizes optc,
624 if (md_parse_option (optc, optarg) != 0)
628 if (optc == 'v')
647 as_bad (_("unrecognized option -%c%s"), optc, optarg ? optarg : "");
817 && md_parse_option (optc, optarg))
1027 if (md_parse_option (optc, optarg) != 0)
612 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-nds32.h68 #define md_parse_option(optc, optarg) nds32_parse_option (optc, optarg)
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldemul.c152 ldemul_handle_option (int optc) argument
155 return (*ld_emulation->handle_option) (optc);
H A Dlexsup.c715 int optc; local
732 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
733 if (optc == '?')
736 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
739 if (ldemul_handle_option (optc))
742 if (optc == -1)
745 switch (optc)
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldemul.c159 ldemul_handle_option (int optc) argument
162 return (*ld_emulation->handle_option) (optc);
H A Dlexsup.c741 int optc; local
758 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
759 if (optc == '?')
762 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
768 && optc > 32 /* It is a valid option. */
770 && optc != argv[last_optind][1])
779 if (ldemul_handle_option (optc))
782 if (optc == -1)
785 switch (optc)
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Das.c615 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
618 if (optc == -1)
621 switch (optc)
624 /* md_parse_option should return 1 if it recognizes optc,
626 if (md_parse_option (optc, optarg) != 0)
630 if (optc == 'v')
649 as_bad (_("unrecognized option -%c%s"), optc, optarg ? optarg : "");
832 && md_parse_option (optc, optarg))
1043 if (md_parse_option (optc, optarg) != 0)
614 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-nds32.h68 #define md_parse_option(optc, optarg) nds32_parse_option (optc, optarg)
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-options.c593 int longind, optc; local
595 optc = getopt_long (argc, argv, short_options, long_options, &longind);
596 if (optc == -1)
602 if (optc == '?')
627 if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL)
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-options.c711 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)
/netbsd-current/external/bsd/openpam/dist/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c106 printf("\t.optc = %d,\n", chain->optc);
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_dispatch.c124 chain->optc, (const char **)(intptr_t)chain->optv);
/netbsd-current/bin/ksh/
H A Dmisc.c355 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);
H A Dhistory.c86 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);
H A Dexec.c507 int optc, saw_p = 0; local
513 while ((optc = ksh_getopt(ap, &builtin_opt, ":p"))
516 if (optc != EOF)
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dlexsup.c741 int optc; local
758 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
759 if (optc == '?')
762 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
768 && optc > 32 /* It is a valid option. */
770 && optc != argv[last_optind][1])
779 if (ldemul_handle_option (optc))
782 if (optc == -1)
785 switch (optc)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dstrings.c179 int optc;
207 while ((optc = getopt_long (argc, argv, "adfhHn:wot:e:T:s:U:Vv0123456789",
210 switch (optc)
177 int optc; local
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dstrings.c179 int optc;
207 while ((optc = getopt_long (argc, argv, "adfhHn:wot:e:T:s:U:Vv0123456789",
210 switch (optc)
177 int optc; local
/netbsd-current/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c141 int optc; local
168 while ((optc = getopt(argc, argv, "m:c:e:foqsD:L:OV:v:")) != -1) {
169 switch(optc) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_hwseq.c1759 struct timing_generator *optc; local
1767 optc = dc->res_pool->timing_generators[dwb->otg_inst];
1768 optc->funcs->set_dwb_source(optc, wb_info->dwb_pipe_inst);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_resource.c760 struct optc *tgn10 =
761 kzalloc(sizeof(struct optc), GFP_KERNEL);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d1067 if (optc(s,'/')) type = TagType.END;
1097 if (optc(s,'/'))
2972 bool optc(ref string s, char c) @safe pure nothrow
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d1075 if (optc(s,'/')) type = TagType.END;
1105 if (optc(s,'/'))
2981 bool optc(ref string s, char c) @safe pure nothrow
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_resource.c1279 struct optc *tgn10 =
1280 kzalloc(sizeof(struct optc), GFP_KERNEL);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A DMakefile.in2257 $(srcdir)/optc-gen.awk
2259 -f $(srcdir)/optc-gen.awk \
2263 $(srcdir)/optc-save-gen.awk
2265 -f $(srcdir)/optc-save-gen.awk \

Completed in 221 milliseconds

123