Lines Matching refs:xstrdup
366 *namep = xstrdup(cname); in check_follow_cname()
404 *hostp = xstrdup(newname); in resolve_canonicalize()
531 saved_av[i] = xstrdup(av[i]); in main()
630 logfile = xstrdup(optarg); in main()
682 cp = xstrdup("1\n2"); in main()
684 cp = xstrdup("2"); in main()
717 options.pkcs11_provider = xstrdup(optarg); in main()
801 options.ciphers = xstrdup(optarg); in main()
813 options.ciphers = xstrdup("3des-cbc"); in main()
815 options.ciphers = xstrdup("blowfish-cbc"); in main()
817 options.ciphers = xstrdup(KEX_CLIENT_ENCRYPT); in main()
821 options.macs = xstrdup(optarg); in main()
889 line = xstrdup(optarg); in main()
902 options.control_path = xstrdup(optarg); in main()
920 p = xstrdup(*av); in main()
926 host = xstrdup(++cp); in main()
928 host = xstrdup(*av); in main()
940 host_arg = xstrdup(host); in main()
1014 options.hostname = xstrdup(host); in main()
1056 options.hostname = xstrdup(host); in main()
1118 options.user = xstrdup(pw->pw_name); in main()
1972 xstrdup(options.pkcs11_provider); /* XXX */ in load_public_identity_files()
1980 pwname = xstrdup(pw->pw_name); in load_public_identity_files()
1981 pwdir = xstrdup(pw->pw_dir); in load_public_identity_files()
2025 identity_files[n_ids] = xstrdup(filename); in load_public_identity_files()