Searched refs:match_list (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypmatch.c | 61 static bool match_list(); 118 if (!match_list()) 224 match_list() in match_list() function
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | kex.c | 320 *lang = match_list(client, server, NULL); in choose_lang() 352 char *name = match_list(client, server, NULL); in choose_enc() 375 char *name = match_list(client, server, NULL); in choose_mac() 392 char *name = match_list(client, server, NULL); in choose_comp() 408 k->name = match_list(client, server, NULL); in choose_kex() 428 char *hostkeyalg = match_list(client, server, NULL); in choose_hostkeyalg()
|
H A D | match.c | 234 match_list(const char *client, const char *server, u_int *next) in match_list() function
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | match.h | 28 char *match_list(const char *, const char *, u_int *);
|
/titanic_41/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 150 static Alist *match_list; variable 226 rec = alist_append(&match_list, NULL, sizeof (match_rec_t), in add_match_record() 348 if (alist_nitems(match_list) == 0) in match() 352 for (ALIST_TRAVERSE(match_list, _idx, rec)) { in match() 630 (alist_nitems(match_list) != 0) || in gvers_need() 903 if ((alist_nitems(match_list) == 0) && in gvers_def() 981 if (alist_nitems(match_list) != 0) { in gvers_def()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect2.c | 1647 if ((name = match_list(preferred, supported, &next)) == NULL) { in authmethod_get()
|