Home
last modified time | relevance | path

Searched refs:parse_user_host_port (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dmisc.h56 int parse_user_host_port(const char *, char **, char **, int *);
Dmisc.c468 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp) in parse_user_host_port() function
Dreadconf.c2324 if (parse_user_host_port(cp, &user, &host, &port) != 0) in parse_jump()
2328 if (parse_user_host_port(cp, NULL, NULL, NULL) != 0) in parse_jump()