Searched refs:load_config (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/py-config-discovery/
H A Dlit.site.cfg.py5 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
/openbsd-current/games/hunt/huntd/
H A Dconf.c248 load_config(FILE *f, char *fnm) function
289 load_config(f, nm);
/openbsd-current/usr.sbin/ifstated/
H A Difstated.c58 int load_config(void);
188 if (load_config() != 0) {
206 if (load_config() != 0)
211 load_config(void) function
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A DLitConfig.py112 def load_config(self, config, path): member in class:LitConfig
113 """load_config(config, path) - Load a config object from an alternate
116 self.note('load_config from %r' % path)
/openbsd-current/usr.bin/openssl/
H A Dapps.h183 int load_config(BIO *err, CONF *cnf);
H A Dopenssl.c428 if (!load_config(bio_err, NULL)) {
H A Dapps.c1044 load_config(BIO *err, CONF *cnf) function
H A Dreq.c632 if (!load_config(bio_err, req_conf))
/openbsd-current/gnu/llvm/clang/tools/scan-view/share/
H A DScanView.py140 self.load_config()
142 def load_config(self): member in class:ScanViewServer
/openbsd-current/usr.sbin/httpd/
H A Dhttpd.c246 if (load_config(env->sc_conffile, env) == -1) {
347 if (load_config(filename, env) == -1) {
H A Dhttpd.h624 int load_config(const char *, struct httpd *);
H A Dparse.y1892 load_config(const char *filename, struct httpd *x_conf)
/openbsd-current/usr.sbin/relayd/
H A Drelayd.c247 if (load_config(env->sc_conffile, env) == -1) {
337 if (load_config(filename, env) == -1) {
H A Drelayd.h1162 int load_config(const char *, struct relayd *);
H A Dparse.y2901 load_config(const char *filename, struct relayd *x_conf)

Completed in 235 milliseconds