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