Lines Matching full:pwtmpbuf
658 char *pwtmpbuf;
666 pwtmpbuf = (char *) __alloca (pwbuflen);
668 while (getpwnam_r (name, &pwbuf, pwtmpbuf, pwbuflen, &p)
677 pwtmpbuf = (char *) __alloca (pwbuflen);
743 char *pwtmpbuf;
751 pwtmpbuf = (char *) __alloca (buflen);
753 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0)
761 pwtmpbuf = __alloca (buflen);