Searched refs:oavail (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dssh_api.c483 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; local
492 if ((oavail = avail = strdup(orig)) == NULL) {
525 free(oavail);
H A Dsshconnect2.c105 char *oavail, *avail, *first, *last, *alg, *hostname, *ret; local
119 oavail = avail = xstrdup(KEX_DEFAULT_PK_ALG);
150 free(oavail);

Completed in 101 milliseconds