Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dservconf.h248 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
249 M_CP_STRARRAYOPT(allow_users, num_allow_users); \
250 M_CP_STRARRAYOPT(deny_users, num_deny_users); \
251 M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \
252 M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \
253 M_CP_STRARRAYOPT(accept_env, num_accept_env); \
254 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
255 M_CP_STRARRAYOPT(permitted_opens, num_permitted_opens); \
256 M_CP_STRARRAYOPT(permitted_listens, num_permitted_listens); \
H A Dmonitor_wrap.c358 #define M_CP_STRARRAYOPT(x, nx) do { \ in mm_getpwnamallow() macro
371 #undef M_CP_STRARRAYOPT in mm_getpwnamallow()
H A Dmonitor.c813 #define M_CP_STRARRAYOPT(x, nx) do { \ in mm_answer_pwnamallow() macro
823 #undef M_CP_STRARRAYOPT in mm_answer_pwnamallow()
H A Dservconf.c2330 #define M_CP_STRARRAYOPT(s, num_s) do {\ in copy_set_server_options() macro
2371 #undef M_CP_STRARRAYOPT