Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/gen/
Dpwcache.c266 struct group grstore, *gr = NULL; in group_from_gid() local
290 getgrgid_r(gid, &grstore, grbuf, sizeof(grbuf), &gr); in group_from_gid()
386 struct group grstore, *gr = NULL; in gid_from_group() local
421 getgrnam_r(name, &grstore, grbuf, sizeof(grbuf), &gr); in gid_from_group()