Home
last modified time | relevance | path

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

/external/openssh/
Dscp.c594 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()
Dmisc.h29 char *cleanhostname(char *);
Dreadconf.c1416 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()
Dauth-options.c343 host = cleanhostname(host); in auth_parse_options()
Dmisc.c419 cleanhostname(char *host) in cleanhostname() function
Dservconf.c833 p = cleanhostname(p); in process_server_config_line()
1347 p = cleanhostname(p); in process_server_config_line()
Dclientloop.c918 cancel_host = cleanhostname(cancel_host); in process_cmdline()
Dsftp.c2235 host = cleanhostname(host); in main()
/external/dropbear/
Dscpmisc.h24 char *cleanhostname(char *);
Dscp.c502 host = cleanhostname(host); in toremote()
511 host = cleanhostname(argv[i]); in toremote()
526 host = cleanhostname(thost); in toremote()
575 host = cleanhostname(host); in tolocal()
Dscpmisc.c106 cleanhostname(char *host) in cleanhostname() function