/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/harfbuzz_ng/src/ |
D | hb-subset-plan.cc | 37 hb_codepoint_t gid, in _add_gid_and_children() 58 hb_codepoint_t gid, in _add_cff_seac_components() 88 hb_codepoint_t gid = HB_SET_VALUE_INVALID; in _remove_invalid_gids() local 117 hb_codepoint_t gid; in _populate_gids_to_retain() local 134 hb_codepoint_t gid = HB_SET_VALUE_INVALID; in _populate_gids_to_retain() local
|
/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.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/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/libbrillo/brillo/ |
D | userdb_utils.cc | 19 bool GetUserInfo(const std::string& user, uid_t* uid, gid_t* gid) { in GetUserInfo() 38 bool GetGroupInfo(const std::string& group, gid_t* gid) { in GetGroupInfo()
|
D | file_utils.cc | 65 gid_t gid) { in RegularFileOrDelete() 102 gid_t gid, in TouchFileInternal() 158 gid_t gid) { in TouchFile()
|
/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 | 66 #define GID16_CHECK(gid, sys_name) ({ \ argument 94 int SETGID(GID_T gid) in SETGID() 119 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/mesa3d/src/mesa/state_tracker/ |
D | st_cb_perfmon.c | 49 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/python/cpython2/Lib/plat-os2emx/ |
D | grp.py | 103 def __init__(self, name, passwd, gid, mem): argument 166 def getgrgid(gid): argument
|
/external/epid-sdk/epid/common/ |
D | types.h | 154 GroupId gid; ///< group ID member 165 GroupId gid; ///< group ID member 174 GroupId gid; ///< group ID member 188 GroupId gid; ///< group ID member 198 GroupId gid; ///< group ID member 264 GroupId gid; ///< group ID member 282 GroupId gid; ///< group ID member 296 GroupId gid[1]; ///< revoked group IDs (flexible array) member 304 GroupId gid; ///< group ID member
|
/external/strace/tests/ |
D | fchownat.c | 44 uid_t gid = getegid(); in main() local
|
/external/epid-sdk/epid/common/src/ |
D | sigrlvalid.c | 27 bool IsSigRlValid(GroupId const* gid, SigRl const* sig_rl, size_t sig_rl_size) { in IsSigRlValid()
|
/external/strace/tests-mx32/ |
D | fchownat.c | 44 uid_t gid = getegid(); in main() local
|
/external/strace/tests-m32/ |
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/minijail/ |
D | system.c | 303 uid_t gid, bool bind, unsigned long *mnt_flags) in setup_mount_destination() 401 int lookup_user(const char *user, uid_t *uid, gid_t *gid) in lookup_user() 437 int lookup_group(const char *group, gid_t *gid) in lookup_group()
|
/external/ltp/testcases/kernel/syscalls/setgid/ |
D | setgid01.c | 50 static gid_t gid; variable
|
/external/ltp/testcases/kernel/syscalls/setfsgid/ |
D | setfsgid02.c | 46 gid_t gid; in main() local
|
/external/toybox/toys/pending/ |
D | useradd.c | 32 GLOBALS( in GLOBALS()
|