Home
last modified time | relevance | path

Searched refs:hpdelim2 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.h75 char *hpdelim2(char **, char *);
H A Dmisc.c687 hpdelim2(char **cp, char *delim) in hpdelim2() function
729 r = hpdelim2(cp, &delim); in hpdelim()
1017 if ((cp = hpdelim2(&tmp, &ch)) == NULL || *cp == '\0') in parse_uri()
H A Dauth-options.c289 host = hpdelim2(&cp, NULL); in handle_permit()
H A Dsession.c298 if ((host = hpdelim2(&cp, NULL)) == NULL) in set_fwdpermit_from_authopts()