Searched refs:gid_t (Results 1 - 25 of 417) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-setres_id.h18 int setresgid(gid_t, gid_t, gid_t);
H A Dbsd-getpeereid.c28 getpeereid(int s, uid_t *euid, gid_t *gid)
47 getpeereid(int s, uid_t *euid, gid_t *gid)
64 getpeereid(int s, uid_t *euid, gid_t *gid)
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_cred.h47 gid_t egid;
48 gid_t groups[NGROUPS_MAX];
/freebsd-11-stable/crypto/openssh/
H A Dgroupaccess.h30 int ga_init(const char *, gid_t);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dinitgroups.c39 initgroups(const char *name, gid_t basegid)
H A Dchown.c39 chown(const char *path, uid_t owner, gid_t group)
H A Dfchown.c39 fchown(int fd, uid_t owner, gid_t group)
H A Dsetegid.c43 setegid(gid_t egid)
/freebsd-11-stable/lib/libc/gen/
H A Dgetgrouplist.c45 extern int __getgroupmembership(const char *, gid_t, gid_t *, int, int *);
48 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt)
H A Dinitgroups.c47 initgroups(const char *uname, gid_t agroup)
51 gid_t *groups;
/freebsd-11-stable/include/
H A Dgrp.h47 typedef __gid_t gid_t; typedef
59 gid_t gr_gid; /* group id */
68 struct group *getgrgid(gid_t);
71 const char *group_from_gid(gid_t, int);
72 int gid_from_group(const char *, gid_t *);
75 struct group * (*)(gid_t));
82 int getgrgid_r(gid_t, struct group *, char *, size_t,
H A Dunistd.h43 typedef __gid_t gid_t; typedef
325 int chown(const char *, uid_t, gid_t);
339 gid_t getegid(void);
341 gid_t getgid(void);
342 int getgroups(int, gid_t []);
359 int setgid(gid_t);
405 int fchown(int, uid_t, gid_t);
410 int setegid(gid_t);
419 int lchown(const char *, uid_t, gid_t);
432 int fchownat(int, const char *, uid_t, gid_t, in
[all...]
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Duser.h41 bool atf_user_is_member_of_group(gid_t);
H A Duser.c46 atf_user_is_member_of_group(gid_t gid)
48 static gid_t groups[NGROUPS_MAX];
/freebsd-11-stable/lib/libc/compat-43/
H A Dsetrgid.c39 setrgid(gid_t rgid)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcred.h82 extern int groupmember(gid_t, const cred_t *);
83 extern int supgroupmember(gid_t, const cred_t *);
92 extern gid_t crgetgid(const cred_t *);
93 extern gid_t crgetrgid(const cred_t *);
94 extern gid_t crgetsgid(const cred_t *);
106 extern const gid_t *crgetgroups(const cred_t *);
107 extern const gid_t *crgetggroups(const struct credgrp *);
116 extern int crsetresgid(cred_t *, gid_t, gid_t, gid_t);
[all...]
/freebsd-11-stable/usr.bin/login/
H A Dlogin.h30 void login_fbtab(char *, uid_t, gid_t);
/freebsd-11-stable/sys/sys/
H A Ducred.h56 gid_t cr_rgid; /* real group id */
57 gid_t cr_svgid; /* saved group id */
67 gid_t *cr_groups; /* groups */
69 gid_t cr_smallgroups[XU_NGROUPS]; /* storage for small groups */
87 gid_t cr_groups[XU_NGROUPS]; /* groups */
99 void change_egid(struct ucred *newcred, gid_t egid);
101 void change_rgid(struct ucred *newcred, gid_t rgid);
103 void change_svgid(struct ucred *newcred, gid_t svgid);
115 void crsetgroups(struct ucred *cr, int n, gid_t *groups);
116 int groupmember(gid_t gi
[all...]
/freebsd-11-stable/libexec/mknetid/
H A Dhash.h37 gid_t groupid;
/freebsd-11-stable/usr.bin/at/
H A Dprivs.h66 extern gid_t real_gid, effective_gid;
70 gid_t real_gid, effective_gid;
105 if (setregid((gid_t)-1, effective_gid) != 0) err(1, "setregid failed"); \
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/id/
H A Dpwgr.c49 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)
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dmbdb.h25 #define SM_NO_GID ((gid_t)(-1))
30 gid_t mbdb_gid;
/freebsd-11-stable/contrib/libc-pwcache/
H A Dpwcache.h72 gid_t gid; /* cached gid */
/freebsd-11-stable/bin/pax/
H A Dcache.h70 gid_t gid; /* cached gid */
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.h68 gid_t mbs_gid_min;
69 gid_t mbs_gid_max;
102 gid_t mbo_gid_min;
103 gid_t mbo_gid_max;

Completed in 141 milliseconds

1234567891011>>