HomeSort by relevance Sort by last modified time
    Searched defs:gid_t (Results 1 - 25 of 30) sorted by null

1 2

  /external/python/cpython2/Modules/
posixmodule.h 15 PyAPI_FUNC(PyObject *) _PyInt_FromGid(gid_t); variable
  /external/python/cpython3/Modules/
posixmodule.h 16 PyAPI_FUNC(PyObject *) _PyLong_FromGid(gid_t); variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stropts.h 27 typedef __gid_t gid_t; typedef
grp.h 39 typedef __gid_t gid_t; typedef
pwd.h 39 typedef __gid_t gid_t; typedef
unistd.h 233 typedef __gid_t gid_t; typedef
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 39 #define gid_t __kernel_gid_t macro
47 #undef gid_t macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ipc.h 38 typedef __gid_t gid_t; typedef
stat.h 51 typedef __gid_t gid_t; typedef
types.h 66 typedef __gid_t gid_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ipc.h 38 typedef __gid_t gid_t; typedef
stat.h 51 typedef __gid_t gid_t; typedef
types.h 66 typedef __gid_t gid_t; typedef
  /external/e2fsprogs/include/mingw/linux/
types.h 26 typedef __u32 gid_t; typedef
  /external/e2fsprogs/include/nonunix/linux/
types.h 29 typedef __u32 gid_t; typedef
  /external/strace/linux/
asm_stat.h 5 # undef gid_t macro
16 # define gid_t __kernel_gid_t macro
29 # undef gid_t macro
40 # define gid_t gid_t macro
  /external/fio/os/windows/posix/include/sys/
shm.h 9 typedef int gid_t; typedef
17 gid_t gid; /* owner's group ID */
19 gid_t cgid; /* creator's group ID */
  /bionic/libc/include/sys/
types.h 43 typedef __gid_t gid_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 163 #ifndef gid_t
164 typedef __gid_t gid_t; /* group id */ typedef
165 #define gid_t __gid_t macro
socket.h 293 #ifndef gid_t
294 typedef __gid_t gid_t; /* group id */ typedef
295 #define gid_t __gid_t macro
309 gid_t sc_gid; /* real group id */
310 gid_t sc_egid; /* effective group id */
312 gid_t sc_groups[1]; /* variable length */
319 (sizeof(struct sockcred) + (sizeof(gid_t) * ((ngrps) - 1)))
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 97 typedef int gid_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 120 typedef __gid_t gid_t; /* group id */ typedef
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 114 typedef UINT32 gid_t; typedef
160 gid_t st_gid; /* group ID of the file's group */
249 gid_t getgid (void);
250 gid_t getegid (void);
  /external/python/cpython2/RISCOS/
pyconfig.h 22 #undef gid_t macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2388 gid_t = __darwin_gid_t variable
    [all...]

Completed in 1244 milliseconds

1 2