Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.c347 #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()
[all …]
Dreadconf.c2078 #define CLEAR_ON_NONE(v) \ in fill_default_options() macro
2085 CLEAR_ON_NONE(options->local_command); in fill_default_options()
2086 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
2087 CLEAR_ON_NONE(options->control_path); in fill_default_options()
2088 CLEAR_ON_NONE(options->revoked_host_keys); in fill_default_options()