Home
last modified time | relevance | path

Searched refs:new_string_array (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/servconf/
H A Dtests.c50 new_string_array(u_int n) in new_string_array() function
86 o->authorized_keys_files = new_string_array(o->num_authkeys_files); in set_test_options()
92 o->log_verbose = new_string_array(o->num_log_verbose); in set_test_options()
100 o->host_key_files = new_string_array(o->num_host_key_files); in set_test_options()
119 o->subsystem_name = new_string_array(o->num_subsystems); in set_test_options()
120 o->subsystem_command = new_string_array(o->num_subsystems); in set_test_options()
121 o->subsystem_args = new_string_array(o->num_subsystems); in set_test_options()