Searched refs:mac_parse (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmac_parse.h1 /* $NetBSD: mac_parse.h,v 1.3 2022/10/08 16:12:50 christos Exp $ */
8 /* mac_parse 3h
12 /* #include <mac_parse.h>
35 extern int WARN_UNUSED_RESULT mac_parse(const char *, MAC_PARSE_FN, void *);
H A Dmac_expand.h20 #include <mac_parse.h>
H A Dmac_parse.c1 /* $NetBSD: mac_parse.c,v 1.2 2017/02/14 01:16:49 christos Exp $ */
5 /* mac_parse 3
9 /* #include <mac_parse.h>
11 /* int mac_parse(string, action, context)
21 /* mac_parse() breaks up its string argument into macro references
72 #include <mac_parse.h>
85 /* mac_parse - split string into literal text and macro references */
87 int mac_parse(const char *value, MAC_PARSE_FN action, void *context) function
89 const char *myname = "mac_parse";
194 mac_parse(vstring_st
[all...]
H A Dmac_expand.c149 /* mac_parse(3) locate macro references in string.
183 #include <mac_parse.h>
540 /* mac_expand_callback - callback for mac_parse */
634 * MAC_EXP_FLAG_SCAN to parse both result operands with mac_parse(),
637 * operands will be parsed with mac_parse(); syntax errors in the
650 mc->status |= mac_parse(res_iftrue, mac_expand_callback,
668 mc->status |= mac_parse(res_iffalse, mac_expand_callback,
681 mc->status |= mac_parse(vstring_str(buf), mac_expand_callback,
732 status = mac_parse(pattern, mac_expand_callback, (void *) &mc);
H A Ddict_regexp.c70 #include "mac_parse.h"
290 if (mac_parse(match_rule->replacement, dict_regexp_expand,
625 if (mac_parse(p, dict_regexp_prescan, (void *) &prescan_context)
H A DMakefile.in16 mac_parse.c make_dirs.c mask_addr.c match_list.c match_ops.c msg.c \
64 mac_parse.o make_dirs.o mask_addr.o match_list.o match_ops.o msg.o \
109 mac_parse.h make_dirs.h mask_addr.h match_list.h msg.h \
136 inet_addr_host inet_addr_local mac_parse make_dirs msg_syslog \
333 mac_parse: $(LIB)
1386 dict.o: mac_parse.h
1641 dict_pcre.o: mac_parse.h
1687 dict_regexp.o: mac_parse.h
2181 mac_expand.o: mac_parse.h
2190 mac_parse
[all...]
H A Ddict_pcre.c77 #include "mac_parse.h"
479 if (mac_parse(match_rule->replacement, dict_pcre_expand,
824 if (mac_parse(p, dict_pcre_prescan, (void *) &prescan_context)
/netbsd-current/external/ibm-public/postfix/dist/src/pipe/
H A DMakefile.in79 pipe.o: ../../include/mac_parse.h
H A Dpipe.c486 #include <mac_parse.h>
626 /* parse_callback - callback for mac_parse() */
732 if (mac_parse(*cpp, parse_callback, (void *) &state) & MAC_PARSE_ERROR)
/netbsd-current/external/ibm-public/postfix/dist/src/local/
H A Dcommand.c67 #include <mac_parse.h>
H A DMakefile.in159 command.o: ../../include/mac_parse.h
226 dotforward.o: ../../include/mac_parse.h
445 local_expand.o: ../../include/mac_parse.h
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile127 mac_parse.c \
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A DMakefile.in205 smtpd.o: ../../include/mac_parse.h
278 smtpd_chat.o: ../../include/mac_parse.h
334 smtpd_check.o: ../../include/mac_parse.h
400 smtpd_expand.o: ../../include/mac_parse.h
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in1105 postconf_dbms.o: ../../include/mac_parse.h
1151 postconf_lookup.o: ../../include/mac_parse.h
1169 postconf_main.o: ../../include/mac_parse.h
1318 postconf_user.o: ../../include/mac_parse.h
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A DMakefile.in289 postscreen_send.o: ../../include/mac_parse.h
/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A DMakefile.in594 bounce_template.o: ../../include/mac_parse.h
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A DMakefile.in980 compat_level.o: ../../include/mac_parse.h
2672 smtp_reply_footer.o: ../../include/mac_parse.h

Completed in 131 milliseconds