/external/openssh/openbsd-compat/ |
D | bsd-getpeereid.c | 28 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()
|
D | pwcache.c | 83 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/ |
D | ucred.rs | 11 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/ |
D | SkPDFGlyphUse.h | 22 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()
|
D | SkPDFFont.h | 57 bool hasGlyph(SkGlyphID gid) { in hasGlyph() 62 SkGlyphID glyphToPDFFontEncoding(SkGlyphID gid) const { in glyphToPDFFontEncoding()
|
/external/skia/src/pdf/ |
D | SkPDFGlyphUse.h | 22 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()
|
D | SkPDFFont.h | 61 bool hasGlyph(SkGlyphID gid) { in hasGlyph() 66 SkGlyphID glyphToPDFFontEncoding(SkGlyphID gid) const { in glyphToPDFFontEncoding()
|
/external/harfbuzz_ng/src/ |
D | hb-subset-plan.cc | 40 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/ |
D | file_util.cc | 32 gid_t gid, in OpenOrRemake() 96 gid_t gid, in OpenOrRemakeDir() 106 gid_t gid, in OpenOrRemakeFile()
|
/external/libbrillo/brillo/ |
D | userdb_utils.cc | 21 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/ |
D | login_UserPolicyKeys.py | 20 def _can_read(self, uid, gid, info): argument 29 def _can_execute(self, uid, gid, info): argument
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | compat_tst_16.h | 64 #define GID16_CHECK(gid, sys_name) ({ \ argument 92 int SETGID(GID_T gid) in SETGID() 117 int SETFSGID(GID_T gid) in SETFSGID()
|
D | compat_gid.h | 30 int GID_SIZE_CHECK(gid_t gid) in GID_SIZE_CHECK()
|
/external/selinux/libselinux/src/ |
D | seusers.c | 98 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/ |
D | grp.py | 103 def __init__(self, name, passwd, gid, mem): argument 166 def getgrgid(gid): argument
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_perfmon.c | 50 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/ |
D | gowns.go | 27 gid int member 36 gid = flag.Int("gid", -1, "gid of the hosting user") var
|
/external/rust/crates/tokio/tests/ |
D | uds_cred.rs | 26 let gid = unsafe { getegid() }; in test_socket_pair() localVariable
|
/external/strace/tests-m32/ |
D | fchownat.c | 44 uid_t gid = getegid(); in main() local
|
/external/strace/tests/ |
D | fchownat.c | 44 uid_t gid = getegid(); in main() local
|
/external/strace/tests-mx32/ |
D | fchownat.c | 44 uid_t gid = getegid(); in main() local
|
/external/iproute2/ip/ |
D | iptuntap.c | 49 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/ |
D | UserIDResolver.h | 30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
|
/external/ltp/testcases/kernel/syscalls/setfsgid/ |
D | setfsgid02.c | 46 gid_t gid; in main() local
|
D | setfsgid01.c | 43 gid_t gid; in main() local
|