Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.h66 int parse_user_host_port(const char *, char **, char **, int *);
Dreadconf.c2501 parse_user_host_port(cp, &user, &host, &port) != 0) in parse_jump()
2506 parse_user_host_port(cp, NULL, NULL, NULL) != 0) in parse_jump()
Dmisc.c733 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp) in parse_user_host_port() function
Dsftp.c2541 if (parse_user_host_port(*argv, &user, &host, NULL) in main()