Symbol: CLEAR_ON_NONE
crypto/openssh/readconf.c
2899
CLEAR_ON_NONE(options->local_command);
crypto/openssh/readconf.c
2900
CLEAR_ON_NONE(options->remote_command);
crypto/openssh/readconf.c
2901
CLEAR_ON_NONE(options->proxy_command);
crypto/openssh/readconf.c
2902
CLEAR_ON_NONE(options->control_path);
crypto/openssh/readconf.c
2903
CLEAR_ON_NONE(options->revoked_host_keys);
crypto/openssh/readconf.c
2904
CLEAR_ON_NONE(options->pkcs11_provider);
crypto/openssh/readconf.c
2905
CLEAR_ON_NONE(options->sk_provider);
crypto/openssh/readconf.c
2906
CLEAR_ON_NONE(options->known_hosts_command);
crypto/openssh/servconf.c
512
CLEAR_ON_NONE(options->pid_file);
crypto/openssh/servconf.c
513
CLEAR_ON_NONE(options->xauth_location);
crypto/openssh/servconf.c
514
CLEAR_ON_NONE(options->banner);
crypto/openssh/servconf.c
515
CLEAR_ON_NONE(options->trusted_user_ca_keys);
crypto/openssh/servconf.c
516
CLEAR_ON_NONE(options->revoked_keys_file);
crypto/openssh/servconf.c
517
CLEAR_ON_NONE(options->sk_provider);
crypto/openssh/servconf.c
518
CLEAR_ON_NONE(options->authorized_principals_file);
crypto/openssh/servconf.c
519
CLEAR_ON_NONE(options->adm_forced_command);
crypto/openssh/servconf.c
520
CLEAR_ON_NONE(options->chroot_directory);
crypto/openssh/servconf.c
521
CLEAR_ON_NONE(options->routing_domain);
crypto/openssh/servconf.c
522
CLEAR_ON_NONE(options->host_key_agent);
crypto/openssh/servconf.c
523
CLEAR_ON_NONE(options->per_source_penalty_exempt);
crypto/openssh/servconf.c
526
CLEAR_ON_NONE(options->host_key_files[i]);
crypto/openssh/servconf.c
528
CLEAR_ON_NONE(options->host_cert_files[i]);