Searched defs:conf_file (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirs_data.c127 net_data_init(const char *conf_file) { argument
152 net_data = net_data_create(conf_file);
167 net_data_create(const char *conf_file) { argument
175 if ((net_data->irs = irs_gen_acc("", conf_file)) == NULL) {
H A Dgen.c122 static void init_map_rules(struct gen_p *, const char *conf_file);
131 irs_gen_acc(const char *options, const char *conf_file) { argument
151 init_map_rules(irs, conf_file);
402 init_map_rules(struct gen_p *irs, const char *conf_file) { argument
413 if (conf_file == NULL)
414 conf_file = _PATH_IRS_CONF ;
417 if (conf_file[0] == '\0' || (conf = fopen(conf_file, "r")) == NULL) {
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c109 update_conf(char *conf_file, char *entry) argument
125 if ((pfile = fopen(conf_file, "r+")) == NULL) {
130 cryptodebug("failed to open %s for write.", conf_file);
175 if (strcmp(conf_file, _PATH_PKCS11_CONF) == 0) {
220 if (strcmp(conf_file, _PATH_PKCS11_CONF) == 0) {
298 if (rename(tmpfile_name, conf_file) == -1) {
304 conf_file, strerror(err));
306 } else if (chmod(conf_file,
312 cryptodebug("failed to chmod to %s: %s", conf_file,
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c428 char *conf_file = NULL; local
471 conf_file = optarg;
579 rc = enable_sv(conf_file);
581 rc = disable_sv(conf_file);
583 compare_sv(conf_file);
599 enable_sv(char *conf_file) argument
608 index = read_config_file(conf_file, svn);
800 * This routine parses the config file passed in via conf_file and
802 * of entries read from conf_file. If an error occurs the error()
806 read_config_file(const caddr_t conf_file, sv_name_ argument
1065 disable_sv(char *conf_file) argument
1260 compare_sv(char *conf_file) argument
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c129 char *conf_file, *defpaths; local
173 conf_file = defpaths = NULL;
211 conf_file = optarg;
365 manconf_parse(&conf, conf_file, defpaths, auxpaths);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c661 const char *conf_file = NULL; local
705 conf_file = full_file ? conf_to_config : alloc_file_name;
707 if (full_file || stat(conf_file, &buf) == 0)
713 strcmp(conf_file, gctx->config_path) == 0 &&
732 conf_file, SASL_VRFY_CONF);
740 result=sasl_config_init(gctx, conf_file);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c179 static char *conf_file = NULL; variable
1323 if (conf_file != NULL)
1486 conf_file = optarg;
1566 if (conf_file)
1567 if (load_config(conf_file) == -1)
1680 if (conf_file != NULL)
1681 load_config(conf_file);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c126 struct conf_file { struct
175 file_err(struct conf_file *filep, char *fmt, ...)
190 lex(struct conf_file *filep, char *val, size_t size)
442 parse_conf_entry(struct conf_file *filep, char *tokbuf, size_t linesize)
643 struct conf_file file;
792 * conf_file the path name of either fp.conf, qlc.conf or scsi_vhci.conf
794 * If the conf_file is fp.conf, path must be a fp node path
795 * if the conf_file is qlc.conf, path must be a qlc node path.
796 * if the conf_file is scsi_vhci.conf, path must be NULL.
806 lookup_in_conf_file(char *rootdir, char *conf_file, cha argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c228 static char *conf_file = NULL; variable
2419 if (conf_file == NULL) {
2434 file = conf_file;
3887 conf_file = argv[1];
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c492 parse_conf_file(char *conf_file) argument
514 SYSEVENT_CONFIG_DIR, conf_file);
519 syslog(LOG_ERR, CANNOT_OPEN_ERR, conf_file, strerror(errno));
562 conf_file, lineno, user);
573 conf_file, lineno, reserved1);
578 conf_file, lineno, reserved2);
602 conf_file, lineno, path, strerror(errno));
626 sep->se_conf_file = conf_file;
705 syslog(LOG_ERR, SYNTAX_ERR, conf_file, lineno);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c171 static char conf_file[MAXPATHLEN]; variable
1746 (void) snprintf(conf_file, sizeof (conf_file),
1751 FRUTREE_DEBUG1(EVENTS, "Using %s conf file", conf_file);
4557 conf_file)) != PICL_SUCCESS) {
4616 FRUTREE_DEBUG1(FRUTREE_INIT, "conf_file = %s", conf_file);

Completed in 88 milliseconds