Searched refs:pwbuf (Results 1 – 1 of 1) sorted by relevance
388 struct passwd pwbuf, *pw = NULL; in uid_to_name() local395 r = getpwuid_r(uid, &pwbuf, buf, (size_t) bufsize, &pw); in uid_to_name()