Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.c1337 u_int nstrs = 0; in process_server_config_line_depth() local
1818 if (nstrs > 0 || ac > 0) { in process_server_config_line_depth()
1826 &strs, &nstrs, arg); in process_server_config_line_depth()
1828 if (nstrs == 0) { in process_server_config_line_depth()
1834 options->num_log_verbose = nstrs; in process_server_config_line_depth()
1836 nstrs = 0; in process_server_config_line_depth()
2194 &strs, &nstrs, arg2); in process_server_config_line_depth()
2197 if (nstrs == 0) { in process_server_config_line_depth()
2203 options->num_authkeys_files = nstrs; in process_server_config_line_depth()
2205 nstrs = 0; in process_server_config_line_depth()
[all …]
H A Dreadconf.c1113 u_int nstrs = 0; in process_config_line_depth() local
1735 if (nstrs > 0 || ac > 0) { in process_config_line_depth()
1763 &strs, &nstrs, arg2); in process_config_line_depth()
1766 if (nstrs == 0) in process_config_line_depth()
1771 *uintptr = nstrs; in process_config_line_depth()
1773 nstrs = 0; in process_config_line_depth()
1918 if (lookup_setenv_in_list(arg, strs, nstrs) != NULL) { in process_config_line_depth()
1925 &strs, &nstrs, arg); in process_config_line_depth()
1927 if (nstrs == 0) { in process_config_line_depth()
1933 options->num_setenv = nstrs; in process_config_line_depth()
[all …]
/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c126 int error, nstrs, i, len; in parse_regexp() local
131 for (nstrs = 0, i = 0; i < len; i++) { in parse_regexp()
136 nstrs++; in parse_regexp()
142 for (i = 0; i < nstrs + 1; i++) { in parse_regexp()