Searched refs:parse_user_host_port (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/crypto/openssh/
H A Dssh_namespace.h499 #define parse_user_host_port Fssh_parse_user_host_port macro
H A Dreadconf.c2360 if (parse_user_host_port(cp, &user, &host, &port) != 0)
2364 if (parse_user_host_port(cp, NULL, NULL, NULL) != 0)
H A Dmisc.h56 int parse_user_host_port(const char *, char **, char **, int *);
H A Dmisc.c469 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp) function

Completed in 97 milliseconds