Searched refs:gid (Results 226 - 250 of 510) sorted by relevance

1234567891011>>

/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDABase.h69 __private_extern__ CFStringRef ___SCDynamicStoreCopyConsoleUser( SCDynamicStoreRef store, uid_t * uid, gid_t * gid );
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dunix++.cpp385 void FileDesc::chown(uid_t uid, gid_t gid) argument
387 checkError(::fchown(mFd, uid, gid));
390 void FileDesc::chgrp(gid_t gid) argument
392 checkError(::fchown(mFd, uid_t(-1), gid));
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dunix++.cpp385 void FileDesc::chown(uid_t uid, gid_t gid) argument
387 checkError(::fchown(mFd, uid, gid));
390 void FileDesc::chgrp(gid_t gid) argument
392 checkError(::fchown(mFd, uid_t(-1), gid));
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dntlib.c186 fchown (int fd, int uid, int gid) argument
H A Dntlib.h45 int fchown (int fd, int uid, int gid);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dunistd_.h58 extern int chown (const char *file, uid_t uid, gid_t gid);
64 "doesn't treat a uid or gid of -1 on some systems - " \
H A Dpaxerror.c98 chown_error_details (char const *name, uid_t uid, gid_t gid) argument
101 ERROR ((0, e, _("%s: Cannot change ownership to uid %lu, gid %lu"),
102 quotearg_colon (name), (unsigned long) uid, (unsigned long) gid));
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dipsec_manager.h82 int ipsec_start(struct service *serv, CFDictionaryRef options, uid_t uid, gid_t gid, mach_port_t bootstrap, u_int8_t onTraffic, u_int8_t onDemand);
/macosx-10.9.5/procmail-14/procmail/src/
H A Dmisc.h53 const gid_t egid,const uid_t uid,const gid_t gid)),
H A Dprocmail.h106 extern gid_t gid,sgid;
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/package/
H A Dtar_test_case.rb33 gid 8
81 Z(to_oct(0, 7)), # char gid[8]; ditto
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dbuildidx.tcl154 chown [list $statInfo(uid) $statInfo(gid)] $idxName
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_credential.c228 static struct kauth_identity *kauth_identity_alloc(uid_t uid, gid_t gid, guid_t *guidp, time_t guid_expiry,
238 static int kauth_identity_find_gid(gid_t gid, struct kauth_identity *kir, char *getname);
832 * translate a user@domain string into a uid/gid/whatever
1129 kauth_identity_alloc(uid_t uid, gid_t gid, guid_t *guidp, time_t guid_expiry, argument
1138 if (gid != KAUTH_GID_NONE) {
1139 kip->ki_gid = gid;
1144 panic("can't allocate kauth identity with both uid and gid");
1152 panic("can't allocate kauth identity with both gid and supplementary groups");
1620 * Parameters: gid GID to find
1631 kauth_identity_find_gid(uid_t gid, struc argument
2367 kauth_cred_gid2guid(gid_t gid, guid_t *guidp) argument
2431 kauth_cred_gid2ntsid(gid_t gid, ntsid_t *sidp) argument
3004 kauth_cred_ismember_gid(kauth_cred_t cred, gid_t gid, int *resultp) argument
3146 gid_t gid; local
3229 gid_t gid; local
4156 kauth_cred_setuidgid(kauth_cred_t cred, uid_t uid, gid_t gid) argument
4234 kauth_cred_setsvuidgid(kauth_cred_t cred, uid_t uid, gid_t gid) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfsevents.h87 #define FSE_ARG_GID 0x000b // next arg is the file's gid (gid_t)
88 #define FSE_ARG_FINFO 0x000c // next arg is a packed finfo (dev, ino, mode, uid, gid)
161 gid_t gid; member in struct:fse_info
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dstat.c40 "uid", "gid", "rdev", "size", "atime",
161 statgidprint(gid_t gid, char *outbuf, int flags) argument
164 sprintf(outbuf, "%lu", (unsigned long)gid);
171 gr = getgrgid(gid);
180 sprintf(optr, "%lu", (unsigned long)gid);
332 * -s: string, print mode, times, uid, gid as appropriate strings:
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dfileutils.rb962 # "s" :: is uid, gid.
1031 gid = fu_get_gid(group)
1033 Entry_.new(path).chown uid, gid
1061 gid = fu_get_gid(group)
1062 return unless uid or gid
1066 ent.chown uid, gid
1101 Etc.getgrnam(group).gid
1331 def chown(uid, gid)
1333 File.lchown uid, gid, path() if have_lchown?
1335 File.chown uid, gid, pat
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Dxcoff.h548 char gid[12]; member in struct:xcoff_ar_hdr
586 char gid[12]; member in struct:xcoff_ar_hdr_big
/macosx-10.9.5/libarchive-29/libarchive/cpio/
H A Dcpio.c109 static const char *lookup_gname(struct cpio *, gid_t gid);
111 const char **name, id_t gid);
131 int uid, gid; local
276 errmsg = owner_parse(cpio->optarg, &uid, &gid);
283 if (gid != -1)
284 cpio->gid_override = gid;
973 /* Format numeric uid/gid for display. */
983 /* Use gname if it's present, else lookup name from gid. */
1138 * Lookup uname/gname from uid/gid, return NULL if no match.
1219 lookup_gname(struct cpio *cpio, gid_t gid) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/local/
H A Ddotforward.c202 lstat_as(STR(path), &st, usr_attr.uid, usr_attr.gid);
248 } else if ((fd = open_as(STR(path), O_RDONLY, 0, usr_attr.uid, usr_attr.gid)) < 0) {
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs.h158 gid_t gid; member in struct:smb_mount_args
193 gid_t gid; member in struct:smbfs_args
/macosx-10.9.5/sudo-72/src/
H A Dtoke.l620 } /* comment, not uid/gid */
841 warningx("%s is owned by gid %u, should be %u",
/macosx-10.9.5/system_cmds-597.90.1/newgrp.tproj/
H A Dnewgrp.c226 /* Remove requested gid from supp. list if it exists. */
251 /* Add old effective gid to supp. list if it does not exist. */
272 inarray(gid_t gid, const gid_t grps[], int ngrps) argument
277 if (grps[i] == gid)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/newgrp.tproj/
H A Dnewgrp.c226 /* Remove requested gid from supp. list if it exists. */
251 /* Add old effective gid to supp. list if it does not exist. */
272 inarray(gid_t gid, const gid_t grps[], int ngrps) argument
277 if (grps[i] == gid)
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/
H A Dwebdavvfs.tcl88 lappend res dev -1 uid -1 gid -1 nlink 1 depth 0 \
118 lappend res dev -1 uid -1 gid -1 nlink 1 depth 0 \
/macosx-10.9.5/xnu-2422.115.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c220 kern_return_t KUNCExecute(char executionPath[1024], int uid, int gid) argument
228 kr = UNDExecute_rpc(UNDServer, executionPath, uid, gid);

Completed in 226 milliseconds

1234567891011>>