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

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
grp.h 66 int getgrgid_r(gid_t, struct group *, char *,
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
grp.h 66 int getgrgid_r(gid_t, struct group *, char *,
  /bionic/tests/
stubs_test.cpp 207 int result = getgrgid_r(gid, &grp_storage, buf, sizeof(buf), &grp);
210 SCOPED_TRACE("getgrgid_r");
331 TEST(getgrgid_r, reentrancy) {
336 int result = getgrgid_r(0, &grp_storage[0], buf[0], sizeof(buf[0]), &grp[0]);
341 result = getgrgid_r(1001, &grp_storage[1], buf[1], sizeof(buf[1]), &grp[2]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
grp.h 142 extern int getgrgid_r (__gid_t __gid, struct group *__restrict __resultbuf,
  /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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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...]
  /bionic/libc/bionic/
stubs.cpp 526 int getgrgid_r(gid_t gid, struct group* grp, char* buf, size_t buflen, struct group** result) { function
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 827 result = getgrgid_r (gid, &g_str, buf, buflen,
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]

Completed in 491 milliseconds

1 23