Searched refs:parse_user_host_port (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | misc.h | 80 int parse_user_host_port(const char *, char **, char **, int *);
|
H A D | ssh_namespace.h | 480 #define parse_user_host_port Fssh_parse_user_host_port macro
|
H A D | readconf.c | 3329 parse_user_host_port(cp, &user, &host, &port) != 0)) in parse_jump() 3335 parse_user_host_port(cp, NULL, NULL, NULL) != 0)) in parse_jump()
|
H A D | sftp.c | 2629 if (parse_user_host_port(*argv, &user, &host, NULL) in main()
|
H A D | misc.c | 906 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp) in parse_user_host_port() function
|