Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dlinux.h61 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC) argument
62 #define OPTION_UCLIBC_P(opts) (DEFAULT_LIBC == LIBC_UCLIBC) argument
63 #define OPTION_BIONIC_P(opts) (DEFAULT_LIBC == LIBC_BIONIC) argument
65 #define OPTION_MUSL_P(opts) (DEFAULT_LIBC == LIBC_MUSL) argument
67 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC) argument
68 #define OPTION_UCLIBC_P(opts) ((opts)->x_linux_libc == LIBC_UCLIBC) argument
69 #define OPTION_BIONIC_P(opts) ((opts)->x_linux_libc == LIBC_BIONIC) argument
71 #define OPTION_MUSL_P(opts) ((opts)->x_linux_libc == LIBC_MUSL) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dlinux.h30 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC) argument
31 #define OPTION_UCLIBC_P(opts) (DEFAULT_LIBC == LIBC_UCLIBC) argument
32 #define OPTION_BIONIC_P(opts) (DEFAULT_LIBC == LIBC_BIONIC) argument
34 #define OPTION_MUSL_P(opts) (DEFAULT_LIBC == LIBC_MUSL) argument
36 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC) argument
37 #define OPTION_UCLIBC_P(opts) ((opts)->x_linux_libc == LIBC_UCLIBC) argument
38 #define OPTION_BIONIC_P(opts) ((opts)->x_linux_libc == LIBC_BIONIC) argument
40 #define OPTION_MUSL_P(opts) ((opts)->x_linux_libc == LIBC_MUSL) argument
H A Dlinux64.h268 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC) argument
269 #define OPTION_UCLIBC_P(opts) (DEFAULT_LIBC == LIBC_UCLIBC) argument
270 #define OPTION_BIONIC_P(opts) (DEFAULT_LIBC == LIBC_BIONIC) argument
272 #define OPTION_MUSL_P(opts) (DEFAULT_LIBC == LIBC_MUSL) argument
274 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC) argument
275 #define OPTION_UCLIBC_P(opts) ((opts)->x_linux_libc == LIBC_UCLIBC) argument
276 #define OPTION_BIONIC_P(opts) ((opts)->x_linux_libc == LIBC_BIONIC) argument
278 #define OPTION_MUSL_P(opts) ((opts)->x_linux_libc == LIBC_MUSL) argument
/netbsd-src/lib/libcurses/
H A Dattributes.c53 attr_get(attr_t *attr, short *pair, void *opts) in attr_get() argument
64 attr_on(attr_t attr, void *opts) in attr_on() argument
75 attr_off(attr_t attr, void *opts) in attr_off() argument
86 attr_set(attr_t attr, short pair, void *opts) in attr_set() argument
97 color_set(short pair, void *opts) in color_set() argument
144 wattr_get(WINDOW * win,attr_t * attr,short * pair,void * opts) wattr_get() argument
167 wattr_on(WINDOW * win,attr_t attr,void * opts) wattr_on() argument
183 wattr_off(WINDOW * win,attr_t attr,void * opts) wattr_off() argument
197 wattr_set(WINDOW * win,attr_t attr,short pair,void * opts) wattr_set() argument
221 wcolor_set(WINDOW * win,short pair,void * opts) wcolor_set() argument
[all...]
H A Dchgat.c39 chgat(int n, attr_t attr, short color, const void *opts) in chgat() argument
46 const void *opts) in mvchgat() argument
52 wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts) in wchgat() argument
59 const void *opts) in mvwchgat() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Dlinux.h32 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC) argument
33 #define OPTION_UCLIBC_P(opts) (DEFAULT_LIBC == LIBC_UCLIBC) argument
34 #define OPTION_BIONIC_P(opts) (DEFAULT_LIBC == LIBC_BIONIC) argument
36 #define OPTION_MUSL_P(opts) (DEFAULT_LIBC == LIBC_MUSL) argument
38 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC) argument
39 #define OPTION_UCLIBC_P(opts) ((opts)->x_linux_libc == LIBC_UCLIBC) argument
40 #define OPTION_BIONIC_P(opts) ((opts)->x_linux_libc == LIBC_BIONIC) argument
42 #define OPTION_MUSL_P(opts) ((opts)->x_linux_libc == LIBC_MUSL) argument
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py447 def run(opts): argument
474 def report_failure(opts): argument
532 def run_analyzer(opts, continuation=report_failure): argument
597 def ctu_collect_phase(opts): argument
659 def dispatch_ctu(opts, continuation=run_analyzer): argument
683 def filter_debug_flags(opts, continuation=dispatch_ctu): argument
694 def language_check(opts, continuation=filter_debug_flags): argument
724 def arch_check(opts, continuation=language_check): argument
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl.c242 pfctl_enable(int dev, int opts) in pfctl_enable()
261 pfctl_disable(int dev, int opts) in pfctl_disable()
280 pfctl_clear_stats(int dev, int opts) in pfctl_clear_stats()
290 pfctl_clear_interface_flags(int dev, int opts) in pfctl_clear_interface_flags()
307 pfctl_clear_rules(int dev, int opts, char *anchorname) in pfctl_clear_rules()
324 pfctl_clear_nat(int dev, int opts, char *anchorname) in pfctl_clear_nat()
342 pfctl_clear_altq(int dev, int opts) in pfctl_clear_altq()
360 pfctl_clear_src_nodes(int dev, int opts) in pfctl_clear_src_nodes()
370 pfctl_clear_states(int dev, const char *iface, int opts) in pfctl_clear_states()
437 pfctl_kill_src_nodes(int dev, const char *iface, int opts) in pfctl_kill_src_nodes()
[all …]
H A Dpfctl_altq.c223 struct node_queue_opt *opts) in eval_pfaltq()
263 check_commit_altq(int dev, int opts) in check_commit_altq()
294 struct node_queue_opt *opts) in eval_pfqueue()
390 struct cbq_opts *opts; in eval_pfqueue_cbq() local
428 struct cbq_opts *opts; in cbq_compute_idletime() local
510 check_commit_cbq(int dev, int opts, struct pf_altq *pa) in check_commit_cbq()
545 const struct cbq_opts *opts; in print_cbq_opts() local
605 check_commit_priq(int dev, int opts, struct pf_altq *pa) in check_commit_priq()
633 const struct priq_opts *opts; in print_priq_opts() local
663 struct hfsc_opts *opts; in eval_pfqueue_hfsc() local
[all …]
H A Dpfctl_table.c105 pfctl_clear_tables(const char *anchor, int opts) in pfctl_clear_tables()
111 pfctl_show_tables(const char *anchor, int opts) in pfctl_show_tables()
118 const char *command, char *file, const char *anchor, int opts) in pfctl_command_tables()
127 char *file, const char *anchor, int opts) in pfctl_table()
552 xprintf(int opts, const char *fmt, ...) in xprintf()
575 pfctl_show_ifaces(const char *filter, int opts) in pfctl_show_ifaces()
602 print_iface(struct pfi_kif *p, int opts) in print_iface()
/netbsd-src/lib/librefuse/
H A Drefuse_opt.c143 static int add_opt(char **opts, const char *opt, bool escape) in add_opt()
169 int fuse_opt_add_opt(char **opts, const char *opt) in fuse_opt_add_opt()
176 int fuse_opt_add_opt_escaped(char **opts, const char *opt) in fuse_opt_add_opt_escaped()
213 find_opt(const struct fuse_opt *opts, const char *opt, ssize_t *sep_idx) in find_opt()
227 fuse_opt_match(const struct fuse_opt *opts, const char *opt) in fuse_opt_match()
337 const struct fuse_opt *opts, fuse_opt_proc_t proc, bool is_opt) in parse_arg()
394 const struct fuse_opt *opts, fuse_opt_proc_t proc) in parse_opts()
438 const struct fuse_opt *opts, fuse_opt_proc_t proc) in parse_all()
503 const struct fuse_opt *opts, fuse_opt_proc_t proc) in fuse_opt_parse()
/netbsd-src/sys/arch/arm/arm/
H A Dbootconfig.c62 get_bootconf_option(char *opts, const char *opt, int type, void *result) in get_bootconf_option()
151 get_bootconf_string(char *opts, const char *key) in get_bootconf_string()
171 match_bootconf_option(char *opts, const char *key, const char *val) in match_bootconf_option()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts.cc160 dwarf_debuginfo_p (struct gcc_options *opts) in dwarf_debuginfo_p()
187 set_struct_debug_option (struct gcc_options *opts, location_t loc, in set_struct_debug_option()
347 target_handle_option (struct gcc_options *opts, in target_handle_option()
416 init_options_struct (struct gcc_options *opts, struct gcc_options *opts_set) in init_options_struct()
450 maybe_default_option (struct gcc_options *opts, in maybe_default_option()
540 maybe_default_options (struct gcc_options *opts, in maybe_default_options()
701 default_options_optimization (struct gcc_options *opts, in default_options_optimization()
827 control_options_for_live_patching (struct gcc_options *opts, in control_options_for_live_patching()
969 find_sanitizer_argument (struct gcc_options *opts, unsigned int flags) in find_sanitizer_argument()
1002 report_conflicting_sanitizer_options (struct gcc_options *opts, location_t loc, in report_conflicting_sanitizer_options()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h59 #define TARGET_CPU_IEEE_FLOAT_P(opts) \ argument
63 #define TARGET_CPU_LONG_DISPLACEMENT_P(opts) \ argument
67 #define TARGET_CPU_EXTIMM_P(opts) \ argument
71 #define TARGET_CPU_DFP_P(opts) \ argument
75 #define TARGET_CPU_Z10_P(opts) \ argument
79 #define TARGET_CPU_Z196_P(opts) \ argument
83 #define TARGET_CPU_ZEC12_P(opts) \ argument
87 #define TARGET_CPU_HTM_P(opts) \ argument
91 #define TARGET_CPU_Z13_P(opts) \ argument
95 #define TARGET_CPU_VX_P(opts) \ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.h57 #define TARGET_CPU_IEEE_FLOAT_P(opts) \ argument
61 #define TARGET_CPU_LONG_DISPLACEMENT_P(opts) \ argument
65 #define TARGET_CPU_EXTIMM_P(opts) \ argument
69 #define TARGET_CPU_DFP_P(opts) \ argument
73 #define TARGET_CPU_Z10_P(opts) \ argument
77 #define TARGET_CPU_Z196_P(opts) \ argument
81 #define TARGET_CPU_ZEC12_P(opts) \ argument
85 #define TARGET_CPU_HTM_P(opts) \ argument
89 #define TARGET_CPU_Z13_P(opts) \ argument
93 #define TARGET_CPU_VX_P(opts) \ argument
[all …]
/netbsd-src/sbin/mount_puffs/
H A Dmount_puffs.c85 mount_puffs_filesystem(const char *program, const char *opts, in mount_puffs_filesystem()
117 static void add_opt(char **opts, const char *opt) in add_opt()
137 char *opts = NULL; in main() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopts.c53 set_struct_debug_option (struct gcc_options *opts, location_t loc, in set_struct_debug_option()
213 target_handle_option (struct gcc_options *opts, in target_handle_option()
282 init_options_struct (struct gcc_options *opts, struct gcc_options *opts_set) in init_options_struct()
316 maybe_default_option (struct gcc_options *opts, in maybe_default_option()
406 maybe_default_options (struct gcc_options *opts, in maybe_default_options()
562 default_options_optimization (struct gcc_options *opts, in default_options_optimization()
679 control_options_for_live_patching (struct gcc_options *opts, in control_options_for_live_patching()
827 finish_options (struct gcc_options *opts, struct gcc_options *opts_set, in finish_options()
1257 struct gcc_options *opts, in print_filtered_help()
1615 struct gcc_options *opts, in print_specific_help()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/pdp11/
H A Dpdp11-common.cc32 pdp11_handle_option (struct gcc_options *opts, in pdp11_handle_option()
80 pdp11_option_init_struct (struct gcc_options *opts) in pdp11_option_init_struct()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/pdp11/
H A Dpdp11-common.c32 pdp11_handle_option (struct gcc_options *opts, in pdp11_handle_option()
80 pdp11_option_init_struct (struct gcc_options *opts) in pdp11_option_init_struct()
/netbsd-src/sys/arch/x68k/stand/libsa/
H A Dparseutils.c74 parseopts(const char *opts, int *howto) in parseopts()
97 char *opts = NULL; in parseboot() local
/netbsd-src/sys/arch/i386/stand/lib/
H A Dparseutils.c77 parseopts(const char *opts, int *howto) in parseopts()
113 char *opts = NULL; in parseboot() local
/netbsd-src/lib/librefuse/refuse/
H A Dv21.c44 fuse_mount_v21(const char *mountpoint, const char *opts) { in fuse_mount_v21()
64 fuse_new_v21(int fd, const char *opts, const void *op, in fuse_new_v21()
/netbsd-src/games/hack/
H A Dhack.options.c79 char *opts; in initoptions() local
94 parseoptions(char *opts, boolean from_env) in parseoptions()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-options.cc343 struct ix86_target_opts *opts = i ? isa2_opts : isa_opts; in ix86_omp_device_kind_arch_isa() local
418 const char *opts[ARRAY_SIZE (isa_opts) + ARRAY_SIZE (isa2_opts) in ix86_target_string() local
649 char *opts = ix86_target_string (ix86_isa_flags, ix86_isa_flags2, in ix86_debug_options() local
671 struct gcc_options *opts, in ix86_function_specific_save()
794 ix86_function_specific_restore (struct gcc_options *opts, in ix86_function_specific_restore()
945 struct gcc_options *opts, in ix86_valid_target_attribute_inner_p()
1335 struct gcc_options *opts, in ix86_valid_target_attribute_tree()
1687 parse_mtune_ctrl_str (struct gcc_options *opts, bool dump) in parse_mtune_ctrl_str()
1758 set_ix86_tune_features (struct gcc_options *opts, in set_ix86_tune_features()
1788 ix86_default_align (struct gcc_options *opts) in ix86_default_align()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/arc/
H A Darc-common.c33 arc_option_init_struct (struct gcc_options *opts) in arc_option_init_struct()
71 arc_handle_option (struct gcc_options *opts, in arc_handle_option()

12345678910>>...18