HomeSort by: relevance | last modified time | path
    Searched refs:mac_expand (Results 1 - 18 of 18) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
smtp_reply_footer.h 20 #include <mac_expand.h>
compat_level.c 72 /* compat_level_relop_register() registers a mac_expand() callback
109 #include <mac_expand.h>
265 /* compat_relop_eval - mac_expand callback */
383 stat = mac_expand(result, vstring_str(buf), MAC_EXP_FLAG_NONE,
smtp_reply_footer.c 53 /* mac_expand(3) macro expansion
159 * XXX mac_expand() has no template length argument, so we must
190 mac_expand_error = (mac_expand(buffer, cp, MAC_EXP_FLAG_APPEND, filter,
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_expand.h 18 #include <mac_expand.h>
smtpd_expand.c 35 /* mac_expand().
66 #include <mac_expand.h>
247 return (mac_expand(result, template, flags, STR(smtpd_expand_filter),
smtpd_check.c 223 #include <mac_expand.h>
3606 if (mac_expand(why, template, MAC_EXP_FLAG_NONE,
  /src/external/ibm-public/postfix/dist/src/util/
mac_expand.h 1 /* $NetBSD: mac_expand.h,v 1.6 2026/05/09 18:49:22 christos Exp $ */
8 /* mac_expand 3h
12 /* #include <mac_expand.h>
70 #define mac_expand(res, pat, flags, filter, lookup, ctx) \ macro
mac_midna.c 7 /* IDNA-based mac_expand() plugin
14 /* domain_to_utf8{} caller-defined functions for mac_expand().
34 #include <mac_expand.h>
mac_expand.c 1 /* $NetBSD: mac_expand.c,v 1.5 2026/05/09 18:49:22 christos Exp $ */
5 /* mac_expand 3
9 /* #include <mac_expand.h>
21 /* int mac_expand(result, pattern, flags, filter, lookup, context)
134 /* and the caller context that was given to mac_expand(). A null
140 /* to mac_expand(). Specify null to disable this feature.
177 /* The mac_expand() result value is the binary OR of zero or more
223 #include <mac_expand.h>
531 mac_expand(left_op_buf = vstring_alloc(100), left_op_strval,
534 mac_expand(rite_op_buf = vstring_alloc(100), rite_op_strval
849 #undef mac_expand macro
855 int mac_expand(VSTRING *result, const char *pattern, int flags, function
    [all...]
dict.c 288 #include "mac_expand.h"
601 status = mac_expand(buf, value,
  /src/external/ibm-public/postfix/dist/src/local/
local_expand.c 77 /* mac_expand(3) macro expansion
97 #include <mac_expand.h>
113 /* local_expand_lookup - mac_expand() lookup routine */
179 expand_status = mac_expand(result, pattern, MAC_EXP_FLAG_NONE,
dotforward.c 73 #include <mac_expand.h>
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_lookup.c 97 #include <mac_expand.h>
postconf_main.c 92 #include <mac_expand.h>
postconf_user.c 77 #include <mac_expand.h>
114 (void) mac_expand(NO_SCAN_RESULT, (value), MAC_EXP_FLAG_SCAN, \
208 /* pcf_flag_user_parameter_wrapper - mac_expand call-back helper */
postconf_dbms.c 70 #include <mac_expand.h>
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_template.c 122 #include <mac_expand.h>
518 stat = mac_expand(buf, *cpp, MAC_EXP_FLAG_PRINTABLE, (char *) 0,
  /src/external/ibm-public/postfix/lib/util/
Makefile 127 mac_expand.c \

Completed in 29 milliseconds