Searched refs:parse_user_host_port (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | misc.h | 66 int parse_user_host_port(const char *, char **, char **, int *);
|
D | readconf.c | 2501 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()
|
D | misc.c | 733 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp) in parse_user_host_port() function
|
D | sftp.c | 2541 if (parse_user_host_port(*argv, &user, &host, NULL) in main()
|