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

/freebsd-10.0-release/crypto/openssh/
H A Dmatch.h22 char *match_list(const char *, const char *, u_int *);
H A Dkex.c349 char *name = match_list(client, server, NULL);
367 char *name = match_list(client, server, NULL);
384 char *name = match_list(client, server, NULL);
404 k->name = match_list(client, server, NULL);
417 char *hostkeyalg = match_list(client, server, NULL);
477 roaming = match_list(KEX_RESUME, peer[PROPOSAL_KEX_ALGS], NULL);
H A Dmatch.c242 match_list(const char *client, const char *server, u_int *next) function
H A Droaming_client.c186 || (str = match_list(KEX_RESUME, kexlist, NULL)) == NULL) {
H A Dauth2-pubkey.c235 if ((result = match_list(cert->principals[i],
H A Dssh_namespace.h329 #define match_list ssh_match_list macro
H A Dsshconnect2.c1940 if ((name = match_list(preferred, supported, &next)) == NULL) {
/freebsd-10.0-release/contrib/libreadline/
H A Dcomplete.c1043 compute_lcd_of_matches (match_list, matches, text)
1044 char **match_list;
1062 match_list[0] = match_list[1];
1063 match_list[1] = (char *)NULL;
1079 (c1 = _rl_to_lower(match_list[i][si])) &&
1080 (c2 = _rl_to_lower(match_list[i + 1][si]));
1085 v = mbrtowc (&wc1, match_list[i]+si, strlen (match_list[i]+si), &ps1);
1086 mbrtowc (&wc2, match_list[
1793 char **match_list; local
[all...]
/freebsd-10.0-release/contrib/dialog/
H A Dfselect.c353 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) argument
371 match_list->data = matches;
372 match_list->length = (int) data_len;
376 free_match(MATCH * match_list) argument
378 free(match_list->data);
379 match_list->length = 0;
385 MATCH match_list; local
392 match(name, d_list, f_list, &match_list);
393 if (match_list.length == 0) {
398 test = match_list
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_match.c53 struct match_list { struct
98 struct match_list exclusions;
99 struct match_list inclusions;
128 struct match_list inclusion_unames;
129 struct match_list inclusion_gnames;
133 struct match_list *, int, const void *, int);
138 static int add_owner_name(struct archive_match *, struct match_list *,
140 static int add_pattern_mbs(struct archive_match *, struct match_list *,
142 static int add_pattern_wcs(struct archive_match *, struct match_list *,
154 static void match_list_add(struct match_list *, struc
[all...]

Completed in 94 milliseconds