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

  /src/crypto/external/bsd/openssh/dist/
sftp-server.c 1133 int nstats = 10, count = 0, i; local
1135 stats = xcalloc(nstats, sizeof(Stat));
1137 if (count >= nstats) {
1138 nstats *= 2;
1139 stats = xreallocarray(stats, nstats, sizeof(Stat));

Completed in 35 milliseconds