Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_masquerade.c108 if (*var_masq_exceptions) { in cleanup_masquerade_external()
196 char *var_masq_exceptions; variable
208 var_masq_exceptions = argv[1]; in main()
211 var_masq_exceptions); in main()
H A Dcleanup_init.c137 char *var_masq_exceptions; /* users not masqueraded */ variable
219 VAR_MASQ_EXCEPTIONS, DEF_MASQ_EXCEPTIONS, &var_masq_exceptions, 0, 0,
402 if (*var_masq_exceptions) in cleanup_pre_jail()
405 var_masq_exceptions); in cleanup_pre_jail()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_params.h224 extern char *var_masq_exceptions;