Lines Matching refs:strdup
74 ocp = cp = strdup(s); in commasplit()
79 cp2 = strdup(cp2); in commasplit()
235 expected->var = strdup(val); \ in test_authkeys_parse()
240 expected->var = strdup(val); \ in test_authkeys_parse()
345 expected->force_command = strdup("foo"); in test_cert_parse()
354 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128"); in test_cert_parse()
486 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128"); in test_merge()
488 expected->required_from_host_keys = strdup("127.0.0.1"); in test_merge()
500 expected->required_from_host_keys = strdup("127.0.0.1"); in test_merge()
507 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128"); in test_merge()
514 expected->force_command = strdup("foo"); in test_merge()
526 expected->force_command = strdup("bar"); in test_merge()
533 expected->force_command = strdup("foo"); in test_merge()