Searched refs:tmpbuf (Results 1 – 1 of 1) sorted by relevance
35 char *tmpbuf; in __getpw() local45 tmpbuf = alloca (buflen); in __getpw()47 if (__getpwuid_r (uid, &resbuf, tmpbuf, buflen, &p) != 0) in __getpw()
Completed in 4 milliseconds