Searched refs:M_CP_STRARRAYOPT (Results 1 - 4 of 4) sorted by relevance
/external/openssh/ |
H A D | servconf.h | 222 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \ 223 M_CP_STRARRAYOPT(allow_users, num_allow_users); \ 224 M_CP_STRARRAYOPT(deny_users, num_deny_users); \ 225 M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \ 226 M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \ 227 M_CP_STRARRAYOPT(accept_env, num_accept_env); \ 228 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
|
H A D | monitor_wrap.c | 290 #define M_CP_STRARRAYOPT(x, nx) do { \ macro 297 #undef M_CP_STRARRAYOPT macro
|
H A D | monitor.c | 837 #define M_CP_STRARRAYOPT(x, nx) do { \ macro 844 #undef M_CP_STRARRAYOPT macro
|
H A D | servconf.c | 1915 /* M_CP_STROPT and M_CP_STRARRAYOPT should not appear before here */ 1922 #define M_CP_STRARRAYOPT(n, num_n) do {\ macro 1945 #undef M_CP_STRARRAYOPT macro
|
Completed in 106 milliseconds