Searched refs:statv (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.c803 struct stat **statv; local
810 SIZE_MAX / sizeof(*statv) <= newn) {
842 statv = realloc(pglob->gl_statv, newn * sizeof(*statv));
843 if (statv == NULL)
847 statv += pglob->gl_offs;
849 *--statv = NULL;
851 pglob->gl_statv = statv;
853 statv[pglob->gl_offs + pglob->gl_pathc] = NULL;
855 limitp->glim_malloc += sizeof(**statv);
[all...]

Completed in 162 milliseconds