Home
last modified time | relevance | path

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

/external/openssh/
Dscp.c626 host = cleanhostname(host); in toremote()
633 host = cleanhostname(argv[i]); in toremote()
641 host = cleanhostname(thost); in toremote()
667 host = cleanhostname(host); in toremote()
676 host = cleanhostname(argv[i]); in toremote()
691 host = cleanhostname(thost); in toremote()
742 host = cleanhostname(host); in tolocal()
Dmisc.h54 char *cleanhostname(char *);
Dmisc.c427 cleanhostname(char *host) in cleanhostname() function
495 host = xstrdup(cleanhostname(cp)); in parse_user_host_port()
Dauth-options.c372 host = cleanhostname(host); in auth_parse_options()
Dservconf.c1066 p = cleanhostname(p); in process_server_config_line()
1656 p = cleanhostname(p); in process_server_config_line()
Dsftp.c2425 host = cleanhostname(host); in main()