Symbol: CLEAR_ON_NONE
crypto/openssh/readconf.c
3020
CLEAR_ON_NONE(options->local_command);
crypto/openssh/readconf.c
3021
CLEAR_ON_NONE(options->remote_command);
crypto/openssh/readconf.c
3022
CLEAR_ON_NONE(options->proxy_command);
crypto/openssh/readconf.c
3023
CLEAR_ON_NONE(options->control_path);
crypto/openssh/readconf.c
3024
CLEAR_ON_NONE(options->revoked_host_keys);
crypto/openssh/readconf.c
3025
CLEAR_ON_NONE(options->pkcs11_provider);
crypto/openssh/readconf.c
3026
CLEAR_ON_NONE(options->sk_provider);
crypto/openssh/readconf.c
3027
CLEAR_ON_NONE(options->known_hosts_command);
crypto/openssh/servconf.c
531
CLEAR_ON_NONE(options->pid_file);
crypto/openssh/servconf.c
532
CLEAR_ON_NONE(options->xauth_location);
crypto/openssh/servconf.c
533
CLEAR_ON_NONE(options->banner);
crypto/openssh/servconf.c
534
CLEAR_ON_NONE(options->trusted_user_ca_keys);
crypto/openssh/servconf.c
535
CLEAR_ON_NONE(options->revoked_keys_file);
crypto/openssh/servconf.c
536
CLEAR_ON_NONE(options->sk_provider);
crypto/openssh/servconf.c
537
CLEAR_ON_NONE(options->authorized_principals_file);
crypto/openssh/servconf.c
538
CLEAR_ON_NONE(options->adm_forced_command);
crypto/openssh/servconf.c
539
CLEAR_ON_NONE(options->chroot_directory);
crypto/openssh/servconf.c
540
CLEAR_ON_NONE(options->routing_domain);
crypto/openssh/servconf.c
541
CLEAR_ON_NONE(options->host_key_agent);
crypto/openssh/servconf.c
542
CLEAR_ON_NONE(options->per_source_penalty_exempt);
crypto/openssh/servconf.c
545
CLEAR_ON_NONE(options->host_key_files[i]);
crypto/openssh/servconf.c
547
CLEAR_ON_NONE(options->host_cert_files[i]);