Lines Matching refs:CLEAR_ON_NONE
511 #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()
537 CLEAR_ON_NONE(options->routing_domain); in fill_default_server_options()
538 CLEAR_ON_NONE(options->host_key_agent); in fill_default_server_options()
539 CLEAR_ON_NONE(options->per_source_penalty_exempt); in fill_default_server_options()
542 CLEAR_ON_NONE(options->host_key_files[i]); in fill_default_server_options()
544 CLEAR_ON_NONE(options->host_cert_files[i]); in fill_default_server_options()
548 #undef CLEAR_ON_NONE in fill_default_server_options()