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

1234567891011>>

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-setres_id.h20 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-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_cred.h47 gid_t egid;
48 gid_t groups[NGROUPS_MAX];
/freebsd-9.3-release/crypto/openssh/
H A Dgroupaccess.h30 int ga_init(const char *, gid_t);
/freebsd-9.3-release/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.c49 gid_t agroup;
53 gid_t *groups;
/freebsd-9.3-release/usr.bin/csup/
H A Didcache.h37 char *getgroupbyid(gid_t);
39 int getgidbyname(const char *, gid_t *);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dinitgroups.c42 initgroups(const char *name, gid_t basegid)
H A Dchown.c42 chown(const char *path, uid_t owner, gid_t group)
H A Dfchown.c42 fchown(int fd, uid_t owner, gid_t group)
H A Dsetegid.c46 setegid(gid_t egid)
/freebsd-9.3-release/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);
404 int fchown(int, uid_t, gid_t);
409 int setegid(gid_t);
418 int lchown(const char *, uid_t, gid_t);
431 int fchownat(int, const char *, uid_t, gid_t, in
[all...]
/freebsd-9.3-release/lib/libc/compat-43/
H A Dsetrgid.c39 setrgid(gid_t rgid)
/freebsd-9.3-release/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-9.3-release/usr.bin/login/
H A Dlogin.h28 void login_fbtab(char *, uid_t, gid_t);
/freebsd-9.3-release/sys/sys/
H A Ducred.h54 gid_t cr_rgid; /* real group id */
55 gid_t cr_svgid; /* saved group id */
65 gid_t *cr_groups; /* groups */
86 gid_t cr_groups[XU_NGROUPS]; /* groups */
98 void change_egid(struct ucred *newcred, gid_t egid);
100 void change_rgid(struct ucred *newcred, gid_t rgid);
102 void change_svgid(struct ucred *newcred, gid_t svgid);
114 void crsetgroups(struct ucred *cr, int n, gid_t *groups);
115 int groupmember(gid_t gid, struct ucred *cred);
/freebsd-9.3-release/libexec/mknetid/
H A Dhash.h37 gid_t groupid;
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfsmount.h34 gid_t gid; /* gid that owns hpfs files */
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfsmount.h39 gid_t gid; /* gid that owns ntfs files */
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_private.h54 const char * (*lookup_gname)(void *private, gid_t gid);
57 const char * (*lookup_uname)(void *private, gid_t gid);
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dmbdb.h25 #define SM_NO_GID ((gid_t)(-1))
30 gid_t mbdb_gid;
H A Dshm.h31 extern int sm_shmsetowner __P((int, uid_t, gid_t, mode_t));
/freebsd-9.3-release/bin/pax/
H A Dcache.h70 gid_t gid; /* cached gid */
/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.h72 gid_t gid; /* cached gid */

Completed in 287 milliseconds

1234567891011>>