Searched refs:M_CP_STRARRAYOPT (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | servconf.h | 301 M_CP_STRARRAYOPT(allow_users, num_allow_users); \ 302 M_CP_STRARRAYOPT(deny_users, num_deny_users); \ 303 M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \ 304 M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \ 305 M_CP_STRARRAYOPT(accept_env, num_accept_env); \ 306 M_CP_STRARRAYOPT(setenv, num_setenv); \ 307 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \ 311 M_CP_STRARRAYOPT(log_verbose, num_log_verbose); \ 312 M_CP_STRARRAYOPT(subsystem_name, num_subsystems); \ 313 M_CP_STRARRAYOPT(subsystem_command, num_subsystems); \ [all …]
|
H A D | monitor_wrap.c | 299 #define M_CP_STRARRAYOPT(x, nx) do { \ in mm_decode_activate_server_options() macro 311 #undef M_CP_STRARRAYOPT in mm_decode_activate_server_options()
|
H A D | monitor.c | 751 #define M_CP_STRARRAYOPT(x, nx) do { \ in mm_encode_server_options() macro 760 #undef M_CP_STRARRAYOPT in mm_encode_server_options()
|
H A D | servconf.c | 2877 #define M_CP_STRARRAYOPT(s, num_s) do {\ in copy_set_server_options() macro 2921 #undef M_CP_STRARRAYOPT
|