HomeSort by relevance Sort by last modified time
    Searched refs:oavail (Results 1 - 2 of 2) sorted by null

  /external/openssh/
ssh_api.c 487 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; local
496 if ((oavail = avail = strdup(orig)) == NULL) {
529 free(oavail);
sshconnect2.c 106 char *oavail, *avail, *first, *last, *alg, *hostname, *ret; local
120 oavail = avail = xstrdup(KEX_DEFAULT_PK_ALG);
151 free(oavail);
    [all...]

Completed in 52 milliseconds