Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.c511 #define CLEAR_ON_NONE(v) \ in fill_default_server_options() macro
528 CLEAR_ON_NONE(options->pid_file); in fill_default_server_options()
529 CLEAR_ON_NONE(options->xauth_location); in fill_default_server_options()
530 CLEAR_ON_NONE(options->banner); in fill_default_server_options()
531 CLEAR_ON_NONE(options->trusted_user_ca_keys); in fill_default_server_options()
532 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options()
533 CLEAR_ON_NONE(options->sk_provider); in fill_default_server_options()
534 CLEAR_ON_NONE(options->authorized_principals_file); in fill_default_server_options()
535 CLEAR_ON_NONE(options->adm_forced_command); in fill_default_server_options()
536 CLEAR_ON_NONE(options->chroot_directory); in fill_default_server_options()
[all …]
H A Dreadconf.c2934 #define CLEAR_ON_NONE(v) \ in fill_default_options() macro
2951 CLEAR_ON_NONE(options->local_command); in fill_default_options()
2952 CLEAR_ON_NONE(options->remote_command); in fill_default_options()
2953 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
2954 CLEAR_ON_NONE(options->control_path); in fill_default_options()
2955 CLEAR_ON_NONE(options->revoked_host_keys); in fill_default_options()
2956 CLEAR_ON_NONE(options->pkcs11_provider); in fill_default_options()
2957 CLEAR_ON_NONE(options->sk_provider); in fill_default_options()
2958 CLEAR_ON_NONE(options->known_hosts_command); in fill_default_options()
2960 #undef CLEAR_ON_NONE in fill_default_options()