Home
last modified time | relevance | path

Searched refs:num_options (Results 226 – 250 of 885) sorted by relevance

12345678910>>...36

/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/frontend/
H A Dlibretro_core_options.h1095 size_t num_options = 0; in libretro_set_core_options() local
1107 if (option_defs_us[num_options].key) in libretro_set_core_options()
1108 num_options++; in libretro_set_core_options()
1114 variables = (struct retro_variable *)calloc(num_options + 1, sizeof(struct retro_variable)); in libretro_set_core_options()
1115 values_buf = (char **)calloc(num_options, sizeof(char *)); in libretro_set_core_options()
1121 for (i = 0; i < num_options; i++) in libretro_set_core_options()
1201 for (i = 0; i < num_options; i++) in libretro_set_core_options()
/dports/devel/p5-MouseX-AttributeHelpers/MouseX-AttributeHelpers-0.07/t/
H A D22_ro_list.t16 count => 'num_options',
59 count => 'num_options',
102 num_options has_options find_option map_options filter_options
118 is $obj->num_options => 10, 'provides count ok';
H A D07_immutablehash.t21 count => 'num_options',
37 each_options num_options has_options
47 is $obj->num_options => 3, 'provides count ok, we have three options';
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DInitialize.c781 Cardinal num_options; in _XtPreparseCommandLine() local
793 &options, &num_options); in _XtPreparseCommandLine()
796 XrmParseCommand(&db, options, (int) num_options, ".", &targc, targv); in _XtPreparseCommandLine()
902 Cardinal num_options; in _XtDisplayInitialize() local
913 &options, &num_options); in _XtDisplayInitialize()
914 XrmParseCommand(&pd->cmd_db, options, (int) num_options, name, argc, argv); in _XtDisplayInitialize()
1005 Cardinal num_options, in XtOpenApplication() argument
1052 Cardinal num_options, in XtAppInitialize() argument
1060 options, num_options, in XtAppInitialize()
1069 Cardinal num_options, in XtInitialize() argument
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/filter/
H A Drastertopwg.c60 int num_options; /* Number of options */ in main() local
87 num_options = cupsParseOptions(argv[5], 0, &options); in main()
90 cupsMarkOptions(ppd, num_options, options); in main()
178 if ((val = cupsGetOption("print-content-optimize", num_options, in main()
200 if ((val = cupsGetOption("print-quality", num_options, options)) != NULL) in main()
213 if ((val = cupsGetOption("print-rendering-intent", num_options, in main()
/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Dpcl-common.c205 int num_options, /* I - Number of options */ in pjl_write() argument
228 if ((optval = cupsGetOption("job-billing", num_options, in pjl_write()
235 num_options, options)) != NULL) in pjl_write()
/dports/multimedia/mxflib/mxflib-1.0.1/mxfdump/
H A Dmxfdump.cpp97 int num_options = 0; in main_process() local
102 num_options++; in main_process()
124 num_options++; in main_process()
145 num_options++; in main_process()
156 if (argc - num_options < 2) in main_process()
200 if (! TestFile->Open(argv[num_options+1], true)) in main_process()
202 perror(argv[num_options+1]); in main_process()
/dports/print/cups-filters/cups-filters-1.28.10/backend/
H A Dimplicitclass.c242 int num_options = 0; in main() local
263 num_options = cupsAddOption("copies", argv[4], num_options, &options); in main()
264 num_options = cupsParseOptions(argv[5], num_options, &options); in main()
/dports/sysutils/u-boot-tools/u-boot-2020.07/arch/sandbox/cpu/
H A Dstart.c56 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
79 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
84 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
91 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
93 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/print/p5-Net-CUPS/Net-CUPS-0.64/
H A DCUPS.xs80 dst->options = malloc(src->num_options * sizeof(cups_option_t)); in cupsCloneDest()
81 for(i = 0; i < src->num_options; i++) { in cupsCloneDest()
500 int num_options;
501 num_options =
502 cupsAddOption( name, value, self->num_options, &self->options );
503 self->num_options = num_options;
504 RETVAL = num_options;
526 cupsFreeOptions( self->num_options, self->options );
547 RETVAL = cupsGetOption( option, self->num_options, self->options );
560 count = self->num_options;
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/cups/
H A Drastertoprinter.c152 int num_options; /* Number of CUPS options */ in main() local
221 num_options = cupsParseOptions(argv[5], 0, &options); in main()
223 if ((val = cupsGetOption("stpGamma", num_options, options)) != NULL) in main()
230 if ((val = cupsGetOption("stpBrightness", num_options, options)) != NULL) in main()
237 if ((val = cupsGetOption("stpCyan", num_options, options)) != NULL) in main()
244 if ((val = cupsGetOption("stpMagenta", num_options, options)) != NULL) in main()
251 if ((val = cupsGetOption("stpYellow", num_options, options)) != NULL) in main()
258 if ((val = cupsGetOption("stpContrast", num_options, options)) != NULL) in main()
265 if ((val = cupsGetOption("stpSaturation", num_options, options)) != NULL) in main()
272 if ((val = cupsGetOption("stpDensity", num_options, options)) != NULL) in main()
/dports/graphics/box/box-0.4.0/box/
H A Dargparse.c34 int num_options) in BCArgParser_Init() argument
42 ap->num_opts = num_options; in BCArgParser_Init()
56 BCArgParser *BCArgParser_Create(BCArgParserOption *options, int num_options) in BCArgParser_Create() argument
60 BCArgParser_Init(ap, options, num_options); in BCArgParser_Create()
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/xoops_lib/modules/protector/admin/
H A Dcenter.php127 $num_options = ''; variable
131 $num_options .= "<option value='$n' selected>$n</option>\n";
133 $num_options .= "<option value='$n'>$n</option>\n";
209 <select name='num' onchange='submit();'>$num_options</select>
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ipxwan.c120 guint8 num_options; in dissect_ipxwan() local
151 num_options = tvb_get_guint8(tvb, offset); in dissect_ipxwan()
153 offset, 1, num_options); in dissect_ipxwan()
156 while (num_options != 0) { in dissect_ipxwan()
298 num_options--; in dissect_ipxwan()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/arch/sandbox/cpu/
H A Dstart.c63 size_t num_options = __u_boot_sandbox_option_count(); in sandbox_early_getopt_check() local
86 for (i = 0; i < num_options; ++i) in sandbox_early_getopt_check()
91 size = sizeof(*sorted_opt) * num_options; in sandbox_early_getopt_check()
98 qsort(sorted_opt, num_options, sizeof(*sorted_opt), h_compare_opt); in sandbox_early_getopt_check()
100 for (i = 0; i < num_options; ++i) { in sandbox_early_getopt_check()

12345678910>>...36