/src/usr.bin/write/ |
term_chk.h | 35 int term_chk(uid_t, const char *, int *, time_t *, int, gid_t); 36 char *check_sender(time_t *, uid_t, gid_t);
|
/src/sbin/mount/ |
mountprog.h | 30 gid_t a_gid(const char *);
|
/src/sys/sys/ |
ucred.h | 51 gid_t cr_gid; /* effective group id */ 53 gid_t cr_groups[NGROUPS_MAX]; /* groups */
|
prot.h | 54 int do_setresgid(struct lwp *, gid_t, gid_t, gid_t, u_int);
|
ipc.h | 56 gid_t gid; /* group id */ 58 gid_t cgid; /* creator group id */ 75 gid_t gid; 77 gid_t cgid;
|
/src/usr.bin/at/ |
privs.h | 65 extern gid_t real_gid, effective_gid; 68 void privs_relinquish_root(uid_t ruid, gid_t rgid);
|
privs.c | 66 gid_t real_gid, effective_gid; 97 privs_relinquish_root(uid_t ruid, gid_t rgid)
|
/src/lib/libc/compat-43/ |
setrgid.c | 47 setrgid(gid_t rgid) 49 return (setregid(rgid, (gid_t)-1));
|
/src/include/ |
grp.h | 53 gid_t gr_gid; /* group id */ 58 struct group *getgrgid(gid_t); 62 int getgrgid_r(gid_t, struct group *, char *, size_t, 76 const char *group_from_gid(gid_t, int); 77 int gid_from_group(const char *, gid_t *); 80 struct group * (*)(gid_t));
|
unistd.h | 92 int chown(const char *, uid_t, gid_t) __RENAME(__posix_chown); 94 int chown(const char *, uid_t, gid_t); 116 gid_t getegid(void); 118 gid_t getgid(void); 119 int getgroups(int, gid_t []); 135 int setgid(gid_t); 177 int setegid(gid_t); 264 int fchown(int, uid_t, gid_t) __RENAME(__posix_fchown); 266 int fchown(int, uid_t, gid_t); 274 int lchown(const char *, uid_t, gid_t) __RENAME(__posix_lchown) [all...] |
/src/sys/fs/udf/ |
udf_mount.h | 46 gid_t anon_gid; /* mapping of anonymous files gid */ 48 gid_t nobody_gid; /* nobody:nobody will map to -1:-1 */
|
/src/lib/libc/gen/ |
gr_private.h | 60 struct __grstate_files *, int, const char *, gid_t); 74 struct __grstate_dns *, int, const char *, gid_t); 90 struct __grstate_nis *, int, const char *, gid_t); 111 struct __grstate_compat *, int, const char *, gid_t,
|
getgrouplist.c | 58 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt)
|
getgroupmembership.c | 75 __gr_addgid(gid_t gid, gid_t *groups, int maxgrp, int *groupc) 104 gid_t agroup = va_arg(ap, gid_t); 105 gid_t *groups = va_arg(ap, gid_t *); 147 gid_t agroup = va_arg(ap, gid_t); 148 gid_t *groups = va_arg(ap, gid_t *); [all...] |
pwcache.h | 71 gid_t gid; /* cached gid */
|
/src/sys/compat/sys/ |
socket.h | 79 gid_t sc_gid; /* real group id */ 80 gid_t sc_egid; /* effective group id */ 82 gid_t sc_groups[1]; /* variable length */ 85 (/*CONSTCOND*/sizeof(struct sockcred70) + (sizeof(gid_t) * \
|
/src/sys/fs/filecorefs/ |
filecore_mount.h | 77 gid_t gid; /* gid that owns filecore files */
|
/src/sys/fs/ntfs/ |
ntfsmount.h | 40 gid_t gid; /* gid that owns ntfs files */
|
/src/sys/fs/tmpfs/ |
tmpfs_args.h | 50 gid_t ta_root_gid;
|
/src/tests/usr.bin/id/ |
pwgr.c | 49 gid_t 55 gid_t 87 getgrgid(gid_t gid) 105 getgrouplist(const char *name, gid_t basegid, gid_t *groups, int *ngroups) 137 getgroups(int gidsetlen, gid_t *gidset)
|
/src/sys/rump/include/rump/ |
rumpkern_if_pub.h | 16 struct kauth_cred* rump_pub_cred_create(uid_t, gid_t, size_t, gid_t *);
|
/src/sys/rump/include/rump-sys/ |
kern_if.h | 26 struct kauth_cred* rump_cred_create(uid_t, gid_t, size_t, gid_t *); 27 typedef struct kauth_cred* (*rump_cred_create_fn)(uid_t, gid_t, size_t, gid_t *);
|
/src/tools/compat/ |
lchown.c | 43 lchown(const char *path, uid_t owner, gid_t group)
|
/src/sys/fs/cd9660/ |
cd9660_mount.h | 49 gid_t gid; /* gid that owns ISO-9660 files */
|
/src/tests/lib/libc/sys/ |
t_getgroups.c | 51 gid_t gidset[NGROUPS_MAX]; 55 ATF_REQUIRE(getgroups(10, (gid_t *)-1) == -1); 72 gid_t gidset[NGROUPS_MAX]; 73 gid_t gid = getgid(); 100 gid_t gidset[NGROUPS_MAX]; 141 const gid_t val = 123456789; 142 gid_t gidset[NGROUPS_MAX];
|