Searched refs:match_list (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/crypto/openssh/
H A Dsftp-server.c164 ((result = match_list(h->name, request_blacklist, NULL))) != NULL) {
170 ((result = match_list(h->name, request_whitelist, NULL))) != NULL) {
H A Dsshconnect2.c1934 if ((name = match_list(preferred, supported, &next)) == NULL) {
H A Dssh_namespace.h464 #define match_list Fssh_match_list macro
H A Dmatch.h22 char *match_list(const char *, const char *, u_int *);
H A Dmatch.c257 match_list(const char *client, const char *server, u_int *next) function
H A Dkex.c198 if ((m = match_list(ret, p, NULL)) != NULL) {
407 found = match_list("rsa-sha2-256", val, NULL);
412 found = match_list("rsa-sha2-512", val, NULL);
653 char *name = match_list(client, server, NULL);
674 char *name = match_list(client, server, NULL);
694 char *name = match_list(client, server, NULL);
717 k->name = match_list(client, server, NULL);
733 k->hostkey_alg = match_list(client, server, NULL);
800 ext = match_list("ext-info-c", peer[PROPOSAL_KEX_ALGS], NULL);
H A Dauth2-pubkey.c550 if ((result = match_list(cert->principals[i],
/freebsd-11-stable/contrib/libarchive/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...]
/freebsd-11-stable/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-11-stable/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...]

Completed in 221 milliseconds