Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/
H A Dservconf.c467 #define CLEAR_ON_NONE(v) \ in fill_default_server_options() macro
484 CLEAR_ON_NONE(options->pid_file); in fill_default_server_options()
485 CLEAR_ON_NONE(options->xauth_location); in fill_default_server_options()
486 CLEAR_ON_NONE(options->banner); in fill_default_server_options()
487 CLEAR_ON_NONE(options->trusted_user_ca_keys); in fill_default_server_options()
488 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options()
489 CLEAR_ON_NONE(options->sk_provider); in fill_default_server_options()
490 CLEAR_ON_NONE(options->authorized_principals_file); in fill_default_server_options()
491 CLEAR_ON_NONE(options->adm_forced_command); in fill_default_server_options()
492 CLEAR_ON_NONE(options->chroot_directory); in fill_default_server_options()
[all …]
H A Dreadconf.c2882 #define CLEAR_ON_NONE(v) \ in fill_default_options() macro
2899 CLEAR_ON_NONE(options->local_command); in fill_default_options()
2900 CLEAR_ON_NONE(options->remote_command); in fill_default_options()
2901 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
2902 CLEAR_ON_NONE(options->control_path); in fill_default_options()
2903 CLEAR_ON_NONE(options->revoked_host_keys); in fill_default_options()
2904 CLEAR_ON_NONE(options->pkcs11_provider); in fill_default_options()
2905 CLEAR_ON_NONE(options->sk_provider); in fill_default_options()
2906 CLEAR_ON_NONE(options->known_hosts_command); in fill_default_options()
2908 #undef CLEAR_ON_NONE in fill_default_options()