/third_party/libabigail/tools/ |
H A D | binilint.cc | 26 using abigail::ini::read_config; 112 conf = read_config(cin); in main() 114 conf = read_config(opts.path); in main()
|
H A D | fedabipkgdiff | 51 koji_config = koji.read_config('koji') 56 # 'read_config' looks for configuration files, just use dummy values.
|
/third_party/openssl/test/ |
H A D | generate_ssl_tests.pl | 136 sub read_config { subroutine 152 read_config($input_file, $provider);
|
/third_party/libabigail/include/ |
H A D | abg-ini.h | 398 read_config(std::istream& input, 402 read_config(std::istream& input); 405 read_config(const string& path, 409 read_config(const string& path);
|
/third_party/libabigail/src/ |
H A D | abg-ini.cc | 1746 read_config(istream& input, in read_config() function 1765 read_config(const string& path, in read_config() function 1781 read_config(std::istream& input) in read_config() function 1784 if (!read_config(input, *c)) in read_config() 1795 read_config(const string& path) in read_config() function 1798 if (!read_config(path, *c)) in read_config()
|
H A D | abg-suppression.cc | 385 if (ini::config_sptr config = ini::read_config(input)) in read_suppressions() 399 if (ini::config_sptr config = ini::read_config(file_path)) in read_suppressions()
|
H A D | abg-tools-utils.cc | 2080 if (!read_config(*path_iter, whitelist)) in gen_suppr_spec_from_kernel_abi_whitelists()
|
/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | code_generator.py | 38 def read_config(): function 572 jinja_dir, config_file, config = read_config()
|
/third_party/node/tools/inspector_protocol/ |
H A D | code_generator.py | 37 def read_config(): function 573 jinja_dir, config_file, config = read_config()
|
/third_party/backends/backend/ |
H A D | dll.c | 809 read_config (const char *conffile) in read_config() function 818 DBG (1, "sane_init/read_config: Couldn't open config file (%s): %s\n", in read_config() 823 DBG (5, "sane_init/read_config: reading %s\n", conffile); in read_config() 923 read_config (conffile+plen); in read_dlld() 977 read_config (DLL_CONFIG_FILE); in sane_init()
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 243 # read_config(filename) 247 sub read_config; 364 &read_config($_); 377 &read_config($_); 1000 read_config $1; 3043 sub read_config { subroutine
|
/third_party/openssl/ |
H A D | Configure | 243 # read_config(filename) 247 sub read_config; 364 &read_config($_); 377 &read_config($_); 1002 read_config $1; 3038 sub read_config { subroutine
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 55 static int read_config(void); 2180 static int read_config(void) in read_config() function 2853 ret = read_config(); in cmp_main()
|
/third_party/openssl/apps/ |
H A D | cmp.c | 55 static int read_config(void); 2179 static int read_config(void) in read_config() function 2852 ret = read_config(); in cmp_main()
|
/third_party/backends/frontend/ |
H A D | saned.c | 2721 read_config (void) function 2730 DBG (DBG_INFO, "read_config: searching for config file\n"); 2759 DBG (DBG_ERR, "read_config: invalid value for data_portrange\n"); 2764 DBG (DBG_ERR, "read_config: data_portrange start port is invalid\n"); 2771 DBG (DBG_ERR, "read_config: no end port value for data_portrange\n"); 2782 DBG (DBG_ERR, "read_config: invalid value for data_portrange\n"); 2788 DBG (DBG_ERR, "read_config: data_portrange end port is invalid\n"); 2794 DBG (DBG_ERR, "read_config: data_portrange end port is less than start port\n"); 2801 DBG (DBG_INFO, "read_config: data port range: %d - %d\n", data_port_lo, data_port_hi); 2812 DBG (DBG_ERR, "read_config [all...] |