Home
last modified time | relevance | path

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

1234567891011

/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/rust/crates/tokio/src/net/unix/
Ducred.rs11 gid: gid_t, field
21 pub fn gid(&self) -> gid_t { in gid() method
119 let mut gid = MaybeUninit::uninit(); in get_peer_cred() localVariable
151 let mut gid = MaybeUninit::uninit(); in get_peer_cred() localVariable
199 let gid = libc::ucred_getegid(cred); in get_peer_cred() localVariable
/external/skqp/src/pdf/
DSkPDFGlyphUse.h22 void set(SkGlyphID gid) { fBitSet.set(this->toCode(gid)); } in set()
23 bool has(SkGlyphID gid) const { return fBitSet.has(this->toCode(gid)); } in has()
39 uint16_t toCode(SkGlyphID gid) const { in toCode()
DSkPDFFont.h57 bool hasGlyph(SkGlyphID gid) { in hasGlyph()
62 SkGlyphID glyphToPDFFontEncoding(SkGlyphID gid) const { in glyphToPDFFontEncoding()
/external/skia/src/pdf/
DSkPDFGlyphUse.h22 void set(SkGlyphID gid) { fBitSet.set(this->toCode(gid)); } in set()
23 bool has(SkGlyphID gid) const { return fBitSet.test(this->toCode(gid)); } in has()
39 uint16_t toCode(SkGlyphID gid) const { in toCode()
DSkPDFFont.h61 bool hasGlyph(SkGlyphID gid) { in hasGlyph()
66 SkGlyphID glyphToPDFFontEncoding(SkGlyphID gid) const { in glyphToPDFFontEncoding()
/external/harfbuzz_ng/src/
Dhb-subset-plan.cc40 hb_codepoint_t gid, in _add_cff_seac_components()
84 hb_codepoint_t gid = HB_SET_VALUE_INVALID; in _remove_invalid_gids() local
111 hb_codepoint_t gid; in _populate_gids_to_retain() local
133 hb_codepoint_t gid = HB_SET_VALUE_INVALID; in _populate_gids_to_retain() local
/external/libbrillo/brillo/files/
Dfile_util.cc32 gid_t gid, in OpenOrRemake()
96 gid_t gid, in OpenOrRemakeDir()
106 gid_t gid, in OpenOrRemakeFile()
/external/libbrillo/brillo/
Duserdb_utils.cc21 bool GetUserInfo(const std::string& user, uid_t* uid, gid_t* gid) { in GetUserInfo()
48 bool GetGroupInfo(const std::string& group, gid_t* gid) { in GetGroupInfo()
/external/autotest/client/site_tests/login_UserPolicyKeys/
Dlogin_UserPolicyKeys.py20 def _can_read(self, uid, gid, info): argument
29 def _can_execute(self, uid, gid, info): argument
/external/ltp/testcases/kernel/syscalls/utils/
Dcompat_tst_16.h64 #define GID16_CHECK(gid, sys_name) ({ \ argument
92 int SETGID(GID_T gid) in SETGID()
117 int SETFSGID(GID_T gid) in SETFSGID()
Dcompat_gid.h30 int GID_SIZE_CHECK(gid_t gid) in GID_SIZE_CHECK()
/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/python/cpython2/Lib/plat-os2emx/
Dgrp.py103 def __init__(self, name, passwd, gid, mem): argument
166 def getgrgid(gid): argument
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c50 int gid, cid; in init_perf_monitor() local
291 int gid, cid; in st_GetPerfMonitorResult() local
351 int gid, cid; in st_InitPerfMonitorGroups() local
457 int gid; in st_destroy_perfmon() local
/external/libcap/goapps/gowns/
Dgowns.go27 gid int member
36 gid = flag.Int("gid", -1, "gid of the hosting user") var
/external/rust/crates/tokio/tests/
Duds_cred.rs26 let gid = unsafe { getegid() }; in test_socket_pair() localVariable
/external/strace/tests-m32/
Dfchownat.c44 uid_t gid = getegid(); in main() local
/external/strace/tests/
Dfchownat.c44 uid_t gid = getegid(); in main() local
/external/strace/tests-mx32/
Dfchownat.c44 uid_t gid = getegid(); in main() local
/external/iproute2/ip/
Diptuntap.c49 static int tap_add_ioctl(struct ifreq *ifr, uid_t uid, gid_t gid) in tap_add_ioctl()
109 struct ifreq *ifr, uid_t *uid, gid_t *gid) in parse_args()
208 gid_t gid = -1; in do_add() local
/external/llvm-project/lldb/include/lldb/Utility/
DUserIDResolver.h30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
/external/ltp/testcases/kernel/syscalls/setfsgid/
Dsetfsgid02.c46 gid_t gid; in main() local
Dsetfsgid01.c43 gid_t gid; in main() local

1234567891011