| /src/external/ibm-public/postfix/dist/src/global/ |
| match_parent_style.h | 19 #include <match_list.h>
|
| domain_list.h | 19 #include <match_list.h> 24 #define DOMAIN_LIST MATCH_LIST
|
| namadr_list.h | 19 #include <match_list.h> 24 #define NAMADR_LIST MATCH_LIST
|
| string_list.h | 19 #include <match_list.h> 24 #define STRING_LIST MATCH_LIST
|
| addr_match_list.h | 19 #include <match_list.h> 24 #define ADDR_MATCH_LIST MATCH_LIST
|
| domain_list.c | 23 /* This is a convenience wrapper around the match_list module. 63 /* match_list(3) generic list matching 82 #include <match_list.h>
|
| namadr_list.c | 24 /* This is a convenience wrapper around the match_list module. 69 /* match_list(3) generic list matching 88 #include <match_list.h>
|
| string_list.c | 23 /* This is a convenience wrapper around the match_list module. 55 /* match_list(3) generic list matching 74 #include <match_list.h>
|
| addr_match_list.c | 23 /* This is a convenience wrapper around the match_list module. 61 /* match_list(3) generic list matching 80 #include <match_list.h>
|
| /src/crypto/external/bsd/openssh/dist/ |
| match.h | 24 char *match_list(const char *, const char *, u_int *);
|
| match.c | 271 match_list(const char *client, const char *server, u_int *next) function
|
| kex-names.c | 185 if ((cp = match_list(proposal, algs, NULL)) == NULL)
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| match_list.c | 1 /* $NetBSD: match_list.c,v 1.4 2026/05/09 18:49:22 christos Exp $ */ 5 /* match_list 3 9 /* #include <match_list.h> 11 /* MATCH_LIST *match_list_init(pname, flags, pattern_list, count, func,...) 19 /* MATCH_LIST *list; 23 /* MATCH_LIST *list; 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 [all...] |
| match_ops.c | 9 /* #include <match_list.h> 12 /* MATCH_LIST *list; 17 /* MATCH_LIST *list; 22 /* MATCH_LIST *list; 84 #include <match_list.h> 93 static int match_error(MATCH_LIST *list, const char *fmt,...) 115 int match_string(MATCH_LIST *list, const char *string, const char *pattern) 153 int match_hostname(MATCH_LIST *list, const char *name, const char *pattern) 223 int match_hostaddr(MATCH_LIST *list, const char *addr, const char *pattern)
|
| /src/external/gpl2/lvm2/dist/tools/ |
| lvm.c | 129 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;
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| complete.c | 1316 compute_lcd_of_matches (char **match_list, int matches, const char *text) 1334 match_list[0] = match_list[1]; 1335 match_list[1] = (char *)NULL; 1348 for (si = 0; (c1 = match_list[i][si]) && (c2 = match_list[i + 1][si]); si++) 1358 v1 = MBRTOWC (&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1); 1359 v2 = MBRTOWC (&wc2, match_list[i+1]+si, strlen (match_list[i+1]+si), &ps2) 2222 char **match_list; local [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| complete.c | 1316 compute_lcd_of_matches (char **match_list, int matches, const char *text) 1334 match_list[0] = match_list[1]; 1335 match_list[1] = (char *)NULL; 1348 for (si = 0; (c1 = match_list[i][si]) && (c2 = match_list[i + 1][si]); si++) 1358 v1 = MBRTOWC (&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1); 1359 v2 = MBRTOWC (&wc2, match_list[i+1]+si, strlen (match_list[i+1]+si), &ps2) 2222 char **match_list; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| completer.c | 2603 char **match_list = XNEWVEC (char *, 1 + element_count + 1); 2609 match_list[0] = xstrdup (m_lowest_common_denominator); 2611 match_list[0] 2628 match_list[0] = reconcat (match_list[0], match_list[0], buf, 2633 char *match = match_list[0]; 2642 match_list[1] = nullptr; 2644 return completion_result (match_list, 1, completion_suppress_append, 2653 : match_list (ml) 2602 char **match_list = XNEWVEC (char *, 1 + element_count + 1); local 2657 char **match_list; member in struct:list_builder [all...] |
| completer.h | 264 completion_result (char **match_list, size_t number_matches, 312 match_list[0] contains the common prefix. The real match list 314 one match, then match_list[1] is NULL. If there are no matches, 316 char **match_list; 317 /* The number of matched completions in MATCH_LIST. Does not
|
| /src/external/gpl3/gdb/dist/gdb/ |
| completer.c | 2603 char **match_list = XNEWVEC (char *, 1 + element_count + 1); 2609 match_list[0] = xstrdup (m_lowest_common_denominator); 2611 match_list[0] 2628 match_list[0] = reconcat (match_list[0], match_list[0], buf, 2633 char *match = match_list[0]; 2642 match_list[1] = nullptr; 2644 return completion_result (match_list, 1, completion_suppress_append, 2653 : match_list (ml) 2602 char **match_list = XNEWVEC (char *, 1 + element_count + 1); local 2657 char **match_list; member in struct:list_builder [all...] |
| completer.h | 264 completion_result (char **match_list, size_t number_matches, 312 match_list[0] contains the common prefix. The real match list 314 one match, then match_list[1] is NULL. If there are no matches, 316 char **match_list; 317 /* The number of matched completions in MATCH_LIST. Does not
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_match.c | 56 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 *, 161 static void match_list_add(struct match_list *, struct match *) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| options.exp | 678 set match_list $all_options 679 lappend match_list "off" "on" 682 "$cmd -bool " "" "" $match_list
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| options.exp | 694 set match_list $all_options 695 lappend match_list "off" "on" 698 "$cmd -bool " "" "" $match_list
|
| /src/external/ibm-public/postfix/lib/util/ |
| Makefile | 132 match_list.c \
|