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

/freebsd-current/crypto/openssh/
H A Dmatch.h23 char *match_list(const char *, const char *, u_int *);
H A Dmatch.c274 match_list(const char *client, const char *server, u_int *next) function
H A Dkex.c186 if ((cp = match_list(proposal, algs, NULL)) == NULL)
1046 char *name = match_list(client, server, NULL);
1068 char *name = match_list(client, server, NULL);
1086 char *name = match_list(client, server, NULL);
1113 k->name = match_list(client, server, NULL);
1132 k->hostkey_alg = match_list(client, server, NULL);
H A Dauth2-pubkeyfile.c155 if ((result = match_list(cert->principals[i],
H A Dsshconnect2.c1168 return match_list(sshkey_ssh_name(key),
1190 tmp = match_list(sshkey_sigalg_by_name(cp),
2325 if ((name = match_list(preferred, supported, &next)) == NULL) {
H A Dsftp-server.c202 ((result = match_list(h->name, request_denylist, NULL))) != NULL) {
208 ((result = match_list(h->name, request_allowlist, NULL))) != NULL) {
H A Dssh_namespace.h413 #define match_list Fssh_match_list macro
/freebsd-current/contrib/dialog/
H A Dfselect.c360 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) argument
389 match_list->data = matches;
390 match_list->length = (int) data_len;
394 free_match(MATCH * match_list) argument
396 free(match_list->data);
397 match_list->length = 0;
403 MATCH match_list; local
409 match(name, d_list, f_list, &match_list);
410 if (match_list.length == 0) {
411 free(match_list
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_match.c53 struct match_list { struct
101 struct match_list exclusions;
102 struct match_list inclusions;
131 struct match_list inclusion_unames;
132 struct match_list inclusion_gnames;
136 struct match_list *, int, const void *, int);
141 static int add_owner_name(struct archive_match *, struct match_list *,
143 static int add_pattern_mbs(struct archive_match *, struct match_list *,
145 static int add_pattern_wcs(struct archive_match *, struct match_list *,
157 static void match_list_add(struct match_list *, struc
[all...]

Completed in 258 milliseconds