Searched refs:gid (Results 76 - 100 of 510) sorted by relevance

1234567891011>>

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DContextualGlyphSubstProc2.h53 TTGlyphID lookup(le_uint32 offset, LEGlyphID gid);
H A DContextualGlyphSubstProc2.cpp73 TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyphID gid) argument
84 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
93 const LookupSegment *segment = lookupTable2->lookupSegment(lookupTable2->segments, gid);
109 const LookupSingle *segment = lookupTable6->lookupSingle(lookupTable6->entries, gid);
120 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/user/unix/
H A Duserinfo.c92 apr_gid_t *gid,
96 *gid = getgid();
104 APR_DECLARE(apr_status_t) apr_uid_get(apr_uid_t *uid, apr_gid_t *gid,
115 *gid = pw.pw_gid;
/macosx-10.9.5/apr-30/apr/apr/user/unix/
H A Duserinfo.c92 apr_gid_t *gid,
96 *gid = getgid();
104 APR_DECLARE(apr_status_t) apr_uid_get(apr_uid_t *uid, apr_gid_t *gid,
115 *gid = pw.pw_gid;
/macosx-10.9.5/file_cmds-230/chown/
H A Dchown.c76 gid_t gid; variable
151 gid = (gid_t)-1;
217 /* Can only avoid updating times if both uid and gid are -1 */
218 if ((uid == (uid_t)-1) && (gid == (gid_t)-1))
222 (gid == (gid_t)-1 || gid == p->fts_statp->st_gid))
225 if (((hflag || symlink_found) ? lchown : chown)(p->fts_accpath, uid, gid) == -1) {
248 gid = ((gr = getgrnam(s)) != NULL) ? gr->gr_gid : id(s, "group");
256 if (*s == '\0') /* Argument was "[:.]gid". */
289 if (gid !
[all...]
/macosx-10.9.5/postfix-252/postfix/src/local/
H A Dfile.c130 * Use a default uid/gid when none are given.
134 if (usr_attr.gid == 0 && (usr_attr.gid = var_default_gid) == 0)
148 (long) usr_attr.uid, (long) usr_attr.gid, path);
160 set_eugid(usr_attr.uid, usr_attr.gid);
/macosx-10.9.5/shell_cmds-175/chroot/
H A Dchroot.c76 gid_t gid = 0, gidlist[NGROUPS_MAX]; local
103 gid = (gid_t)strtol(group, &endp, 0);
109 gid = gp->gr_gid;
155 if (group && setgid(gid) < 0)
/macosx-10.9.5/sudo-72/src/
H A Dpwutil.c84 gid_t gid; member in union:cache_item::__anon12612
334 sudo_fakepwnamid(user, uid, gid)
337 gid_t gid;
354 pw->pw_gid = gid;
392 sudo_fakepwnam(user, gid)
394 gid_t gid;
399 return sudo_fakepwnamid(user, uid, gid);
403 * Take a uid and gid and return a faked up passwd struct.
406 sudo_fakepwuid(uid, gid)
408 gid_t gid;
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dsuexec.c252 gid_t gid; /* target group placeholder */ local
405 gid = gr->gr_gid;
446 log_no_err("uid: (%s/%s) gid: (%s/%s) cmd: %s\n",
464 if ((gid == 0) || (gid < AP_GID_MIN)) {
465 log_err("cannot run as forbidden gid (%d/%s)\n", gid, cmd);
475 if (((setgid(gid)) != 0) || (initgroups(actual_uname, gid) != 0)) {
476 log_err("failed to setgid (%ld: %s)\n", gid, cm
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_txn.cpp69 DBTXN_METHOD(prepare, 0, (u_int8_t *gid), (txn, gid))
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DTransaction.java308 @param gid
312 global transactions must be resolved. The gid parameter must be sized
319 public void prepare(final byte[] gid) argument
322 txn.prepare(gid);
/macosx-10.9.5/cron-39/cron/
H A Dpopen.c162 gid_t gid; local
168 gid = pwd->pw_gid;
189 gid = gr->gr_gid;
203 pwd->pw_gid = e->gid;
216 * Set our directory, uid and gid. Set gid
221 if(setgid(gid)) {
226 if (initgroups(e->uname, gid) != 0) {
240 if (setgid(e->gid) != 0)
243 if (initgroups(usernm, e->gid) !
[all...]
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A Dmain.c136 "%s -i <if_name> [ -u <uid> ] [ -g <gid> ]\n",
180 gid_t gid = -1; local
213 gid = strtoul(optarg, NULL, 0);
227 if (gid == -1) {
228 gid = getgid();
234 EAPLOG(LOG_NOTICE, "%s START uid %d gid %d", if_name, uid, gid);
237 EAPLOG(LOG_NOTICE, "%s START uid %d gid %d", if_name, uid, gid);
263 if (setgid(gid) <
[all...]
/macosx-10.9.5/file_cmds-230/pax/
H A Dpax_format.h101 char gid[8]; /* gid */ member in struct:__anon8882
140 char gid[8]; /* gid */ member in struct:__anon8883
H A Dtar.h104 char gid[8]; /* gid */ member in struct:__anon8884
143 char gid[8]; /* gid */ member in struct:__anon8885
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_SCDynamicStoreCopySpecific.py17 nm, uid, gid = SCDynamicStoreCopyConsoleUser(st, None, None)
20 self.failUnless(isinstance(gid, (int, long)))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_SCDynamicStoreCopySpecific.py17 nm, uid, gid = SCDynamicStoreCopyConsoleUser(st, None, None)
20 self.assertTrue(isinstance(gid, (int, long)))
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dipc.h110 gid_t gid; /* [XSI] Owner's group ID */ member in struct:ipc_perm
132 __uint16_t gid; /* Owner's group ID */ member in struct:__ipc_perm_old
/macosx-10.9.5/ruby-104/ruby/
H A Dprocess.c1738 else if (id == rb_intern("gid")) {
1741 rb_raise(rb_eArgError, "gid option specified twice");
1746 eargp->gid = OBJ2GID(val);
1751 "gid option is unimplemented on this machine");
2977 if (setgid(eargp->gid) < 0) {
4784 rb_gid_t gid; local
4788 gid = NUM2GIDT(id);
4806 gid = grptr->gr_gid;
4811 return gid;
5353 * Process.gid
5365 rb_gid_t gid = getgid(); local
5381 rb_gid_t gid; local
5745 rb_gid_t gid; local
6061 rb_gid_t gid; local
6101 rb_gid_t gid; local
6259 rb_gid_t gid; local
6446 rb_gid_t gid, egid; local
6491 rb_gid_t gid, egid; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dregress.c69 "[101:egid?The intercept effective gid is set to \aoriginal-egid\a. The "
70 "effective gid of the underlying system process is not affected. The "
74 "[+getegid()?The intercept effecive gid is returned. The "
75 "\bsetgid\b() intercept may change this between the real gid and "
77 "[+setgid(gid)?Sets the intercept effective gid to \agid\a. "
78 "Fails if \agid\a is neither the real gid nor "
168 int setgid(gid_t gid) argument
174 if (gid != intercept_rgid && gid !
[all...]
/macosx-10.9.5/libarchive-29/libarchive/cpio/
H A Dcmdline.c76 { "numeric-uid-gid", 0, 'n' },
278 * <username|uid>:<groupname|gid> - Override both
279 * :<groupname|gid> - Override group but not user
281 * Where uid/gid are decimal representations and groupname/username
287 * Sets uid/gid return as appropriate, -1 indicates uid/gid not specified.
293 owner_parse(const char *spec, int *uid, int *gid) argument
299 *gid = -1;
337 *gid = pwent->pw_gid;
355 *gid
[all...]
/macosx-10.9.5/ruby-104/ruby/test/etc/
H A Dtest_etc.rb15 assert_kind_of(Integer, s.gid)
72 assert_kind_of(Integer, s.gid)
84 Etc.group {|s| groups[s.gid] |= [s]}
85 groups.each_pair do |gid, s|
86 assert_include(s, Etc.getgrgid(gid))
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotify_proc.c271 server_preflight(caddr_t name, mach_msg_type_number_t nameCnt, audit_token_t audit, int token, uid_t *uid, gid_t *gid, pid_t *pid, uint64_t *cid) argument
289 audit_token_to_au32(audit, NULL, uid, gid, NULL, NULL, &xpid, NULL, NULL);
318 gid_t gid = (gid_t)-1; local
327 audit_token_to_au32(audit, NULL, &uid, &gid, NULL, NULL, NULL, NULL, NULL);
329 daemon_post_nid(name_id, uid, gid);
344 gid_t gid = (gid_t)-1; local
347 *status = server_preflight(name, nameCnt, audit, -1, &uid, &gid, NULL, NULL);
353 *status = _notify_lib_check_controlled_access(global.notify_state, name, uid, gid, NOTIFY_ACCESS_WRITE);
361 *status = daemon_post(name, uid, gid);
441 gid_t gid local
487 gid_t gid = (gid_t)-1; local
592 gid_t gid = (gid_t)-1; local
635 gid_t gid = (gid_t)-1; local
699 gid_t gid = (gid_t)-1; local
940 gid_t gid = (gid_t)-1; local
975 gid_t gid = (gid_t)-1; local
997 gid_t gid = (gid_t)-1; local
1037 gid_t gid = (gid_t)-1; local
1094 gid_t gid = (gid_t)-1; local
1109 __notify_server_set_owner( mach_port_t server, caddr_t name, mach_msg_type_number_t nameCnt, int uid, int gid, int *status, audit_token_t audit ) argument
1142 __notify_server_get_owner( mach_port_t server, caddr_t name, mach_msg_type_number_t nameCnt, int *uid, int *gid, int *status, audit_token_t audit ) argument
1177 gid_t gid = (gid_t)-1; local
1252 gid_t gid = (gid_t)-1; local
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dgeneral.c895 make sure the groups array includes at least the current gid. */
898 group_array[0] = current_user.gid;
905 if (current_user.gid == (gid_t)group_array[i])
911 group_array[0] = current_user.gid;
918 if (group_array[0] != current_user.gid)
921 if (group_array[i] == current_user.gid)
926 group_array[0] = current_user.gid;
934 group_member (gid_t gid) argument
936 group_member (gid)
937 gid_t gid;
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsshpty.c206 gid_t gid; local
213 gid = grp->gr_gid;
216 gid = pw->pw_gid;
233 if (st.st_uid != pw->pw_uid || st.st_gid != gid) {
234 if (chown(tty, pw->pw_uid, gid) < 0) {
238 tty, (u_int)pw->pw_uid, (u_int)gid,
242 tty, (u_int)pw->pw_uid, (u_int)gid,

Completed in 404 milliseconds

1234567891011>>