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

/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dhelp-cmd.c52 const char *config_path;
143 SVN_ERR(svn_config_get_user_config_path(&config_path,
156 svn_dirent_local_style(config_path,
163 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));
459 svn_dirent_local_style(config_path, pool), b.matches));
464 svn_dirent_local_style(config_path, pool), b.matches));
475 svn_dirent_local_style(config_path, pool));
479 svn_dirent_local_style(config_path, pool)));
/freebsd-10-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 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-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c817 const char *config_path = NULL;
821 SVN_ERR(svn_config_get_user_config_path(&config_path, pb->config_dir,
826 realmstring, config_path),
814 const char *config_path = NULL; local
/freebsd-10-stable/usr.sbin/ctld/
H A Dctld.c2497 const char *config_path = DEFAULT_CONFIG_PATH; local
2508 config_path = optarg;
2530 newconf = conf_new_from_file(config_path, oldconf);
2565 tmpconf = conf_new_from_file(config_path, newconf);

Completed in 109 milliseconds