Searched refs:M_CP_STRARRAYOPT (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | servconf.h | 308 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files, 1);\ 309 M_CP_STRARRAYOPT(revoked_keys_files, \ 311 M_CP_STRARRAYOPT(allow_users, num_allow_users, 1); \ 312 M_CP_STRARRAYOPT(deny_users, num_deny_users, 1); \ 313 M_CP_STRARRAYOPT(allow_groups, num_allow_groups, 1); \ 314 M_CP_STRARRAYOPT(deny_groups, num_deny_groups, 1); \ 315 M_CP_STRARRAYOPT(accept_env, num_accept_env, 1); \ 316 M_CP_STRARRAYOPT(setenv, num_setenv, 1); \ 317 M_CP_STRARRAYOPT(auth_methods, num_auth_methods, 1); \ 318 M_CP_STRARRAYOPT(permitted_opens, num_permitted_opens, 1); \ [all …]
|
| H A D | monitor_wrap.c | 323 #define M_CP_STRARRAYOPT(x, nx, clobber) do { \ in mm_decode_activate_server_options() macro 335 #undef M_CP_STRARRAYOPT in mm_decode_activate_server_options() 345 #define M_CP_STRARRAYOPT(x, nx, clobber) do { \ in mm_decode_activate_server_options() macro 352 #undef M_CP_STRARRAYOPT in mm_decode_activate_server_options()
|
| H A D | monitor.c | 856 #define M_CP_STRARRAYOPT(x, nx, clobber) do { \ in mm_encode_server_options() macro 865 #undef M_CP_STRARRAYOPT in mm_encode_server_options()
|
| H A D | servconf.c | 3022 #define M_CP_STRARRAYOPT(s, num_s, clobber) do {\ in copy_set_server_options() macro 3067 #undef M_CP_STRARRAYOPT
|