/netbsd-src/external/ibm-public/postfix/dist/src/postfix/ |
H A D | postfix.c | 552 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 D | postconf_misc.c | 72 if ((config_dir = safe_getenv(CONF_ENV_PATH)) != 0) { in pcf_set_config_dir()
|
H A D | postconf.c | 865 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postkick/ |
H A D | postkick.c | 176 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | test_main.c | 151 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in test_main()
|
H A D | mail_conf.c | 211 if ((config_dir = getenv(CONF_ENV_PATH)) == 0) in mail_conf_suck()
|
H A D | mail_conf.h | 24 #define CONF_ENV_PATH "MAIL_CONFIG" /* config database */ macro
|
/netbsd-src/external/ibm-public/postfix/dist/src/postlock/ |
H A D | postlock.c | 222 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postlog/ |
H A D | postlog.c | 293 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postmulti/ |
H A D | postmulti.c | 1236 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 D | master.c | 362 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postqueue/ |
H A D | postqueue.c | 611 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postdrop/ |
H A D | postdrop.c | 384 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postcat/ |
H A D | postcat.c | 502 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postalias/ |
H A D | postalias.c | 799 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postmap/ |
H A D | postmap.c | 1026 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/ |
H A D | postsuper.c | 1373 if (setenv(CONF_ENV_PATH, optarg, 1) < 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/ |
H A D | sendmail.c | 1149 if (setenv(CONF_ENV_PATH, dir, 1) < 0) in main()
|