Searched refs:M_CP_STRARRAYOPT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | servconf.h | 286 M_CP_STRARRAYOPT(allow_users, num_allow_users); \ 287 M_CP_STRARRAYOPT(deny_users, num_deny_users); \ 288 M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \ 289 M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \ 290 M_CP_STRARRAYOPT(accept_env, num_accept_env); \ 291 M_CP_STRARRAYOPT(setenv, num_setenv); \ 292 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \ 296 M_CP_STRARRAYOPT(log_verbose, num_log_verbose); \ 297 M_CP_STRARRAYOPT(subsystem_name, num_subsystems); \ 298 M_CP_STRARRAYOPT(subsystem_command, num_subsystems); \ [all …]
|
| H A D | monitor_wrap.c | 322 #define M_CP_STRARRAYOPT(x, nx) do { \ in mm_getpwnamallow() macro 334 #undef M_CP_STRARRAYOPT in mm_getpwnamallow()
|
| H A D | monitor.c | 777 #define M_CP_STRARRAYOPT(x, nx) do { \ in mm_answer_pwnamallow() macro 786 #undef M_CP_STRARRAYOPT in mm_answer_pwnamallow()
|
| H A D | servconf.c | 2847 #define M_CP_STRARRAYOPT(s, num_s) do {\ in copy_set_server_options() macro 2891 #undef M_CP_STRARRAYOPT
|