Searched refs:parse_user_host_path (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | misc.h | 60 int parse_user_host_path(const char *, char **, char **, char **);
|
| H A D | scp.c | 897 if (parse_user_host_path(argv[argc - 1], &tuser, &thost, in toremote() 921 parse_user_host_path(argv[i], &suser, &host, &src); in toremote() 1019 parse_user_host_path(argv[i], &suser, &host, &src); in tolocal()
|
| H A D | ssh_namespace.h | 416 #define parse_user_host_path Fssh_parse_user_host_path macro
|
| H A D | misc.c | 575 parse_user_host_path(const char *s, char **userp, char **hostp, char **pathp) in parse_user_host_path() function
|
| H A D | sftp.c | 2495 if (parse_user_host_path(*argv, &user, &host, in main()
|
| H A D | ChangeLog | 4316 parse_user_host_path(). Noticed by markus@
|