Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dglob.c657 char *pwtmpbuf; local
665 pwtmpbuf = (char *) __alloca (pwbuflen);
667 while (getpwnam_r (name, &pwbuf, pwtmpbuf, pwbuflen, &p)
676 pwtmpbuf = (char *) __alloca (pwbuflen);
742 char *pwtmpbuf; local
750 pwtmpbuf = (char *) __alloca (buflen);
752 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0)
760 pwtmpbuf = __alloca (buflen);