Searched refs:match_list (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmatch_parent_style.h19 #include <match_list.h>
H A Ddomain_list.h19 #include <match_list.h>
H A Dnamadr_list.h19 #include <match_list.h>
H A Dstring_list.h19 #include <match_list.h>
H A Daddr_match_list.h19 #include <match_list.h>
H A Ddomain_list.c23 /* This is a convenience wrapper around the match_list module.
63 /* match_list(3) generic list matching
82 #include <match_list.h>
H A Dnamadr_list.c24 /* This is a convenience wrapper around the match_list module.
69 /* match_list(3) generic list matching
88 #include <match_list.h>
H A Dstring_list.c23 /* This is a convenience wrapper around the match_list module.
55 /* match_list(3) generic list matching
74 #include <match_list.h>
H A Daddr_match_list.c23 /* This is a convenience wrapper around the match_list module.
61 /* match_list(3) generic list matching
80 #include <match_list.h>
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dmatch.h24 char *match_list(const char *, const char *, u_int *);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmatch_list.c1 /* $NetBSD: match_list.c,v 1.3 2023/12/23 20:30:46 christos Exp $ */
5 /* match_list 3
9 /* #include <match_list.h>
76 /* Fatal error: unable to open or read a match_list file; invalid
77 /* match_list pattern; casefold error (UTF-8 mode only).
110 #include <match_list.h>
119 static ARGV *match_list_parse(MATCH_LIST *match_list, ARGV *pat_list, argument
136 * match_list initialization, and databases are supposed to fold case
151 match_list->pname)) != 0) {
156 msg_fatal("%s: no pattern after '!'", match_list
[all...]
H A Dmatch_ops.c9 /* #include <match_list.h>
84 #include <match_list.h>
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dlvm.c129 char **match_list = NULL; local
137 match_list = rl_completion_matches(text, _list_cmds);
140 match_list = rl_completion_matches(text, _list_args);
145 return match_list;
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dcomplete.c1301 compute_lcd_of_matches (char **match_list, int matches, const char *text) argument
1319 match_list[0] = match_list[1];
1320 match_list[1] = (char *)NULL;
1336 (c1 = _rl_to_lower(match_list[i][si])) &&
1337 (c2 = _rl_to_lower(match_list[i + 1][si]));
1342 v1 = mbrtowc(&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1);
1343 v2 = mbrtowc (&wc2, match_list[i+1]+si, strlen (match_list[
2172 char **match_list; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c1314 compute_lcd_of_matches (char **match_list, int matches, const char *text) argument
1332 match_list[0] = match_list[1];
1333 match_list[1] = (char *)NULL;
1346 for (si = 0; (c1 = match_list[i][si]) && (c2 = match_list[i + 1][si]); si++)
1356 v1 = mbrtowc(&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1);
1357 v2 = mbrtowc (&wc2, match_list[i+1]+si, strlen (match_list[
2204 char **match_list; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c2237 char **match_list = XNEWVEC (char *, 1 + element_count + 1);
2242 match_list[0]
2253 match_list[0] = reconcat (match_list[0], match_list[0],
2255 match_list[1] = NULL;
2262 || match_list[0][strlen (match_list[0]) - 1] == ' ');
2264 return completion_result (match_list, 1, completion_suppress_append);
2272 : match_list (m
2236 char **match_list = XNEWVEC (char *, 1 + element_count + 1); local
2276 char **match_list; member in struct:list_builder
[all...]
H A Dcompleter.h236 completion_result (char **match_list, size_t number_matches,
265 match_list[0] contains the common prefix. The real match list
267 one match, then match_list[1] is NULL. If there are no matches,
269 char **match_list; member in struct:completion_result
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c2132 char **match_list = XNEWVEC (char *, 1 + element_count + 1);
2137 match_list[0]
2148 match_list[0] = reconcat (match_list[0], match_list[0],
2150 match_list[1] = NULL;
2155 char *match = match_list[0];
2161 return completion_result (match_list, 1, completion_suppress_append);
2169 : match_list (ml),
2174 char **match_list;
2131 char **match_list = XNEWVEC (char *, 1 + element_count + 1); local
2173 char **match_list; member in struct:list_builder
[all...]
H A Dcompleter.h237 completion_result (char **match_list, size_t number_matches,
266 match_list[0] contains the common prefix. The real match list
268 one match, then match_list[1] is NULL. If there are no matches,
270 char **match_list; member in struct:completion_result
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_match.c54 struct match_list { struct
102 struct match_list exclusions;
103 struct match_list inclusions;
132 struct match_list inclusion_unames;
133 struct match_list inclusion_gnames;
137 struct match_list *, int, const void *, int);
142 static int add_owner_name(struct archive_match *, struct match_list *,
144 static int add_pattern_mbs(struct archive_match *, struct match_list *,
146 static int add_pattern_wcs(struct archive_match *, struct match_list *,
158 static void match_list_add(struct match_list *, struc
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A DMakefile.in89 postscreen.o: ../../include/match_list.h
113 postscreen_dict.o: ../../include/match_list.h
139 postscreen_dnsbl.o: ../../include/match_list.h
165 postscreen_early.o: ../../include/match_list.h
190 postscreen_endpt.o: ../../include/match_list.h
215 postscreen_expand.o: ../../include/match_list.h
240 postscreen_haproxy.o: ../../include/match_list.h
266 postscreen_misc.o: ../../include/match_list.h
293 postscreen_send.o: ../../include/match_list.h
325 postscreen_smtpd.o: ../../include/match_list
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Doptions.exp644 set match_list $all_options
645 lappend match_list "off" "on"
648 "$cmd -bool " "" "" $match_list
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Doptions.exp654 set match_list $all_options
655 lappend match_list "off" "on"
658 "$cmd -bool " "" "" $match_list
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A DMakefile.in115 smtp.o: ../../include/match_list.h
158 smtp_addr.o: ../../include/match_list.h
208 smtp_chat.o: ../../include/match_list.h
258 smtp_connect.o: ../../include/match_list.h
303 smtp_key.o: ../../include/match_list.h
341 smtp_map11.o: ../../include/match_list.h
381 smtp_misc.o: ../../include/match_list.h
433 smtp_proto.o: ../../include/match_list.h
488 smtp_rcpt.o: ../../include/match_list.h
527 smtp_reuse.o: ../../include/match_list
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/flush/
H A DMakefile.in80 flush.o: ../../include/match_list.h

Completed in 331 milliseconds

12