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

/macosx-10.10/postfix-255/postfix/src/global/
H A Dmatch_parent_style.h17 #include <match_list.h>
H A Ddomain_list.h17 #include <match_list.h>
H A Dnamadr_list.h17 #include <match_list.h>
H A Dstring_list.h17 #include <match_list.h>
H A Daddr_match_list.h17 #include <match_list.h>
H A Ddomain_list.c20 /* This is a convenience wrapper around the match_list module.
59 /* match_list(3) generic list matching
78 #include <match_list.h>
H A Dnamadr_list.c21 /* This is a convenience wrapper around the match_list module.
65 /* match_list(3) generic list matching
84 #include <match_list.h>
H A Dstring_list.c20 /* This is a convenience wrapper around the match_list module.
51 /* match_list(3) generic list matching
70 #include <match_list.h>
H A Daddr_match_list.c20 /* This is a convenience wrapper around the match_list module.
57 /* match_list(3) generic list matching
76 #include <match_list.h>
/macosx-10.10/OpenSSH-189/openssh/
H A Dmatch.h22 char *match_list(const char *, const char *, u_int *);
H A Dkex.c306 char *name = match_list(client, server, NULL);
324 char *name = match_list(client, server, NULL);
341 char *name = match_list(client, server, NULL);
359 k->name = match_list(client, server, NULL);
401 char *hostkeyalg = match_list(client, server, NULL);
458 roaming = match_list(KEX_RESUME, peer[PROPOSAL_KEX_ALGS], NULL);
H A Dmatch.c241 match_list(const char *client, const char *server, u_int *next) function
H A Droaming_client.c191 || (str = match_list(KEX_RESUME, kexlist, NULL)) == NULL) {
H A Dauth2-pubkey.c195 if ((result = match_list(cert->principals[i],
H A Dsshconnect2.c2031 if ((name = match_list(preferred, supported, &next)) == NULL) {
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dfilecomplete.c265 char **match_list = NULL, *retstr, *prevstr; local
277 nmatch_list = realloc(match_list,
280 free(match_list);
283 match_list = nmatch_list;
286 match_list[++matches] = retstr;
289 if (!match_list)
292 /* find least denominator and insert it to match_list[0] */
294 prevstr = match_list[1];
298 prevstr[i] == match_list[which][i]; i++)
305 free(match_list);
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dfindcmd.c351 static char **match_list = NULL; local
358 if (match_list == 0)
361 match_list = strvec_create (match_list_size);
366 match_list[i] = 0;
373 match_list[0] = find_absolute_program (name, flags);
374 match_list[1] = (char *)NULL;
404 match_list = strvec_resize (match_list, (match_list_size + 1));
407 match_list[match_index++] = match;
408 match_list[match_inde
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dcomplete.c1042 compute_lcd_of_matches (match_list, matches, text)
1043 char **match_list;
1061 match_list[0] = match_list[1];
1062 match_list[1] = (char *)NULL;
1078 (c1 = _rl_to_lower(match_list[i][si])) &&
1079 (c2 = _rl_to_lower(match_list[i + 1][si]));
1084 v = mbrtowc (&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1);
1085 mbrtowc (&wc2, match_list[
1792 char **match_list; local
[all...]
/macosx-10.10/rsync-45/rsync/
H A Dtoken.c35 static char *match_list; local
41 if (!match_list) {
44 if (!(match_list = t = new_array(char, len + 2)))
60 if (t - match_list == 2 && match_list[0] == '*') {
61 t = match_list;
70 if (!*match_list)
76 for (s = match_list; *s; s += strlen(s) + 1) {
/macosx-10.10/ruby-106/ruby/ext/ripper/lib/ripper/
H A Dlexer.rb114 match_list(::Ripper.lex(str))
117 def match_list(tokens) method in class:Ripper
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmatch_list.c3 /* match_list 3
7 /* #include <match_list.h>
54 /* Fatal error: unable to open or read a match_list file; invalid
55 /* match_list pattern.
88 #include <match_list.h>
H A Dmatch_ops.c7 /* #include <match_list.h>
81 #include <match_list.h>
/macosx-10.10/cups-408/cups/systemv/
H A Dlpstat.c29 static int match_list(const char *list, const char *name);
584 * 'match_list()' - Match a name from a list of comma or space-separated names.
588 match_list(const char *list, /* I - List of names */ function
772 if (match_list(printers, printer))
1008 if (match_list(dests, printer))
1215 if (match_list(printers, printer))
1437 if (match_list(dests, dest) && match_list(users, username))
1688 if (match_list(printers, printer))

Completed in 185 milliseconds