Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.c3007 #define FREE_ARRAY(type, n, a) \ in free_options() macro
3016 FREE_ARRAY(u_int, o->num_log_verbose, o->log_verbose); in free_options()
3027 FREE_ARRAY(u_int, o->num_system_hostfiles, o->system_hostfiles); in free_options()
3028 FREE_ARRAY(u_int, o->num_user_hostfiles, o->user_hostfiles); in free_options()
3058 FREE_ARRAY(u_int, o->num_send_env, o->send_env); in free_options()
3060 FREE_ARRAY(u_int, o->num_setenv, o->setenv); in free_options()
3065 FREE_ARRAY(int, o->num_canonical_domains, o->canonical_domains); in free_options()
3078 #undef FREE_ARRAY in free_options()