Home
last modified time | relevance | path

Searched refs:tmpbuf (Results 1 – 1 of 1) sorted by relevance

/pwd/
A Dgetpw.c35 char *tmpbuf; in __getpw() local
45 tmpbuf = alloca (buflen); in __getpw()
47 if (__getpwuid_r (uid, &resbuf, tmpbuf, buflen, &p) != 0) in __getpw()

Completed in 4 milliseconds