Home
last modified time | relevance | path

Searched defs:gid (Results 1 – 25 of 108) sorted by relevance

12345

/external/openssh/openbsd-compat/
Dbsd-getpeereid.c28 getpeereid(int s, uid_t *euid, gid_t *gid) in getpeereid()
47 getpeereid(int s, uid_t *euid, gid_t *gid) in getpeereid()
64 getpeereid(int s, uid_t *euid, gid_t *gid) in getpeereid()
Dpwcache.c83 group_from_gid(gid_t gid, int nogroup) in group_from_gid()
86 gid_t gid; in group_from_gid() member
/external/icu/icu4c/source/layout/
DStateTableProcessor2.cpp89 LEGlyphID gid = glyphStorage[currGlyph]; in process() local
120 LEGlyphID gid = glyphStorage[currGlyph]; in process() local
161 LEGlyphID gid = glyphStorage[currGlyph]; in process() local
DLETypes.h174 #define LE_GET_GLYPH(gid) ((gid & LE_GLYPH_MASK) >> LE_GLYPH_SHIFT) argument
182 #define LE_GET_SUB_FONT(gid) ((gid & LE_SUB_FONT_MASK) >> LE_SUB_FONT_SHIFT) argument
190 #define LE_GET_CLIENT(gid) ((gid & LE_CLIENT_MASK) >> LE_CLIENT_SHIFT) argument
199 #define LE_SET_GLYPH(gid, glyph) ((gid & ~LE_GLYPH_MASK) | ((glyph << LE_GLYPH_SHIFT) & LE_GLYPH_MA… argument
207 #define LE_SET_SUB_FONT(gid, font) ((gid & ~LE_SUB_FONT_MASK) | ((font << LE_SUB_FONT_SHIFT) & LE_S… argument
215 #define LE_SET_CLIENT(gid, client) ((gid & ~LE_CLIENT_MASK) | ((client << LE_CLIENT_SHIFT) & LE_CLI… argument
/external/iproute2/ip/
Diptuntap.c48 static int tap_add_ioctl(struct ifreq *ifr, uid_t uid, gid_t gid) in tap_add_ioctl()
107 static int parse_args(int argc, char **argv, struct ifreq *ifr, uid_t *uid, gid_t *gid) in parse_args()
195 gid_t gid = -1; in do_add() local
/external/selinux/libselinux/src/
Dseusers.c98 gid_t gid = -1; in get_default_gid() local
113 static int check_group(const char *group, const char *name, const gid_t gid) { in check_group()
186 gid_t gid = get_default_gid(name); in getseuserbyname() local
/external/lldb/include/lldb/Target/
DPlatform.h617 GetCachedGroupName (uint32_t gid) in GetCachedGroupName()
633 SetCachedGroupName (uint32_t gid, const char *name, size_t name_len) in SetCachedGroupName()
645 SetGroupNameNotFound (uint32_t gid) in SetGroupNameNotFound()
/external/toybox/toys/pending/
Duseradd.c32 GLOBALS( in GLOBALS()
Dgroupadd.c30 long gid; in GLOBALS()
Dmdev.c41 gid_t gid = 0; in make_device() local
Dtcpsvd.c189 static void get_uidgid(uid_t *uid, gid_t *gid, char *ug) in get_uidgid()
266 gid_t gid = 0; in tcpsvd_main() local
/external/kernel-headers/original/uapi/linux/
Dncp_mount.h39 __kernel_gid_t gid; member
63 unsigned long gid; member
/external/openssh/
Dsftp-common.h39 u_int32_t gid; member
Dsshpty.c198 gid_t gid; in pty_setowner() local
/external/harfbuzz_ng/src/
Dsample.py46 gid = info.codepoint variable
/external/strace/
Duid.c142 uid_t gid; in SYS_FUNC() local
200 uid_t gid; in SYS_FUNC() local
/external/toybox/toys/other/
Dmakedevs.c60 gid_t gid; local
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_nci.c529 UINT8 mt, pbf, gid, op_code; in nfc_hal_nci_preproc_rx_nci_msg() local
675 UINT8 mt, pbf, gid, op_code; in nci_brcm_check_cmd_create_hcp_connection() local
/external/kernel-headers/original/uapi/asm-generic/
Dipcbuf.h22 __kernel_gid32_t gid; member
/external/libcap-ng/libcap-ng-0.7/utils/
Dcaptest.c58 gid_t gid, egid, sgid; in report() local
/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixBitmap.py19 …Name=None, usReserved1=0, usReserved2=0, imageFormatTag=None, imageData=None, rawdata=None, gid=0): argument
/external/toybox/toys/posix/
Did.c90 gid_t gid = getgid(), egid = getegid(), *groups; in do_id() local
/external/squashfs-tools/squashfs-tools/
Dpseudo.h30 unsigned int gid; member
/external/valgrind/include/
Dpub_tool_libcfile.h61 UInt gid; member
/external/fio/os/windows/posix/include/sys/
Dshm.h17 gid_t gid; /* owner's group ID */ member

12345