Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.c362 #define CLEAR_ON_NONE(v) \ in fill_default_server_options() macro
369 CLEAR_ON_NONE(options->pid_file); in fill_default_server_options()
370 CLEAR_ON_NONE(options->xauth_location); in fill_default_server_options()
371 CLEAR_ON_NONE(options->banner); in fill_default_server_options()
372 CLEAR_ON_NONE(options->trusted_user_ca_keys); in fill_default_server_options()
373 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options()
374 CLEAR_ON_NONE(options->authorized_principals_file); in fill_default_server_options()
376 CLEAR_ON_NONE(options->host_key_files[i]); in fill_default_server_options()
378 CLEAR_ON_NONE(options->host_cert_files[i]); in fill_default_server_options()
379 #undef CLEAR_ON_NONE in fill_default_server_options()
Dreadconf.c1866 #define CLEAR_ON_NONE(v) \ in fill_default_options() macro
1873 CLEAR_ON_NONE(options->local_command); in fill_default_options()
1874 CLEAR_ON_NONE(options->proxy_command); in fill_default_options()
1875 CLEAR_ON_NONE(options->control_path); in fill_default_options()
1876 CLEAR_ON_NONE(options->revoked_host_keys); in fill_default_options()