Searched refs:M_CP_STRARRAYOPT (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | servconf.h | 305 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \ 306 M_CP_STRARRAYOPT(allow_users, num_allow_users); \ 307 M_CP_STRARRAYOPT(deny_users, num_deny_users); \ 308 M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \ 309 M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \ 310 M_CP_STRARRAYOPT(accept_env, num_accept_env); \ 311 M_CP_STRARRAYOPT(setenv, num_setenv); \ 312 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \ 313 M_CP_STRARRAYOPT(permitted_opens, num_permitted_opens); \ 314 M_CP_STRARRAYOPT(permitted_listens, num_permitted_listens); \ [all …]
|
H A D | monitor_wrap.c | 313 #define M_CP_STRARRAYOPT(x, nx) do { \ in mm_decode_activate_server_options() macro 325 #undef M_CP_STRARRAYOPT in mm_decode_activate_server_options()
|
H A D | monitor.c | 730 #define M_CP_STRARRAYOPT(x, nx) do { \ in mm_encode_server_options() macro 739 #undef M_CP_STRARRAYOPT in mm_encode_server_options()
|
H A D | servconf.c | 2967 #define M_CP_STRARRAYOPT(s, num_s) do {\ in copy_set_server_options() macro 3011 #undef M_CP_STRARRAYOPT
|