Searched refs:nstrs (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | servconf.c | 1274 u_int nstrs = 0; in process_server_config_line_depth() local 1755 if (nstrs > 0 || ac > 0) { in process_server_config_line_depth() 1763 &strs, &nstrs, arg); in process_server_config_line_depth() 1765 if (nstrs == 0) { in process_server_config_line_depth() 1771 options->num_log_verbose = nstrs; in process_server_config_line_depth() 1773 nstrs = 0; in process_server_config_line_depth() 2127 &strs, &nstrs, arg2); in process_server_config_line_depth() 2130 if (nstrs == 0) { in process_server_config_line_depth() 2136 options->num_authkeys_files = nstrs; in process_server_config_line_depth() 2138 nstrs = 0; in process_server_config_line_depth() [all …]
|
| HD | readconf.c | 1066 u_int nstrs = 0; in process_config_line_depth() local 1688 if (nstrs > 0 || ac > 0) { in process_config_line_depth() 1716 &strs, &nstrs, arg2); in process_config_line_depth() 1719 if (nstrs == 0) in process_config_line_depth() 1724 *uintptr = nstrs; in process_config_line_depth() 1726 nstrs = 0; in process_config_line_depth() 1878 if (lookup_setenv_in_list(arg, strs, nstrs) != NULL) { in process_config_line_depth() 1885 &strs, &nstrs, arg); in process_config_line_depth() 1887 if (nstrs == 0) { in process_config_line_depth() 1893 options->num_setenv = nstrs; in process_config_line_depth() [all …]
|