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

  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_masquerade.c 108 if (*var_masq_exceptions) {
115 state->queue_id, VAR_MASQ_EXCEPTIONS);
196 char *var_masq_exceptions; variable
208 var_masq_exceptions = argv[1];
210 string_list_init(VAR_MASQ_EXCEPTIONS, MATCH_FLAG_RETURN,
211 var_masq_exceptions);
cleanup_init.c 142 char *var_masq_exceptions; /* users not masqueraded */ variable
236 VAR_MASQ_EXCEPTIONS, DEF_MASQ_EXCEPTIONS, &var_masq_exceptions, 0, 0,
426 if (*var_masq_exceptions)
428 string_list_init(VAR_MASQ_EXCEPTIONS, MATCH_FLAG_RETURN,
429 var_masq_exceptions);

Completed in 25 milliseconds