Home
last modified time | relevance | path

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

/freebsd/include/
H A Dgrp.h80 int getgrgid_r(gid_t, struct group *, char *, size_t,
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp105 if (::getgrgid_r(gid, &group_info, group_buffer, group_buffer_size, in DoGetGroupName()
/freebsd/contrib/lib9p/
H A Drfuncs.c279 error = getgrgid_r(gid, &pg->r_pgun.un_gr, in r_getgrgid()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c269 result = &grent; /* Old getgrgid_r ignores last arg. */ in lookup_gname_helper()
270 r = getgrgid_r((gid_t)id, &grent, in lookup_gname_helper()
/freebsd/lib/libc/gen/
H A DSymbol.map146 getgrgid_r;
H A Dgetgrent.c626 getgrgid_r(gid_t gid, struct group *grp, char *buffer, size_t bufsize, in getgrgid_r() function
736 return (getgrgid_r(key.gid, grp, buffer, bufsize, res)); in wrap_getgrgid_r()
H A DMakefile.inc411 getgrent.3 getgrgid_r.3
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1992 INTERCEPTOR(int, getgrgid_r, u32 gid, __sanitizer_group *grp, char *buf,
1995 COMMON_INTERCEPTOR_ENTER(ctx, getgrgid_r, gid, grp, buf, buflen, result);
1999 int res = REAL(getgrgid_r)(gid, grp, buf, buflen, result);
2009 COMMON_INTERCEPT_FUNCTION(getgrgid_r);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1870 fun:getgrgid_r=uninstrumented