Home
last modified time | relevance | path

Searched refs:pwbuf (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/basic/
Duser-util.c388 struct passwd pwbuf, *pw = NULL; in uid_to_name() local
395 r = getpwuid_r(uid, &pwbuf, buf, (size_t) bufsize, &pw); in uid_to_name()