Searched refs:parse_user_host_port (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | misc.h | 81 int parse_user_host_port(const char *, char **, char **, int *);
|
| D | readconf.c | 3536 parse_user_host_port(cp, &user, &host, &port) != 0)) in parse_jump() 3542 parse_user_host_port(cp, NULL, NULL, NULL) != 0)) in parse_jump()
|
| D | sftp.c | 2626 if (parse_user_host_port(*argv, &user, &host, NULL) in main()
|
| D | misc.c | 867 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp) in parse_user_host_port() function
|
| /netbsd/src/crypto/external/bsd/openssh/lib/ |
| D | ssh.expsym | 290 parse_user_host_port
|