Searched refs:pwbuflen (Results 1 – 1 of 1) sorted by relevance
723 long int pwbuflen = GETPW_R_SIZE_MAX (); in glob() local728 pwtmpbuf = (char *) alloca (pwbuflen); in glob()730 while (getpwnam_r (name, &pwbuf, pwtmpbuf, pwbuflen, &p) in glob()738 pwtmpbuf = extend_alloca (pwtmpbuf, pwbuflen, in glob()739 2 * pwbuflen); in glob()
Completed in 3 milliseconds