Searched refs:grpbufsiz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c2887 static size_t grpbufsiz = 0; local
2907 if (grpbufsiz == 0)
2908 grpbufsiz = sysconf(_SC_GETGR_R_SIZE_MAX);
2909 buf = alloca(grpbufsiz);
2910 grpp = getgrnam_r(name, &grp, buf, grpbufsiz);
2913 grpp = getgrnam_r(lower_name, &grp, buf, grpbufsiz);
2940 static size_t grpbufsiz = 0; local
2955 if (grpbufsiz == 0)
2956 grpbufsiz = sysconf(_SC_GETGR_R_SIZE_MAX);
2957 buf = alloca(grpbufsiz);
[all...]

Completed in 63 milliseconds