HomeSort by: relevance | last modified time | path
    Searched refs:M_CP_STROPT (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
servconf.h 313 M_CP_STROPT(banner); \
314 M_CP_STROPT(trusted_user_ca_keys); \
315 M_CP_STROPT(authorized_keys_command); \
316 M_CP_STROPT(authorized_keys_command_user); \
317 M_CP_STROPT(authorized_principals_file); \
318 M_CP_STROPT(authorized_principals_command); \
319 M_CP_STROPT(authorized_principals_command_user); \
320 M_CP_STROPT(hostbased_accepted_algos); \
321 M_CP_STROPT(pubkey_accepted_algos); \
322 M_CP_STROPT(ca_sign_algorithms);
    [all...]
monitor_wrap.c 324 #define M_CP_STROPT(x) do { \
340 #undef M_CP_STROPT
350 #define M_CP_STROPT(x) free(newopts->x)
357 #undef M_CP_STROPT
monitor.c 838 #define M_CP_STROPT(x) do { \
851 #undef M_CP_STROPT
servconf.c 3289 /* M_CP_STROPT and M_CP_STRARRAYOPT should not appear before here */
3290 #define M_CP_STROPT(n) do {\
3324 M_CP_STROPT(adm_forced_command);
3329 M_CP_STROPT(chroot_directory);
3340 #undef M_CP_STROPT

Completed in 20 milliseconds