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

  /src/external/ibm-public/postfix/dist/src/postfix/
postfix.c 462 /* check_setenv - setenv() with extreme prejudice */
464 static void check_setenv(char *name, char *value) function
553 check_setenv(CONF_ENV_PATH, optarg);
556 check_setenv(CONF_ENV_DEBUG, "");
560 check_setenv(CONF_ENV_VERB, "");
601 check_setenv("PATH", ROOT_PATH); /* sys_defs.h */
602 check_setenv(CONF_ENV_PATH, var_config_dir);/* mail_conf.h */
604 check_setenv(VAR_COMMAND_DIR, var_command_dir); /* main.cf */
605 check_setenv(VAR_DAEMON_DIR, var_daemon_dir); /* main.cf */
606 check_setenv(VAR_DATA_DIR, var_data_dir); /* main.cf *
    [all...]
postfix.c 462 /* check_setenv - setenv() with extreme prejudice */
464 static void check_setenv(char *name, char *value) function
553 check_setenv(CONF_ENV_PATH, optarg);
556 check_setenv(CONF_ENV_DEBUG, "");
560 check_setenv(CONF_ENV_VERB, "");
601 check_setenv("PATH", ROOT_PATH); /* sys_defs.h */
602 check_setenv(CONF_ENV_PATH, var_config_dir);/* mail_conf.h */
604 check_setenv(VAR_COMMAND_DIR, var_command_dir); /* main.cf */
605 check_setenv(VAR_DAEMON_DIR, var_daemon_dir); /* main.cf */
606 check_setenv(VAR_DATA_DIR, var_data_dir); /* main.cf *
    [all...]
  /src/external/ibm-public/postfix/dist/src/postmulti/
postmulti.c 935 /* check_setenv - setenv() with extreme prejudice */
937 static void check_setenv(const char *name, const char *value) function
952 * buffer after check_setenv(), since the value is copied there.
957 check_setenv("PATH", cmd_path);
1236 check_setenv(CONF_ENV_PATH, var_config_dir);
1242 check_setenv(sp->param_name, sp->param_value[0]);
1247 check_setenv(VAR_CONFIG_DIR, target->config_dir);
1248 check_setenv(VAR_QUEUE_DIR, target->queue_dir);
1249 check_setenv(VAR_DATA_DIR, target->data_dir);
1263 check_setenv(VAR_MULTI_CONF_DIRS, STR(multi_dirs))
    [all...]
postmulti.c 935 /* check_setenv - setenv() with extreme prejudice */
937 static void check_setenv(const char *name, const char *value) function
952 * buffer after check_setenv(), since the value is copied there.
957 check_setenv("PATH", cmd_path);
1236 check_setenv(CONF_ENV_PATH, var_config_dir);
1242 check_setenv(sp->param_name, sp->param_value[0]);
1247 check_setenv(VAR_CONFIG_DIR, target->config_dir);
1248 check_setenv(VAR_QUEUE_DIR, target->queue_dir);
1249 check_setenv(VAR_DATA_DIR, target->data_dir);
1263 check_setenv(VAR_MULTI_CONF_DIRS, STR(multi_dirs))
    [all...]

Completed in 28 milliseconds