Searched refs:config_value (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/test/mkmf/
H A Dtest_constant.rb12 assert_equal(config_value("SIZEOF_INT").to_i, mkmf {try_constant("sizeof(int)")}, MKMFLOG)
13 assert_equal(config_value("SIZEOF_LONG").to_i, mkmf {try_constant("sizeof(long)")}, MKMFLOG)
14 assert_equal(config_value("SIZEOF_VOIDP").to_i, mkmf {try_constant("sizeof(void*)")}, MKMFLOG)
15 assert_equal(config_value("SIZEOF_VALUE").to_i, mkmf {try_constant("sizeof(Qnil)")}, MKMFLOG)
19 sizeof_int = config_value("SIZEOF_INT").to_i
20 sizeof_long = config_value("SIZEOF_LONG").to_i
24 sizeof_long_long = config_value("SIZEOF_LONG_LONG").to_i
H A Dtest_sizeof.rb7 @sizeof_short = config_value("SIZEOF_SHORT").to_i
8 @sizeof_int = config_value("SIZEOF_INT").to_i
9 @sizeof_long = config_value("SIZEOF_LONG").to_i
10 @sizeof_long_long = config_value("SIZEOF_LONG_LONG").to_i
11 @sizeof___int64 = config_value("SIZEOF___INT64").to_i
H A Dbase.rb127 def config_value(name) method
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/test-programs/
H A Dconfig_test.sh48 -r resfile -v 'test=foo' config_value
H A Dcpp_helpers.cpp67 ATF_TEST_CASE(config_value); variable
68 ATF_TEST_CASE_HEAD(config_value)
72 ATF_TEST_CASE_BODY(config_value)
344 ATF_ADD_TEST_CASE(tcs, config_value);
H A Dsh_helpers.sh157 atf_test_case config_value
395 atf_add_test_case config_value
H A Dc_helpers.c223 ATF_TC(config_value); variable
224 ATF_TC_HEAD(config_value, tc)
229 ATF_TC_BODY(config_value, tc)
525 ATF_TP_ADD_TC(tp, config_value);
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/
H A Dqueryperf.c1163 char *directive, *config_value, *trailing_garbage; local
1193 config_value = strtok(NULL, WHITESPACE);
1202 if (config_value == NULL) {
1222 if (set_server(config_value) == -1) {
1224 "the server name to '%s'\n", config_value);
1232 config_value);
1240 "for '%s'\n", config_value);
1254 check = is_uint(config_value, &uint_val);
1257 if (set_server_port(config_value) == -1) {
1259 " %s: %s\n", directive, config_value);
[all...]
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Ddarwin_usb.c430 static int get_configuration_index (struct libusb_device *dev, int config_value) { argument
444 if (desc->bConfigurationValue == config_value)
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm510 $config_value = $config{Section_label}{key};
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm512 $config_value = $config{Section_label}{key};
/macosx-10.10.1/sudo-73/src/
H A Dpp2366 typeset svc config_file config_value scriptpath out

Completed in 278 milliseconds