Searched refs:parse_user_host_port (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmisc.h52 int parse_user_host_port(const char *, char **, char **, int *);
H A Dssh_namespace.h504 #define parse_user_host_port Fssh_parse_user_host_port macro
H A Dmisc.c463 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp) function
H A Dreadconf.c2350 if (parse_user_host_port(cp, &user, &host, &port) != 0)
2354 if (parse_user_host_port(cp, NULL, NULL, NULL) != 0)

Completed in 174 milliseconds