Searched refs:config_path (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dhelp-cmd.c52 const char *config_path;
144 SVN_ERR(svn_config_get_user_config_path(&config_path,
153 if (config_path)
159 svn_dirent_local_style(config_path,
166 svn_dirent_local_style(config_path,
50 const char *config_path; local
H A Dauth-cmd.c412 const char *config_path; local
431 SVN_ERR(svn_config_get_user_config_path(&config_path,
438 SVN_ERR(svn_config_walk_auth_data(config_path, walk_credentials, &b, pool));
447 svn_dirent_local_style(config_path, pool)));
452 svn_dirent_local_style(config_path, pool));
461 svn_dirent_local_style(config_path, pool), b.matches));
467 svn_dirent_local_style(config_path, pool), b.matches));
478 svn_dirent_local_style(config_path, pool));
484 b.matches, svn_dirent_local_style(config_path, pool)));
/freebsd-11-stable/contrib/dma/
H A Dconf.c149 parse_conf(const char *config_path) argument
157 conf = fopen(config_path, "r");
162 errlog(EX_NOINPUT, "can not open config `%s'", config_path);
234 errlogx(EX_CONFIG, "syntax error in %s:%d", config_path, lineno);
240 errlogx(EX_CONFIG, "%s: NULLCLIENT requires SMARTHOST", config_path);
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A DMakefile.am9 config_path = @config_path@
10 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir)
H A DMakefile.in227 config_path = @config_path@
265 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir)
H A Dconfigure460 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS GENINSRC_TRUE GENINSRC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar multi_basedir toolexecdir toolexeclibdir CC ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CFLAGS AR ac_ct_AR RANLIB ac_ct_RANLIB PERL BUILD_INFO_TRUE BUILD_INFO_FALSE LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO CPP CPPFLAGS enable_shared enable_static MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT FC FCFLAGS LDFLAGS ac_ct_FC libtool_VERSION SECTION_LDFLAGS OPT_LDFLAGS LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE config_path XCFLAGS XLDFLAGS link_gomp USE_FORTRAN_TRUE USE_FORTRAN_FALSE OMP_LOCK_SIZE OMP_LOCK_ALIGN OMP_NEST_LOCK_SIZE OMP_NEST_LOCK_ALIGN OMP_LOCK_KIND OMP_NEST_LOCK_KIND LIBOBJS LTLIBOBJS'
18063 for i in $config_path; do
20537 s,@config_path@,$config_path,;t t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c817 const char *config_path = NULL;
823 SVN_ERR(svn_config_get_user_config_path(&config_path, pb->config_dir,
828 realmstring, config_path),
814 const char *config_path = NULL; local
/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c2615 const char *config_path = DEFAULT_CONFIG_PATH; local
2630 config_path = optarg;
2652 newconf = conf_new_from_file(config_path, oldconf, use_ucl);
2688 tmpconf = conf_new_from_file(config_path, newconf,

Completed in 202 milliseconds