Home
last modified time | relevance | path

Searched refs:read_config_file (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dimport.c57 if ((!dev && !read_config_file(cft)) || in text_vgname_import()
102 if ((!dev && !read_config_file(cft)) || in text_vg_import_fd()
/dragonfly/usr.sbin/bthcid/
H A Dbthcid.c143 read_config_file(); in main()
196 read_config_file(); in process_signal()
H A Dbthcid.h84 void read_config_file(void);
H A Dconfig.c138 read_config_file(); in save_key()
H A Dparser.y200 read_config_file(void) in read_config_file() function
/dragonfly/lib/libc/net/
H A Dhesiod.c69 static int read_config_file(struct hesiod_p *, const char *);
94 if (read_config_file(ctx, configname) >= 0) { in hesiod_init()
261 read_config_file(struct hesiod_p *ctx, const char *filename) in read_config_file() function
/dragonfly/contrib/lvm2/dist/include/
H A Dconfig.h71 int read_config_file(struct config_tree *cft);
/dragonfly/contrib/lvm2/dist/lib/config/
H A Dconfig.h71 int read_config_file(struct config_tree *cft);
H A Dconfig.c271 int read_config_file(struct config_tree *cft) in read_config_file() function
/dragonfly/crypto/openssh/
H A Dreadconf.h231 int read_config_file(const char *, struct passwd *, const char *,
H A Dssh-keysign.c220 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "", in main()
H A Dssh.c563 !read_config_file(config, pw, host, host_name, &options, in process_config_files()
572 (void)read_config_file(buf, pw, host, host_name, in process_config_files()
577 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, in process_config_files()
H A Dreadconf.c2222 read_config_file(const char *filename, struct passwd *pw, const char *host, in read_config_file() function
/dragonfly/contrib/lvm2/dist/lib/filters/
H A Dfilter-persistent.c117 if (!read_config_file(cft)) in persistent_filter_load()
/dragonfly/contrib/lvm2/dist/lib/commands/
H A Dtoolcontext.c434 if (!read_config_file(cfl->cft)) { in _load_config_file()