Lines Matching refs:xstrdup
358 *namep = xstrdup(cname); in check_follow_cname()
398 *hostp = xstrdup(newname); in resolve_canonicalize()
406 fullhost = xstrdup(*hostp); in resolve_canonicalize()
539 saved_av[i] = xstrdup(av[i]); in main()
694 cp = xstrdup("1\n2"); in main()
696 cp = xstrdup("2"); in main()
731 options.pkcs11_provider = xstrdup(optarg); in main()
743 options.proxy_command = xstrdup("none"); in main()
825 options.ciphers = xstrdup(optarg); in main()
837 options.ciphers = xstrdup("3des-cbc"); in main()
839 options.ciphers = xstrdup("blowfish-cbc"); in main()
841 options.ciphers = xstrdup(KEX_CLIENT_ENCRYPT); in main()
846 options.macs = xstrdup(optarg); in main()
914 line = xstrdup(optarg); in main()
926 options.control_path = xstrdup(optarg); in main()
944 p = xstrdup(*av); in main()
950 host = xstrdup(++cp); in main()
952 host = xstrdup(*av); in main()
964 host_arg = xstrdup(host); in main()
1036 options.hostname = xstrdup(host); in main()
1079 options.hostname = xstrdup(host); in main()
1179 options.user = xstrdup(pw->pw_name); in main()
2074 xstrdup(options.pkcs11_provider); /* XXX */ in load_public_identity_files()
2082 pwname = xstrdup(pw->pw_name); in load_public_identity_files()
2083 pwdir = xstrdup(pw->pw_dir); in load_public_identity_files()
2132 identity_files[n_ids] = xstrdup(filename); in load_public_identity_files()