HomeSort by: relevance | last modified time | path
    Searched defs:nstrs (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
readconf.c 1200 u_int nstrs = 0; local
1878 if (nstrs > 0 || ac > 0) {
1906 &strs, &nstrs, arg2);
1909 if (nstrs == 0)
1914 *uintptr = nstrs;
1916 nstrs = 0;
2061 if (lookup_setenv_in_list(arg, strs, nstrs) != NULL) {
2068 &strs, &nstrs, arg);
2070 if (nstrs == 0) {
2076 options->num_setenv = nstrs;
    [all...]
servconf.c 1473 u_int nstrs = 0; local
1979 if (nstrs > 0 || ac > 0) {
1987 &strs, &nstrs, arg);
1989 if (nstrs == 0) {
1995 options->num_log_verbose = nstrs;
1997 nstrs = 0;
2351 &strs, &nstrs, arg2);
2354 if (nstrs == 0) {
2360 options->num_authkeys_files = nstrs;
2362 nstrs = 0
    [all...]

Completed in 28 milliseconds