Searched refs:num_deny_users (Results 1 – 3 of 3) sorted by relevance
180 if (options.num_deny_users > 0 || options.num_allow_users > 0 || in allowed_user()187 if (options.num_deny_users > 0) { in allowed_user()188 for (i = 0; i < options.num_deny_users; i++) in allowed_user()
122 u_int num_deny_users; member
115 options->num_deny_users = 0; in initialize_server_options()1094 if (options->num_deny_users >= MAX_DENY_USERS) in process_server_config_line()1097 options->deny_users[options->num_deny_users++] = in process_server_config_line()1787 dump_cfg_strarray(sDenyUsers, o->num_deny_users, o->deny_users); in dump_config()