Home
last modified time | relevance | path

Searched refs:optarray (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/tikiwiki/tiki-21.2/lib/core/Table/Code/
H A DWidgetOptions.php62 … $optarray = Table_Factory::build('WidgetOptions' . $option, parent::$s, 'code')->getOptionArray();
63 $wo = $optarray === false ? $wo : array_merge($wo, array_filter($optarray));
/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dsave.c52 size_t optarray[RUNTIME_OPTIONS_WORDS]; in write_runtime_options() local
54 memset(&optarray, 0, sizeof(optarray)); in write_runtime_options()
55 optarray[0] = RUNTIME_OPTIONS_MAGIC; in write_runtime_options()
59 optarray[1] = 1; in write_runtime_options()
60 optarray[2] = options->dynamic_space_size; in write_runtime_options()
61 optarray[3] = options->thread_control_stack_size; in write_runtime_options()
65 fwrite(optarray, sizeof(size_t), RUNTIME_OPTIONS_WORDS, file)) { in write_runtime_options()
H A Dcoreparse.c75 os_vm_size_t optarray[RUNTIME_OPTIONS_WORDS]; in read_runtime_options() local
78 if (read(fd, optarray, RUNTIME_OPTIONS_WORDS * sizeof(os_vm_size_t)) != in read_runtime_options()
83 if ((RUNTIME_OPTIONS_MAGIC != optarray[0]) || (0 == optarray[1])) { in read_runtime_options()
89 options->dynamic_space_size = optarray[2]; in read_runtime_options()
90 options->thread_control_stack_size = optarray[3]; in read_runtime_options()
/dports/math/fftw3/fftw-3.3.9/libbench2/
H A Dmy-getopt.c70 int my_getopt(int argc, char *argv[], const struct my_option *optarray) in my_getopt() argument
102 for (l = optarray; l->short_name; ++l) { in my_getopt()
135 for (l = optarray; l->short_name; ++l) { in my_getopt()
H A Dmy-getopt.h40 extern int my_getopt(int argc, char *argv[], const struct my_option *optarray);
/dports/math/fftw3-float/fftw-3.3.9/libbench2/
H A Dmy-getopt.c70 int my_getopt(int argc, char *argv[], const struct my_option *optarray) in my_getopt() argument
102 for (l = optarray; l->short_name; ++l) { in my_getopt()
135 for (l = optarray; l->short_name; ++l) { in my_getopt()
H A Dmy-getopt.h40 extern int my_getopt(int argc, char *argv[], const struct my_option *optarray);
/dports/math/fftw3-long/fftw-3.3.9/libbench2/
H A Dmy-getopt.c70 int my_getopt(int argc, char *argv[], const struct my_option *optarray) in my_getopt() argument
102 for (l = optarray; l->short_name; ++l) { in my_getopt()
135 for (l = optarray; l->short_name; ++l) { in my_getopt()
H A Dmy-getopt.h40 extern int my_getopt(int argc, char *argv[], const struct my_option *optarray);
/dports/math/fftw3-quad/fftw-3.3.9/libbench2/
H A Dmy-getopt.c70 int my_getopt(int argc, char *argv[], const struct my_option *optarray) in my_getopt() argument
102 for (l = optarray; l->short_name; ++l) { in my_getopt()
135 for (l = optarray; l->short_name; ++l) { in my_getopt()
H A Dmy-getopt.h40 extern int my_getopt(int argc, char *argv[], const struct my_option *optarray);
/dports/security/pulledpork/pulledpork-0.7.4/
H A Dpulledpork.pl747 my @optarray = split(/(?<!\\);(\t|\s)*/, $options)
749 foreach my $option (reverse(@optarray)) {
806 my @optarray = split(/(?<!\\);(\t|\s)*/, $options)
808 foreach my $option (reverse(@optarray)) {
1244 my @optarray = split(/(?<!\\);\s*/, $options) if $options;
1245 foreach my $option (reverse(@optarray)) {
1422 my @optarray = split(/(?<!\\);\s*/, $options) if $options;
1423 foreach my $option (reverse(@optarray)) {
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/common/
H A Dxf86Config.c259 void **optarray; in xf86ModulelistFromConfig() local
365 optarray = xnfallocarray(count + 1, sizeof(void *)); in xf86ModulelistFromConfig()
372 optarray[count] = modp->load_opt; in xf86ModulelistFromConfig()
379 optarray[count] = NULL; in xf86ModulelistFromConfig()
381 *optlist = optarray; in xf86ModulelistFromConfig()
383 free(optarray); in xf86ModulelistFromConfig()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c259 void **optarray; in xf86ModulelistFromConfig() local
365 optarray = xnfallocarray(count + 1, sizeof(void *)); in xf86ModulelistFromConfig()
372 optarray[count] = modp->load_opt; in xf86ModulelistFromConfig()
379 optarray[count] = NULL; in xf86ModulelistFromConfig()
381 *optlist = optarray; in xf86ModulelistFromConfig()
383 free(optarray); in xf86ModulelistFromConfig()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/common/
H A Dxf86Config.c259 void **optarray; in xf86ModulelistFromConfig() local
365 optarray = xnfallocarray(count + 1, sizeof(void *)); in xf86ModulelistFromConfig()
372 optarray[count] = modp->load_opt; in xf86ModulelistFromConfig()
379 optarray[count] = NULL; in xf86ModulelistFromConfig()
381 *optlist = optarray; in xf86ModulelistFromConfig()
383 free(optarray); in xf86ModulelistFromConfig()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c259 void **optarray; in xf86ModulelistFromConfig() local
365 optarray = xnfallocarray(count + 1, sizeof(void *)); in xf86ModulelistFromConfig()
372 optarray[count] = modp->load_opt; in xf86ModulelistFromConfig()
379 optarray[count] = NULL; in xf86ModulelistFromConfig()
381 *optlist = optarray; in xf86ModulelistFromConfig()
383 free(optarray); in xf86ModulelistFromConfig()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c259 void **optarray; in xf86ModulelistFromConfig() local
365 optarray = xnfallocarray(count + 1, sizeof(void *)); in xf86ModulelistFromConfig()
372 optarray[count] = modp->load_opt; in xf86ModulelistFromConfig()
379 optarray[count] = NULL; in xf86ModulelistFromConfig()
381 *optlist = optarray; in xf86ModulelistFromConfig()
383 free(optarray); in xf86ModulelistFromConfig()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c259 void **optarray; in xf86ModulelistFromConfig() local
365 optarray = xnfallocarray(count + 1, sizeof(void *)); in xf86ModulelistFromConfig()
372 optarray[count] = modp->load_opt; in xf86ModulelistFromConfig()
379 optarray[count] = NULL; in xf86ModulelistFromConfig()
381 *optlist = optarray; in xf86ModulelistFromConfig()
383 free(optarray); in xf86ModulelistFromConfig()
H A Dxf86Config.c.orig259 void **optarray;
365 optarray = xnfallocarray(count + 1, sizeof(void *));
372 optarray[count] = modp->load_opt;
379 optarray[count] = NULL;
381 *optlist = optarray;
383 free(optarray);
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c259 void **optarray; in xf86ModulelistFromConfig() local
365 optarray = xnfallocarray(count + 1, sizeof(void *)); in xf86ModulelistFromConfig()
372 optarray[count] = modp->load_opt; in xf86ModulelistFromConfig()
379 optarray[count] = NULL; in xf86ModulelistFromConfig()
381 *optlist = optarray; in xf86ModulelistFromConfig()
383 free(optarray); in xf86ModulelistFromConfig()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/common/
H A Dxf86Config.c259 void **optarray; in xf86ModulelistFromConfig() local
365 optarray = xnfallocarray(count + 1, sizeof(void *)); in xf86ModulelistFromConfig()
372 optarray[count] = modp->load_opt; in xf86ModulelistFromConfig()
379 optarray[count] = NULL; in xf86ModulelistFromConfig()
381 *optlist = optarray; in xf86ModulelistFromConfig()
383 free(optarray); in xf86ModulelistFromConfig()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c259 void **optarray; in xf86ModulelistFromConfig() local
365 optarray = xnfallocarray(count + 1, sizeof(void *)); in xf86ModulelistFromConfig()
372 optarray[count] = modp->load_opt; in xf86ModulelistFromConfig()
379 optarray[count] = NULL; in xf86ModulelistFromConfig()
381 *optlist = optarray; in xf86ModulelistFromConfig()
383 free(optarray); in xf86ModulelistFromConfig()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dstudio.cc572 static const option optarray[] = { in ExultStudio() local
584 optarray, nullptr); in ExultStudio()
/dports/lang/gauche/Gauche-0.9.10/ext/uvector/
H A Duvlib.scm.tmpl55 (define-cproc ${t}vector (:optarray (elts nelts 10) :rest args)
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog11136 * src/stdlib.stub (numcmp): Rewrote =, <, <=, >= and > using :optarray
11141 * lib/gauche/cgen/stub.scm: Added support of :optarray argument
11146 :optarray argument spec, so that if the argument list is short

12