Searched refs:check_options (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ilist_node_options.h | 95 template <class... Options> struct check_options; 96 template <> struct check_options<> : std::true_type {}; 98 struct check_options<Option1, Options...> 100 check_options<Options...>::value> {};
|
H A D | ilist_node.h | 151 static_assert(ilist_detail::check_options<Options...>::value,
|
H A D | simple_ilist.h | 82 static_assert(ilist_detail::check_options<Options...>::value,
|
/netbsd-src/external/mpl/bind/dist/tests/irs/ |
H A D | resconf_test.c | 71 check_options(irs_resconf_t *resconf) { in check_options() function 116 { "testdata/options.conf", ISC_R_SUCCESS, check_options, in irs_resconf_load_test()
|
/netbsd-src/usr.sbin/lpr/lpd/ |
H A D | lpd.c | 151 int options = 0, check_options = 0; in main() local 204 check_options |= LPD_NOPORTCHK; in main() 349 chkhost((struct sockaddr *)&frm, check_options); in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | llvm-compilers-check | 157 def check_options(parser, options, valid_builds): function 583 check_options(parser, options, build_abbrev.keys());
|
/netbsd-src/external/bsd/flex/dist/src/ |
H A D | flexdef.h | 792 extern void check_options(void);
|
H A D | parse.y | 167 check_options();
|
H A D | initparse.c | 981 check_options(); in YYPARSE_DECL()
|
H A D | main.c | 217 void check_options (void) in check_options() function
|
/netbsd-src/usr.sbin/mountd/ |
H A D | mountd.c | 183 static int check_options(const char *, size_t, struct dirlist *); 1127 if (check_options(line, lineno, dirhead)) in get_exportlist_one() 2329 check_options(const char *line, size_t lineno, struct dirlist *dp) in check_options() function
|
/netbsd-src/external/mpl/bind/dist/lib/bind9/ |
H A D | check.c |
|