Searched defs:ptsize (Results 1 - 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
H A Dgetcwd.c63 size_t ptsize, upsize; local
73 ptsize = 0;
80 if ((pt = malloc(ptsize = MAXPATHLEN)) == NULL)
82 ept = pt + ptsize;
194 if (!ptsize) {
199 if ((npt = realloc(pt, ptsize *= 2)) == NULL)
203 ept = pt + ptsize;
229 if (ptsize)

Completed in 83 milliseconds