Home
last modified time | relevance | path

Searched refs:parse_user_host_path (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dmisc.h60 int parse_user_host_path(const char *, char **, char **, char **);
H A Dscp.c897 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 Dssh_namespace.h416 #define parse_user_host_path Fssh_parse_user_host_path macro
H A Dmisc.c575 parse_user_host_path(const char *s, char **userp, char **hostp, char **pathp) in parse_user_host_path() function
H A Dsftp.c2495 if (parse_user_host_path(*argv, &user, &host, in main()
H A DChangeLog4316 parse_user_host_path(). Noticed by markus@