Lines Matching refs:CLEAR_ON_NONE
347 #define CLEAR_ON_NONE(v) \ in fill_default_server_options() macro
354 CLEAR_ON_NONE(options->pid_file); in fill_default_server_options()
355 CLEAR_ON_NONE(options->xauth_location); in fill_default_server_options()
356 CLEAR_ON_NONE(options->banner); in fill_default_server_options()
357 CLEAR_ON_NONE(options->trusted_user_ca_keys); in fill_default_server_options()
358 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options()
359 CLEAR_ON_NONE(options->authorized_principals_file); in fill_default_server_options()
360 CLEAR_ON_NONE(options->adm_forced_command); in fill_default_server_options()
361 CLEAR_ON_NONE(options->chroot_directory); in fill_default_server_options()
363 CLEAR_ON_NONE(options->host_key_files[i]); in fill_default_server_options()
365 CLEAR_ON_NONE(options->host_cert_files[i]); in fill_default_server_options()
366 #undef CLEAR_ON_NONE in fill_default_server_options()