Home
last modified time | relevance | path

Searched refs:CLEAR_ON_NONE (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dservconf.c470 #define CLEAR_ON_NONE(v) \ in fill_default_server_options() macro
477 CLEAR_ON_NONE(options->pid_file); in fill_default_server_options()
478 CLEAR_ON_NONE(options->xauth_location); in fill_default_server_options()
479 CLEAR_ON_NONE(options->banner); in fill_default_server_options()
480 CLEAR_ON_NONE(options->trusted_user_ca_keys); in fill_default_server_options()
481 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options()
482 CLEAR_ON_NONE(options->sk_provider); in fill_default_server_options()
483 CLEAR_ON_NONE(options->authorized_principals_file); in fill_default_server_options()
484 CLEAR_ON_NONE(options->adm_forced_command); in fill_default_server_options()
485 CLEAR_ON_NONE(options->chroot_directory); in fill_default_server_options()
[all …]
Dreadconf.c2243 #define CLEAR_ON_NONE(v) \ in fill_default_options() macro
2250 CLEAR_ON_NONE(options->local_command); in fill_default_options()
2251 CLEAR_ON_NONE(options->remote_command); in fill_default_options()
2252 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
2253 CLEAR_ON_NONE(options->control_path); in fill_default_options()
2254 CLEAR_ON_NONE(options->revoked_host_keys); in fill_default_options()
2255 CLEAR_ON_NONE(options->pkcs11_provider); in fill_default_options()
2256 CLEAR_ON_NONE(options->sk_provider); in fill_default_options()