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

  /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_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...]

Completed in 16 milliseconds