HomeSort by: relevance | last modified time | path
    Searched defs:check_setenv (Results 1 - 6 of 6) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postfix/
postfix.c 470 /* check_setenv - setenv() with extreme prejudice */
472 static void check_setenv(char *name, char *value) function
561 check_setenv(CONF_ENV_PATH, optarg);
564 check_setenv(CONF_ENV_DEBUG, "");
568 check_setenv(CONF_ENV_VERB, "");
609 check_setenv("PATH", ROOT_PATH); /* sys_defs.h */
610 check_setenv(CONF_ENV_PATH, var_config_dir);/* mail_conf.h */
612 check_setenv(VAR_COMMAND_DIR, var_command_dir); /* main.cf */
613 check_setenv(VAR_DAEMON_DIR, var_daemon_dir); /* main.cf */
614 check_setenv(VAR_DATA_DIR, var_data_dir); /* main.cf *
    [all...]
postfix.c 470 /* check_setenv - setenv() with extreme prejudice */
472 static void check_setenv(char *name, char *value) function
561 check_setenv(CONF_ENV_PATH, optarg);
564 check_setenv(CONF_ENV_DEBUG, "");
568 check_setenv(CONF_ENV_VERB, "");
609 check_setenv("PATH", ROOT_PATH); /* sys_defs.h */
610 check_setenv(CONF_ENV_PATH, var_config_dir);/* mail_conf.h */
612 check_setenv(VAR_COMMAND_DIR, var_command_dir); /* main.cf */
613 check_setenv(VAR_DAEMON_DIR, var_daemon_dir); /* main.cf */
614 check_setenv(VAR_DATA_DIR, var_data_dir); /* main.cf *
    [all...]
postfix.c 470 /* check_setenv - setenv() with extreme prejudice */
472 static void check_setenv(char *name, char *value) function
561 check_setenv(CONF_ENV_PATH, optarg);
564 check_setenv(CONF_ENV_DEBUG, "");
568 check_setenv(CONF_ENV_VERB, "");
609 check_setenv("PATH", ROOT_PATH); /* sys_defs.h */
610 check_setenv(CONF_ENV_PATH, var_config_dir);/* mail_conf.h */
612 check_setenv(VAR_COMMAND_DIR, var_command_dir); /* main.cf */
613 check_setenv(VAR_DAEMON_DIR, var_daemon_dir); /* main.cf */
614 check_setenv(VAR_DATA_DIR, var_data_dir); /* main.cf *
    [all...]
  /src/external/ibm-public/postfix/dist/src/postmulti/
postmulti.c 988 /* check_setenv - setenv() with extreme prejudice */
990 static void check_setenv(const char *name, const char *value) function
1005 * buffer after check_setenv(), since the value is copied there.
1010 check_setenv("PATH", cmd_path);
1289 check_setenv(CONF_ENV_PATH, var_config_dir);
1295 check_setenv(sp->param_name, sp->param_value[0]);
1300 check_setenv(VAR_CONFIG_DIR, target->config_dir);
1301 check_setenv(VAR_QUEUE_DIR, target->queue_dir);
1302 check_setenv(VAR_DATA_DIR, target->data_dir);
1316 check_setenv(VAR_MULTI_CONF_DIRS, STR(multi_dirs))
    [all...]
postmulti.c 988 /* check_setenv - setenv() with extreme prejudice */
990 static void check_setenv(const char *name, const char *value) function
1005 * buffer after check_setenv(), since the value is copied there.
1010 check_setenv("PATH", cmd_path);
1289 check_setenv(CONF_ENV_PATH, var_config_dir);
1295 check_setenv(sp->param_name, sp->param_value[0]);
1300 check_setenv(VAR_CONFIG_DIR, target->config_dir);
1301 check_setenv(VAR_QUEUE_DIR, target->queue_dir);
1302 check_setenv(VAR_DATA_DIR, target->data_dir);
1316 check_setenv(VAR_MULTI_CONF_DIRS, STR(multi_dirs))
    [all...]
postmulti.c 988 /* check_setenv - setenv() with extreme prejudice */
990 static void check_setenv(const char *name, const char *value) function
1005 * buffer after check_setenv(), since the value is copied there.
1010 check_setenv("PATH", cmd_path);
1289 check_setenv(CONF_ENV_PATH, var_config_dir);
1295 check_setenv(sp->param_name, sp->param_value[0]);
1300 check_setenv(VAR_CONFIG_DIR, target->config_dir);
1301 check_setenv(VAR_QUEUE_DIR, target->queue_dir);
1302 check_setenv(VAR_DATA_DIR, target->data_dir);
1316 check_setenv(VAR_MULTI_CONF_DIRS, STR(multi_dirs))
    [all...]

Completed in 95 milliseconds