OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONF_ENV_PATH
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/postconf/
postconf_misc.c
72
if ((config_dir = safe_getenv(
CONF_ENV_PATH
)) != 0) {
postconf.c
909
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/postfix/
postfix.c
561
check_setenv(
CONF_ENV_PATH
, optarg);
572
force_single_instance = (getenv(
CONF_ENV_PATH
) != 0);
610
check_setenv(
CONF_ENV_PATH
, var_config_dir);/* mail_conf.h */
/src/external/ibm-public/postfix/dist/src/global/
test_main.c
151
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
mail_conf.c
195
* mechanisms set the
CONF_ENV_PATH
environment variable, even if the
211
if ((config_dir = getenv(
CONF_ENV_PATH
)) == 0)
mail_conf.h
24
#define
CONF_ENV_PATH
"MAIL_CONFIG" /* config database */
/src/external/ibm-public/postfix/dist/src/postkick/
postkick.c
176
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/postlock/
postlock.c
222
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/postlog/
postlog.c
310
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/master/
master.c
362
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/postmulti/
postmulti.c
1289
check_setenv(
CONF_ENV_PATH
, var_config_dir);
1495
check_setenv(
CONF_ENV_PATH
, ip->config_dir);
1780
if ((config_dir = getenv(
CONF_ENV_PATH
)) != 0
1783
CONF_ENV_PATH
, config_dir);
/src/external/ibm-public/postfix/dist/src/postqueue/
postqueue.c
620
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c
385
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/postcat/
postcat.c
517
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/postalias/
postalias.c
826
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/postmap/
postmap.c
1059
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/postsuper/
postsuper.c
1373
if (setenv(
CONF_ENV_PATH
, optarg, 1) < 0)
/src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c
1187
if (setenv(
CONF_ENV_PATH
, dir, 1) < 0)
Completed in 31 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026