Searched refs:check_options (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_command_manager.rb103 check_options = nil
105 check_options = options
111 assert_equal %w[ri], check_options[:document].sort
112 assert_equal false, check_options[:force]
113 assert_equal :both, check_options[:domain]
114 assert_equal true, check_options[:wrappers]
115 assert_equal Gem::Requirement.default, check_options[:version]
116 assert_equal nil, check_options[:install_dir]
117 assert_equal nil, check_options[:bin_dir]
120 check_options
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacscp_plugin.h107 int (*check_options) __P((void)); member in struct:acsp_channel
H A Dpppd.h591 void (*check_options) __P((void)); member in struct:protent
625 void (*check_options) __P((void)); member in struct:channel
1009 void check_options __P((void)); /* check values after all options parsed */
H A Dmain.c460 check_options();
468 if (protp->check_options != NULL)
469 (*protp->check_options)();
470 if (the_channel->check_options)
471 (*the_channel->check_options)();
H A Doptions.c1002 * check_options - check that options are valid and consistent.
1005 check_options() function
/macosx-10.10/vim-55/src/proto/
H A Doption.pro15 void check_options __ARGS((void));
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dcheck.c104 check(struct check_options *opt, int argc, char **argv)
/macosx-10.10/ruby-106/ruby/lib/
H A Dopen-uri.rb111 def OpenURI.check_options(options) # :nodoc: singleton method in class:OpenURI
136 OpenURI.check_options(options)
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dllvm-compilers-check152 def check_options(parser, options, valid_builds):
540 check_options(parser, options, build_abbrev.keys());
/macosx-10.10/ppp-786.1.1/Drivers/PPPoE/PPPoE-plugin/
H A Dmain.c162 the_channel->check_options = pppoe_check_options;
/macosx-10.10/ppp-786.1.1/Drivers/PPPSerial/PPPSerial-plugin/
H A Dmain.c212 old_check_options = the_channel->check_options;
213 the_channel->check_options = serial_check_options;
/macosx-10.10/bind9-45.101/bind9/lib/bind9/
H A Dcheck.c682 check_options(const cfg_obj_t *options, isc_log_t *logctx, isc_mem_t *mctx, function
1675 tresult = check_options(zoptions, logctx, mctx, optlevel_zone);
2313 tresult = check_options(voptions, logctx, mctx,
2316 tresult = check_options(config, logctx, mctx,
2608 check_options(options, logctx, mctx,
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-plugin/
H A Dmain.c242 the_channel->check_options = pptp_check_options;
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c308 int check_options(int);
2281 if (check_options(opt_flags)) {
5046 check_options(int opt_flags) function
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c294 the_channel->check_options = l2tp_check_options;
/macosx-10.10/vim-55/src/
H A Doption.c3278 check_options();
5198 check_options() function
5312 * check_options().
H A Dterm.c2808 check_options(); /* make sure no options are NULL */
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm563 check_options( $rOpts, $is_Windows, $Windows_type, $rpending_complaint );
652 Perl::Tidy::Formatter::check_options($rOpts);
654 Perl::Tidy::HtmlWriter->check_options($rOpts);
2406 sub check_options { subroutine
4966 sub check_options { subroutine
7484 sub check_options { subroutine
[all...]

Completed in 257 milliseconds