Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Ddriver.h30 struct options { struct
31 const char * cpp;
32 const char * ccom;
33 const char * cxxcom;
34 const char * fcom;
35 const char * as;
36 const char * ld;
38 const char * sysroot;
40 int version;
41 list_t * prefix;
[all …]
H A Doptions.c35 struct options { struct
36 const char * name;
37 unsigned int type;
38 void (*func)(int, char *);
39 void * addr;
64 static struct options options[] = { variable
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst2453 OpenCL flags
2507 SYCL flags
2929 AARCH64
2983 AMDGPU
3005 ARM
3051 Hexagon
3071 Hexagon
3087 MIPS
3163 PowerPC
3211 WebAssembly
[all …]
/netbsd-src/usr.bin/indent/
H A Dindent.h179 extern struct options { argument
178 extern struct options { global() struct
180 blank_line_after_decl_at_topoptions global() argument
189 blank_line_after_decloptions global() argument
190 blank_line_after_procoptions global() argument
191 blank_line_before_block_commentoptions global() argument
192 break_after_commaoptions global() argument
194 brace_same_lineoptions global() argument
196 blank_after_sizeofoptions global() argument
197 comment_delimiter_on_blank_lineoptions global() argument
198 decl_comment_columnoptions global() argument
200 cuddle_elseoptions global() argument
201 continuation_indentoptions global() argument
203 case_indentoptions global() argument
206 comment_columnoptions global() argument
208 decl_indentoptions global() argument
209 left_justify_decloptions global() argument
210 unindent_displaceoptions global() argument
213 extra_expr_indentoptions global() argument
218 else_if_in_same_lineoptions global() argument
219 function_brace_splitoptions global() argument
221 format_col1_commentsoptions global() argument
225 format_block_commentsoptions global() argument
227 indent_parametersoptions global() argument
228 indent_sizeoptions global() argument
229 block_comment_max_line_lengthoptions global() argument
230 local_decl_indentoptions global() argument
231 lineup_to_parens_alwaysoptions global() argument
233 lineup_to_parensoptions global() argument
235 proc_calls_spaceoptions global() argument
237 procnames_start_lineoptions global() argument
241 space_after_castoptions global() argument
242 star_comment_contoptions global() argument
244 swallow_optional_blank_linesoptions global() argument
245 auto_typedefsoptions global() argument
247 tabsizeoptions global() argument
248 max_line_lengthoptions global() argument
249 use_tabsoptions global() argument
251 verboseoptions global() argument
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dconfig_test.cpp133 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
150 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
165 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
182 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
200 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
215 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
233 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
248 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
263 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
280 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
[all …]
H A Dcommon_test.cpp77 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
87 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
126 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
138 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
149 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
166 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
183 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
200 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
214 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
226 std::map< std::string, std::vector< std::string > > options; in ATF_TEST_CASE_BODY() local
[all …]
/netbsd-src/external/mit/isl/dist/
H A Dschedule_cmp.c15 struct options { struct
16 struct isl_options *isl; argument
21 ISL_ARGS_START(struct options, options_args) in ISL_ARGS_START()
55 struct options *options; in main() local
H A Dcodegen.c33 struct options { struct
34 struct isl_options *isl; argument
39 ISL_ARGS_START(struct options, options_args) in ISL_ARGS_START()
87 __isl_take isl_union_map *opt, struct options *options, in set_options()
123 struct options *options; in construct_ast_from_union_map() local
164 __isl_take isl_schedule *schedule, struct options *options) in schedule_set_options()
185 struct options *options; in construct_ast_from_schedule() local
208 struct options *options; in main() local
H A Dflow_cmp.c16 struct options { struct
17 struct isl_options *isl; argument
22 ISL_ARGS_START(struct options, options_args) in ISL_ARGS_START()
64 struct options *options; in main() local
/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser_test.cpp240 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
256 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
274 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
293 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
335 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
380 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
414 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
444 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
470 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
496 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
[all …]
/netbsd-src/lib/libpam/libpam/
H A Dpam_std_option.c60 pam_std_option(struct options *options, struct opttab other_options[], in pam_std_option()
121 pam_test_option(struct options *options, enum opt option, char **arg) in pam_test_option()
130 pam_set_option(struct options *options, enum opt option) in pam_set_option()
143 pam_clear_option(struct options *options, enum opt option) in pam_clear_option()
168 struct options options; in main() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_sock2.c40 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket()
77 int BIO_connect(int sock, const BIO_ADDR *addr, int options) in BIO_connect()
134 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind()
206 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen()
282 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr_, int options) in BIO_accept_ex()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_sock2.c41 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket()
79 int BIO_connect(int sock, const BIO_ADDR *addr, int options) in BIO_connect()
148 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind()
222 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen()
303 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr_, int options) in BIO_accept_ex()
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_flags_encoder.c17 stream_flags_encode(const lzma_stream_flags *options, uint8_t *out) in stream_flags_encode()
30 lzma_stream_header_encode(const lzma_stream_flags *options, uint8_t *out) in lzma_stream_header_encode()
57 lzma_stream_footer_encode(const lzma_stream_flags *options, uint8_t *out) in lzma_stream_footer_encode()
H A Dstream_flags_decoder.c17 stream_flags_decode(lzma_stream_flags *options, const uint8_t *in) in stream_flags_decode()
31 lzma_stream_header_decode(lzma_stream_flags *options, const uint8_t *in) in lzma_stream_header_decode()
60 lzma_stream_footer_decode(lzma_stream_flags *options, const uint8_t *in) in lzma_stream_footer_decode()
/netbsd-src/external/bsd/libevent/dist/sample/
H A Ddns-example.c155 struct options { in main() struct
156 int reverse; in main()
157 int use_getaddrinfo; in main()
158 int servertest; in main()
159 const char *resolv_conf; in main()
160 const char *ns; in main()
/netbsd-src/tests/lib/libc/stdio/
H A Dh_intr.c55 static struct options { struct
56 const char *cmd; /* cmd to run (which must read from stdin) */
57 size_t bsize; /* block size to use */
58 size_t asize; /* alt. stdio buffer size */
59 int btype; /* buffering type: _IONBF, ... */
60 int tmout; /* alarm timeout */
61 int flush; /* call fflush() after write if 1 */
62 int rndbuf; /* switch buffer randomly if 1 */
63 int rndmod; /* switch buffering modes randomly if 1 */
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dverify_init.c39 krb5_verify_init_creds_opt_init(krb5_verify_init_creds_opt *options) in krb5_verify_init_creds_opt_init()
45 krb5_verify_init_creds_opt_set_ap_req_nofail(krb5_verify_init_creds_opt *options, in krb5_verify_init_creds_opt_set_ap_req_nofail()
58 krb5_verify_init_creds_opt *options) in fail_verify_is_ok()
81 krb5_verify_init_creds_opt *options) in krb5_verify_init_creds()
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dgetopt1.c46 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long()
54 _getopt_long_r (int argc, char **argv, const char *options, in _getopt_long_r()
69 const char *options, in getopt_long_only()
77 _getopt_long_only_r (int argc, char **argv, const char *options, in _getopt_long_only_r()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dgetopt1.c41 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long()
49 _getopt_long_r (int argc, char **argv, const char *options, in _getopt_long_r()
64 const char *options, in getopt_long_only()
72 _getopt_long_only_r (int argc, char **argv, const char *options, in _getopt_long_only_r()
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dgetopt1.c46 getopt_long (int argc, char *const *argv, const char *options, in getopt_long()
53 _getopt_long_r (int argc, char *const *argv, const char *options, in _getopt_long_r()
67 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only()
74 _getopt_long_only_r (int argc, char *const *argv, const char *options, in _getopt_long_only_r()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dgetopt1.c41 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long()
49 _getopt_long_r (int argc, char **argv, const char *options, in _getopt_long_r()
64 const char *options, in getopt_long_only()
72 _getopt_long_only_r (int argc, char **argv, const char *options, in _getopt_long_only_r()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetopt1.c47 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long()
55 _getopt_long_r (int argc, char **argv, const char *options, in _getopt_long_r()
70 const char *options, in getopt_long_only()
78 _getopt_long_only_r (int argc, char **argv, const char *options, in _getopt_long_only_r()
/netbsd-src/usr.bin/vndcompress/
H A Dcommon.h141 struct options { struct
159 int vndcompress(int, char **, const struct options *); argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A DREADME.ssltest.md158 #### Supported client-side options
177 #### Supported server-side options
189 #### Mutually supported options

12345678910>>...31