Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.h63 char *cleanhostname(char *);
Dmisc.c623 cleanhostname(char *host) in cleanhostname() function
694 host = xstrdup(cleanhostname(tmp)); in parse_user_host_path()
698 host = xstrdup(cleanhostname(sdup)); in parse_user_host_path()
760 host = xstrdup(cleanhostname(cp)); in parse_user_host_port()
903 host = xstrdup(cleanhostname(cp)); in parse_uri()
Dservconf.c943 host = cleanhostname(host); in process_permitopen_list()
1377 p = cleanhostname(p); in process_server_config_line_depth()
2122 p = cleanhostname(p); in process_server_config_line_depth()
Dsession.c309 host = cleanhostname(host); in set_fwdpermit_from_authopts()
325 host = cleanhostname(host); in set_fwdpermit_from_authopts()
Dsftp.c2546 host = cleanhostname(host); in main()