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

/freebsd-9.3-release/contrib/dialog/
H A Dfselect.c351 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) argument
369 match_list->data = matches;
370 match_list->length = (int) data_len;
374 free_match(MATCH * match_list) argument
376 free(match_list->data);
377 match_list->length = 0;
383 MATCH match_list; local
390 match(name, d_list, f_list, &match_list);
391 if (match_list.length == 0) {
396 test = match_list
[all...]
/freebsd-9.3-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-9.3-release/crypto/openssh/
H A Dauth2-pubkey.c241 if ((result = match_list(cert->principals[i],
H A Dkex.c360 char *name = match_list(client, server, NULL);
378 char *name = match_list(client, server, NULL);
395 char *name = match_list(client, server, NULL);
415 k->name = match_list(client, server, NULL);
428 char *hostkeyalg = match_list(client, server, NULL);
488 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 Dmatch.h22 char *match_list(const char *, const char *, u_int *);
H A Droaming_client.c184 || (str = match_list(KEX_RESUME, kexlist, NULL)) == NULL) {
H A Dsftp-server.c170 ((result = match_list(h->name, request_blacklist, NULL))) != NULL) {
176 ((result = match_list(h->name, request_whitelist, NULL))) != NULL) {
H A Dssh_namespace.h410 #define match_list ssh_match_list macro
H A Dsshconnect2.c1668 if ((name = match_list(preferred, supported, &next)) == NULL) {

Completed in 277 milliseconds