Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.c344 #define CLEAR_ON_NONE(v) \ in fill_default_server_options() macro
351 CLEAR_ON_NONE(options->pid_file); in fill_default_server_options()
352 CLEAR_ON_NONE(options->xauth_location); in fill_default_server_options()
353 CLEAR_ON_NONE(options->banner); in fill_default_server_options()
354 CLEAR_ON_NONE(options->trusted_user_ca_keys); in fill_default_server_options()
355 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options()
357 CLEAR_ON_NONE(options->host_key_files[i]); in fill_default_server_options()
359 CLEAR_ON_NONE(options->host_cert_files[i]); in fill_default_server_options()
360 #undef CLEAR_ON_NONE in fill_default_server_options()
Dreadconf.c1863 #define CLEAR_ON_NONE(v) \ in fill_default_options() macro
1870 CLEAR_ON_NONE(options->local_command); in fill_default_options()
1871 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
1872 CLEAR_ON_NONE(options->control_path); in fill_default_options()
1873 CLEAR_ON_NONE(options->revoked_host_keys); in fill_default_options()