Home
last modified time | relevance | path

Searched refs:old_gid (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-plan.hh61 hb_codepoint_t old_gid = codepoint_to_glyph->get (codepoint); in new_gid_for_codepoint() local
62 if (old_gid == HB_MAP_VALUE_INVALID) in new_gid_for_codepoint()
65 return new_gid_for_old_gid (old_gid, new_gid); in new_gid_for_codepoint()
68 bool new_gid_for_old_gid (hb_codepoint_t old_gid, in new_gid_for_old_gid()
71 hb_codepoint_t gid = glyph_map->get (old_gid); in new_gid_for_old_gid()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D26-2.c44 gid_t old_gid; in main() local
68 old_gid = stat_buf.st_gid; in main()
113 if (stat_buf.st_uid == old_uid && stat_buf.st_gid == old_gid) { in main()
120 if (stat_buf.st_gid != old_gid) in main()
/external/openssh/
Duidswap.c220 gid_t old_gid = getgid(); in permanently_set_uid() local
272 if (old_gid != pw->pw_gid && pw->pw_uid != 0 && in permanently_set_uid()
273 (setgid(old_gid) != -1 || setegid(old_gid) != -1)) in permanently_set_uid()