Home
last modified time | relevance | path

Searched refs:config_path (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dhelp-cmd.c50 const char *config_path; in svn_cl__help() local
142 SVN_ERR(svn_config_get_user_config_path(&config_path, in svn_cl__help()
151 if (config_path) in svn_cl__help()
157 svn_dirent_local_style(config_path, in svn_cl__help()
164 svn_dirent_local_style(config_path, in svn_cl__help()
H A Dauth-cmd.c412 const char *config_path; in svn_cl__auth() local
431 SVN_ERR(svn_config_get_user_config_path(&config_path, in svn_cl__auth()
438 SVN_ERR(svn_config_walk_auth_data(config_path, walk_credentials, &b, pool)); in svn_cl__auth()
447 svn_dirent_local_style(config_path, pool))); in svn_cl__auth()
452 svn_dirent_local_style(config_path, pool)); in svn_cl__auth()
461 svn_dirent_local_style(config_path, pool), b.matches)); in svn_cl__auth()
467 svn_dirent_local_style(config_path, pool), b.matches)); in svn_cl__auth()
478 svn_dirent_local_style(config_path, pool)); in svn_cl__auth()
484 b.matches, svn_dirent_local_style(config_path, pool))); in svn_cl__auth()
/freebsd-13.1/contrib/dma/
H A Dconf.c149 parse_conf(const char *config_path) in parse_conf() argument
157 conf = fopen(config_path, "r"); in parse_conf()
162 errlog(EX_NOINPUT, "can not open config `%s'", config_path); in parse_conf()
250 errlogx(EX_CONFIG, "syntax error in %s:%d", config_path, lineno); in parse_conf()
256 errlogx(EX_CONFIG, "%s: NULLCLIENT requires SMARTHOST", config_path); in parse_conf()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c814 const char *config_path = NULL; in plaintext_prompt_helper() local
820 SVN_ERR(svn_config_get_user_config_path(&config_path, pb->config_dir, in plaintext_prompt_helper()
825 realmstring, config_path), in plaintext_prompt_helper()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c617 ZFS_MODULE_PARAM(zfs_spa, spa_, config_path, STRING, ZMOD_RD,
/freebsd-13.1/usr.sbin/ctld/
H A Dctld.c2727 const char *config_path = DEFAULT_CONFIG_PATH; in main() local
2746 config_path = optarg; in main()
2768 newconf = conf_new_from_file(config_path, oldconf, use_ucl); in main()
2808 tmpconf = conf_new_from_file(config_path, newconf, in main()