Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/postmulti/
H A Dpostmulti.c1210 VSTRING *multi_dirs; in export_helper_environment() local
1255 multi_dirs = vstring_alloc(100); in export_helper_environment()
1257 if (VSTRING_LEN(multi_dirs) > 0) in export_helper_environment()
1258 VSTRING_ADDCH(multi_dirs, ' '); in export_helper_environment()
1259 vstring_strcat(multi_dirs, RING_TO_INSTANCE(entry)->config_dir); in export_helper_environment()
1261 check_setenv(VAR_MULTI_CONF_DIRS, STR(multi_dirs)); in export_helper_environment()
1262 vstring_free(multi_dirs); in export_helper_environment()