Lines Matching refs:xstrdup
327 pass = xstrdup(identity_passphrase); in load_identity()
1246 ohosts = hosts = xstrdup(l->hosts); in known_hosts_hash()
1461 old_passphrase = xstrdup(identity_passphrase); in do_change_passphrase()
1480 passphrase1 = xstrdup(identity_new_passphrase); in do_change_passphrase()
1575 passphrase = xstrdup(""); in do_change_comment()
1580 passphrase = xstrdup(identity_passphrase); in do_change_comment()
1582 passphrase = xstrdup(identity_new_passphrase); in do_change_comment()
1661 cert_ext[ncert_ext].key = xstrdup(key); in cert_ext_add()
1662 cert_ext[ncert_ext].val = value == NULL ? NULL : xstrdup(value); in cert_ext_add()
1867 otmp = tmp = xstrdup(cert_principals); in do_ca_sign()
1871 if (*(plist[n] = xstrdup(cp)) == '\0') in do_ca_sign()
1891 public->cert->key_id = xstrdup(cert_key_id); in do_ca_sign()
2012 from = xstrdup(timespec); in parse_cert_times()
2083 certflags_command = xstrdup(val); in add_cert_option()
2092 certflags_src_addr = xstrdup(val); in add_cert_option()
2095 val = xstrdup(strchr(opt, ':') + 1); in add_cert_option()
2325 path = xstrdup("(standard input)"); in update_krl_from_file()
2551 char *privpath = xstrdup(keypath); in load_sign_key()
2718 *hashalgp = xstrdup(opts[i] + 8); in sig_process_opts()
3067 checkpoint = xstrdup(opts[i]+11); in do_moduli_screen()
3144 return xstrdup(identity_passphrase); in private_key_passphrase()
3146 return xstrdup(identity_new_passphrase); in private_key_passphrase()
3165 ret = xstrdup(application + 6); in sk_suffix()
3167 ret = xstrdup(application + 4); in sk_suffix()
3169 ret = xstrdup(application); in sk_suffix()
3520 opts[nopts++] = xstrdup(optarg); in main()
3765 sk_device = xstrdup(opts[i] + 7); in main()
3864 sk_device = xstrdup(opts[i] + 7); in main()
3866 sk_user = xstrdup(opts[i] + 5); in main()
3879 sk_application = xstrdup(opts[i] + 12); in main()