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

  /src/lib/libc/gen/
getcwd.c 223 char *npt; local in function:__ssp_real
244 if ((npt = realloc(pt, size <<= 1)) == NULL)
246 pt = npt;
getcwd.c 223 char *npt; local in function:__ssp_real
244 if ((npt = realloc(pt, size <<= 1)) == NULL)
246 pt = npt;

Completed in 22 milliseconds