Home
last modified time | relevance | path

Searched refs:check_options (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist_node_options.h95 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 Dilist_node.h151 static_assert(ilist_detail::check_options<Options...>::value,
H A Dsimple_ilist.h82 static_assert(ilist_detail::check_options<Options...>::value,
/netbsd-src/external/mpl/bind/dist/tests/irs/
H A Dresconf_test.c71 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 Dlpd.c151 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 Dllvm-compilers-check157 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 Dflexdef.h792 extern void check_options(void);
H A Dparse.y167 check_options();
H A Dinitparse.c981 check_options(); in YYPARSE_DECL()
H A Dmain.c217 void check_options (void) in check_options() function
/netbsd-src/usr.sbin/mountd/
H A Dmountd.c183 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 Dcheck.c