Searched defs:gid (Results 1 - 25 of 88) sorted by relevance

1234

/external/icu/icu4c/source/layout/
H A DStateTableProcessor2.cpp89 LEGlyphID gid = glyphStorage[currGlyph]; local
90 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
95 classCode = SWAPW(lookupTable0->valueArray[gid]);
120 LEGlyphID gid = glyphStorage[currGlyph]; local
121 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
127 lookupTable2->lookupSegment(lookupTable2, lookupTable2->segments, gid, success);
161 LEGlyphID gid = glyphStorage[currGlyph]; local
162 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
167 const LookupSingle *segment = lookupTable6->lookupSingle(lookupTable6, lookupTable6->entries, gid, success);
H A DContextualGlyphSubstProc2.cpp76 TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyphID gid, LEErrorCode &success) argument
91 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
100 const LookupSegment *segment = lookupTable2->lookupSegment(lookupTable2->segments, gid);
116 const LEReferenceTo<LookupSingle> segment = lookupTable6->lookupSingle(lookupTable6->entries, gid);
129 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
/external/kernel-headers/original/uapi/asm-generic/
H A Dipcbuf.h22 __kernel_gid32_t gid; member in struct:ipc64_perm
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.h29 u16 gid; member in struct:dentry
40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h61 UInt gid; member in struct:vg_stat
/external/fio/os/windows/posix/include/sys/
H A Dshm.h17 gid_t gid; /* owner's group ID */ member in struct:ipc_perm
/external/kernel-headers/original/uapi/linux/
H A Dncp_mount.h39 __kernel_gid_t gid; member in struct:ncp_mount_data
63 unsigned long gid; member in struct:ncp_mount_data_v4
H A Dcramfs_fs.h32 __u32 size:CRAMFS_SIZE_WIDTH, gid:CRAMFS_GID_WIDTH; member in struct:cramfs_inode
H A Dipc.h13 __kernel_gid_t gid; member in struct:ipc_perm
H A Dauto_fs4.h136 __u32 gid; member in struct:autofs_v5_packet
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dcaptest.c58 gid_t gid, egid, sgid; local
68 getresgid(&gid, &egid, &sgid);
79 getresgid(&gid, &egid, &sgid);
89 printf("Group credentials gid:%d egid:%d sgid:%d\n", gid, egid, sgid);
90 if (uid != euid || gid != egid)
/external/iproute2/ip/
H A Diptuntap.c48 static int tap_add_ioctl(struct ifreq *ifr, uid_t uid, gid_t gid) argument
70 if (gid != -1 && ioctl(fd, TUNSETGROUP, gid)) {
107 static int parse_args(int argc, char **argv, struct ifreq *ifr, uid_t *uid, gid_t *gid) argument
149 } else if (gid && matches(*argv, "group") == 0) {
156 *gid = group;
163 *gid = gr->gr_gid;
195 gid_t gid = -1; local
197 if (parse_args(argc, argv, &ifr, &uid, &gid) < 0)
204 return tap_add_ioctl(&ifr, uid, gid);
[all...]
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_mad.h69 * @gid - Remote GID in GRH
87 __u8 gid[16]; member in struct:ib_user_mad_hdr_old
112 * @gid - Remote GID in GRH
131 __u8 gid[16]; member in struct:ib_user_mad_hdr
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_unittest.cc39 static int setgid(gid_t gid) { return Syscall::Call(__NR_setgid, gid); } argument
231 const Arg<gid_t> gid(0);
232 return If((gid & 0xf0) == 0xf0, Error(EINVAL)).Else(Error(EACCES));
251 for (gid_t gid = 0; gid < 0x100; ++gid) {
252 const int expect_errno = (gid & 0xf0) == 0xf0 ? EINVAL : EACCES;
253 ASSERT_SYSCALL_RESULT(-expect_errno, setgid, gid);
/external/chromium_org/sandbox/linux/services/
H A Dcredentials.cc76 // Write a uid or gid mapping from |id| to |id| in |map_file|.
313 gid_t gid; local
314 if (!GetRESIds(&uid, &gid)) {
330 // /proc/sys/kernel/overflowuid). Setup the uid and gid maps.
334 CHECK(WriteToIdMapFile(kGidMapFile, gid));
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2ft.c525 CF2_Int gid; local
535 gid = cff_lookup_glyph_by_stdcharcode( decoder->cff, code );
536 if ( gid < 0 )
540 gid,
/external/dnsmasq/src/
H A Dhelper.c53 int create_helper(int event_fd, int err_fd, uid_t uid, gid_t gid, long max_fd) argument
85 setgid(gid) == -1 ||
/external/e2fsprogs/lib/e2p/
H A Dls.c38 static void print_group (unsigned short gid, FILE *f) argument
42 fprintf(f, "%u ", gid);
43 gr = getgrgid (gid);
329 fprintf(f, "Reserved blocks gid: ");
/external/e2fsprogs/misc/
H A Duuidd.c450 gid_t gid; local
511 gid = getgid();
513 if (setresgid(gid, gid, gid) < 0)
516 if (setregid(gid, gid) < 0)
/external/freetype/src/cff/
H A Dcf2ft.c547 CF2_Int gid; local
557 gid = cff_lookup_glyph_by_stdcharcode( decoder->cff, code );
558 if ( gid < 0 )
562 gid,
/external/ipsec-tools/src/racoon/
H A Dlocalconf.h73 gid_t gid; member in struct:localconf
/external/iptables/extensions/
H A Dlibxt_owner.c31 gid_t gid; member in struct:ipt_owner_info
40 gid_t gid; member in struct:ip6t_owner_info
66 "[!] --gid-owner groupid Match local GID\n"
78 "[!] --gid-owner groupid Match local GID\n"
89 "[!] --gid-owner groupid[-groupid] Match local GID\n"
97 {.name = "gid-owner", .id = O_GROUP, .type = XTTYPE_STRING,
115 {.name = "gid-owner", .id = O_GROUP, .type = XTTYPE_STRING,
130 {.name = "gid-owner", .id = O_GROUP, .type = XTTYPE_STRING,
160 xtables_param_act(XTF_BAD_VALUE, "owner", "--gid-owner", cb->arg);
164 info->gid
[all...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_nci.c529 UINT8 mt, pbf, gid, op_code; local
549 NCI_MSG_PRS_HDR0 (p, mt, pbf, gid);
567 if (gid == NCI_GID_PROP) /* this is for hci netwk ntf */
579 if (gid == NCI_GID_RF_MANAGE)
599 else if (gid == NCI_GID_CORE)
675 UINT8 mt, pbf, gid, op_code; local
683 NCI_MSG_PRS_HDR0 (p, mt, pbf, gid);
686 if (gid == NCI_GID_CORE)
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2ft.c525 CF2_Int gid; local
535 gid = cff_lookup_glyph_by_stdcharcode( decoder->cff, code );
536 if ( gid < 0 )
540 gid,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc153 static float hb_graphite2_get_advance (const void *hb_font, unsigned short gid) argument
155 return ((hb_font_t *) hb_font)->get_glyph_h_advance (gid);

Completed in 2098 milliseconds

1234