Searched refs:parse_user_host_port (Results 1 – 3 of 3) sorted by relevance
80 int parse_user_host_port(const char *, char **, char **, int *);
846 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp) in parse_user_host_port() function
2625 if (parse_user_host_port(*argv, &user, &host, NULL) in main()