Home
last modified time | relevance | path

Searched refs:CONF_ENV_PATH (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/postfix/
H A Dpostfix.c552 check_setenv(CONF_ENV_PATH, optarg); in main()
563 force_single_instance = (getenv(CONF_ENV_PATH) != 0); in main()
601 check_setenv(CONF_ENV_PATH, var_config_dir);/* mail_conf.h */ in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_misc.c72 if ((config_dir = safe_getenv(CONF_ENV_PATH)) != 0) { in pcf_set_config_dir()
H A Dpostconf.c865 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postkick/
H A Dpostkick.c176 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dtest_main.c151 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in test_main()
H A Dmail_conf.c211 if ((config_dir = getenv(CONF_ENV_PATH)) == 0) in mail_conf_suck()
H A Dmail_conf.h24 #define CONF_ENV_PATH "MAIL_CONFIG" /* config database */ macro
/netbsd-src/external/ibm-public/postfix/dist/src/postlock/
H A Dpostlock.c222 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postlog/
H A Dpostlog.c293 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postmulti/
H A Dpostmulti.c1236 check_setenv(CONF_ENV_PATH, var_config_dir); in export_helper_environment()
1442 check_setenv(CONF_ENV_PATH, ip->config_dir); in run_user_command()
1712 if ((config_dir = getenv(CONF_ENV_PATH)) != 0 in main()
1715 CONF_ENV_PATH, config_dir); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster.c362 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postqueue/
H A Dpostqueue.c611 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c384 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postcat/
H A Dpostcat.c502 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postalias/
H A Dpostalias.c799 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postmap/
H A Dpostmap.c1026 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c1373 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c1149 if (setenv(CONF_ENV_PATH, dir, 1) < 0) in main()