Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmisc.h75 char *hpdelim2(char **, char *);
H A Dmisc.c747 hpdelim2(char **cp, char *delim) in hpdelim2() function
789 r = hpdelim2(cp, &delim); in hpdelim()
1077 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 Dssh_namespace.h315 #define hpdelim2 Fssh_hpdelim2 macro
H A Dsession.c316 if ((host = hpdelim2(&cp, NULL)) == NULL) in set_fwdpermit_from_authopts()