Searched refs:cleanhostname (Results 1 – 11 of 11) sorted by relevance
594 host = cleanhostname(host); in toremote()601 host = cleanhostname(argv[i]); in toremote()608 host = cleanhostname(thost); in toremote()633 host = cleanhostname(host); in toremote()642 host = cleanhostname(argv[i]); in toremote()656 host = cleanhostname(thost); in toremote()707 host = cleanhostname(host); in tolocal()
29 char *cleanhostname(char *);
1416 fwd->listen_host = xstrdup(cleanhostname(fwdarg[0])); in parse_forward()1424 fwd->connect_host = xstrdup(cleanhostname(fwdarg[1])); in parse_forward()1429 fwd->listen_host = xstrdup(cleanhostname(fwdarg[0])); in parse_forward()1431 fwd->connect_host = xstrdup(cleanhostname(fwdarg[2])); in parse_forward()
343 host = cleanhostname(host); in auth_parse_options()
419 cleanhostname(char *host) in cleanhostname() function
833 p = cleanhostname(p); in process_server_config_line()1347 p = cleanhostname(p); in process_server_config_line()
918 cancel_host = cleanhostname(cancel_host); in process_cmdline()
2235 host = cleanhostname(host); in main()
24 char *cleanhostname(char *);
502 host = cleanhostname(host); in toremote()511 host = cleanhostname(argv[i]); in toremote()526 host = cleanhostname(thost); in toremote()575 host = cleanhostname(host); in tolocal()
106 cleanhostname(char *host) in cleanhostname() function