Home
last modified time | relevance | path

Searched refs:VAR_CONFIG_DIR (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/internal/p2/core/
H A DActivator.java48 private static final String VAR_CONFIG_DIR = "@config.dir"; //$NON-NLS-1$ field in Activator
143 } else if (location.startsWith(VAR_CONFIG_DIR)) { in buildLocation()
145 location = substituteVar(location, VAR_CONFIG_DIR, PROP_CONFIG_DIR); in buildLocation()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postconf/
H A Dinstall_table.h1 VAR_CONFIG_DIR, DEF_CONFIG_DIR, &var_config_dir, 1, 0,
H A Dpostconf_misc.c56 set_mail_conf_str(VAR_CONFIG_DIR, var_config_dir); in pcf_set_config_dir()
/dports/mail/postfix-current/postfix-3.7-20211107/src/master/
H A Dmaster_vars.c74 VAR_CONFIG_DIR, &var_config_dir, &saved_config_dir, 0, 0, in master_vars_init()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postmulti/
H A Dpostmulti.c688 register_claim(ip->config_dir, VAR_CONFIG_DIR, ip->config_dir); in claim_instance_attributes()
1125 if (strcmp(VAR_CONFIG_DIR, name) == 0) { in assign_new_parameter()
1188 make_private_path(VAR_CONFIG_DIR, var_config_dir, assignment); in assign_new_parameters()
1192 VAR_CONFIG_DIR, new->config_dir, owner, new->config_dir); in assign_new_parameters()
1245 check_setenv(VAR_CONFIG_DIR, target->config_dir); in export_helper_environment()
1444 check_setenv(VAR_CONFIG_DIR, ip->config_dir); in run_user_command()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/
H A DProfileBundleContainer.java65 private static final String VAR_CONFIG_DIR = "@config.dir"; //$NON-NLS-1$ field in ProfileBundleContainer
404 } else if (p2Area.startsWith(VAR_CONFIG_DIR)) { in getProfileFileLocation()
405 String base = substituteVar(configProps, p2Area, VAR_CONFIG_DIR, PROP_CONFIG_DIR, configArea); in getProfileFileLocation()
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dmail_conf.c212 set_mail_conf_str(VAR_CONFIG_DIR, var_config_dir); in mail_conf_suck()
H A Dmail_params.h351 #define VAR_CONFIG_DIR "config_directory" macro
/dports/mail/postfix-current/postfix-3.7-20211107/src/postfix/
H A Dpostfix.c605 check_setenv(VAR_CONFIG_DIR, var_config_dir); /* main.cf */ in main()