Searched refs:pwbuf (Results 1 – 1 of 1) sorted by relevance
392 char pwbuf[1024]; in globtilde() local425 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in globtilde()440 if (getpwnam_r(d, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || in globtilde()