Searched refs:pwbuf (Results 1 – 1 of 1) sorted by relevance
725 struct passwd pwbuf; in glob() local730 while (getpwnam_r (name, &pwbuf, pwtmpbuf, pwbuflen, &p) in glob()788 struct passwd pwbuf; in glob() local793 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0) in glob()
Completed in 3 milliseconds