Lines Matching refs:xstrdup
367 *namep = xstrdup(cname); in check_follow_cname()
405 *hostp = xstrdup(newname); in resolve_canonicalize()
532 saved_av[i] = xstrdup(av[i]); in main()
631 logfile = xstrdup(optarg); in main()
683 cp = xstrdup("1\n2"); in main()
685 cp = xstrdup("2"); in main()
718 options.pkcs11_provider = xstrdup(optarg); in main()
801 options.ciphers = xstrdup(optarg); in main()
822 options.macs = xstrdup(optarg); in main()
890 line = xstrdup(optarg); in main()
903 options.control_path = xstrdup(optarg); in main()
921 p = xstrdup(*av); in main()
927 host = xstrdup(++cp); in main()
929 host = xstrdup(*av); in main()
941 host_arg = xstrdup(host); in main()
1015 options.hostname = xstrdup(host); in main()
1057 options.hostname = xstrdup(host); in main()
1119 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()