HomeSort by relevance Sort by last modified time
    Searched refs:getgrgid_r (Results 1 - 15 of 15) sorted by null

  /bionic/tests/headers/posix/
grp_h.c 45 FUNCTION(getgrgid_r, int (*f)(gid_t, struct group*, char*, size_t, struct group**));
  /bionic/libc/include/
grp.h 58 int getgrgid_r(gid_t __gid, struct group* __group, char* __buf, size_t __n, struct group** __result) __INTRODUCED_IN(24);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
grp.h 146 extern int getgrgid_r (__gid_t __gid, struct group *__restrict __resultbuf,
  /bionic/tests/
grp_pwd_test.cpp 327 int result = getgrgid_r(gid, &grp_storage, buf, sizeof(buf), &grp);
330 SCOPED_TRACE("getgrgid_r");
484 int result = getgrgid_r(0, &grp_storage[0], buf[0], sizeof(buf[0]), &grp[0]);
489 result = getgrgid_r(1001, &grp_storage[1], buf[1], sizeof(buf[1]), &grp[2]);
  /prebuilts/go/darwin-x86/src/os/user/
cgo_lookup_unix.go 38 return getgrgid_r(gid, grp, buf, buflen, result);
178 // mygetgrgid_r is a wrapper around getgrgid_r to
  /prebuilts/go/linux-x86/src/os/user/
cgo_lookup_unix.go 38 return getgrgid_r(gid, grp, buf, buflen, result);
178 // mygetgrgid_r is a wrapper around getgrgid_r to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 1044 * extern struct group *getgrgid_r(gid_t, struct group *, char *, int);
1051 #define _XGetgrgid(g,p) getgrgid_r((g), &(p).grp, (p).buf, sizeof((p).buf))
1056 * extern int getgrgid_r(gid_t, struct group *, char *, int);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 554 #define getgrgid_r(...) (pthread_testcancel(), getgrgid_r(__VA_ARGS__)) macro
    [all...]
  /bionic/libc/bionic/
grp_pwd.cpp 705 int getgrgid_r(gid_t gid, struct group* grp, char* buf, size_t buflen, struct group** result) { function
  /libcore/ojluni/src/main/native/
UnixNativeDispatcher.c 1041 RESTARTABLE_RETURN_PTR(getgrgid_r((gid_t)gid, &grent, grbuf, (size_t)buflen), g);
1043 RESTARTABLE(getgrgid_r((gid_t)gid, &grent, grbuf, (size_t)buflen, &g), res);
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 280 #define getgrgid_r _getgrgid_r
  /external/toybox/lib/
lib.c 1240 errno = getgrgid_r(gid, &list->gr, sizeof(*list)+(char *)list,
  /external/google-styleguide/cpplint/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]

Completed in 1222 milliseconds