Home
last modified time | relevance | path

Searched refs:match_list (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/ypcmd/
H A Dypmatch.c61 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 Dkex.c320 *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 Dmatch.c234 match_list(const char *client, const char *server, u_int *next) in match_list() function
/titanic_41/usr/src/cmd/ssh/include/
H A Dmatch.h28 char *match_list(const char *, const char *, u_int *);
/titanic_41/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c150 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 Dsshconnect2.c1647 if ((name = match_list(preferred, supported, &next)) == NULL) { in authmethod_get()