Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDreadconf.c3010 #define FREE_ARRAY(type, n, a) \ in free_options() macro
3019 FREE_ARRAY(u_int, o->num_log_verbose, o->log_verbose); in free_options()
3030 FREE_ARRAY(u_int, o->num_system_hostfiles, o->system_hostfiles); in free_options()
3031 FREE_ARRAY(u_int, o->num_user_hostfiles, o->user_hostfiles); in free_options()
3061 FREE_ARRAY(u_int, o->num_send_env, o->send_env); in free_options()
3063 FREE_ARRAY(u_int, o->num_setenv, o->setenv); in free_options()
3068 FREE_ARRAY(int, o->num_canonical_domains, o->canonical_domains); in free_options()
3081 #undef FREE_ARRAY in free_options()