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

1234567891011>>

/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-setres_id.h20 int setresgid(gid_t, gid_t, gid_t);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dopen_as.h17 extern int open_as(const char *, int, int, uid_t, gid_t);
H A Dset_ugid.h16 extern void set_ugid(uid_t, gid_t);
H A Dlstat_as.h17 extern int lstat_as(const char *, struct stat *, uid_t, gid_t);
H A Dstat_as.h17 extern int stat_as(const char *, struct stat *, uid_t, gid_t);
H A Dset_eugid.h16 extern void set_eugid(uid_t, gid_t);
25 gid_t __set_eugid_gid = getegid(); \
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D_gid_t.h30 typedef __darwin_gid_t gid_t; typedef
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/features/
H A Dbotch.c36 extern int getgroups(int, gid_t*);
43 if (sizeof(int) > sizeof(gid_t))
48 gid_t groups[32 * sizeof(int) / sizeof(gid_t)];
50 r = sizeof(int) / sizeof(gid_t);
54 groups[i] = ((gid_t)0);
57 if (groups[i] != ((gid_t)0))
59 groups[i] = ((gid_t)-1);
62 if (groups[i] != ((gid_t)-1))
69 printf("#define getgroups _ast_getgroups /* implementation botches gid_t* ar
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Ddot_lockfile_as.h22 extern int dot_lockfile_as(const char *, VSTRING *, uid_t, gid_t);
23 extern void dot_unlockfile_as(const char *, uid_t, gid_t);
H A Ddot_lockfile_as.c13 /* gid_t egid;
18 /* gid_t egid;
54 int dot_lockfile_as(const char *path, VSTRING *why, uid_t euid, gid_t egid)
57 gid_t saved_egid = getegid();
80 void dot_unlockfile_as(const char *path, uid_t euid, gid_t egid)
83 gid_t saved_egid = getegid();
/macosx-10.9.5/Heimdal-323.92.1/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)
/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dgrp.h31 struct group *getgrgid(gid_t);
/macosx-10.9.5/emacs-92/emacs/nt/inc/
H A Dgrp.h24 #include <pwd.h> /* gid_t defined here */
31 struct group *getgrgid(gid_t);
/macosx-10.9.5/sudo-72/src/
H A Dsecure_path.h27 int sudo_secure_dir __P((const char *path, uid_t uid, gid_t gid, struct stat *sbp));
28 int sudo_secure_file __P((const char *path, uid_t uid, gid_t gid, struct stat *sbp));
29 int sudo_secure_path __P((const char *path, int type, uid_t uid, gid_t gid, struct stat *sbp));
/macosx-10.9.5/Libc-997.90.3/compat-43/FreeBSD/
H A Dsetrgid.c39 setrgid(gid_t rgid)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A Dasperl_undefs.h31 # undef gid_t macro
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Duser.h45 bool atf_user_is_member_of_group(gid_t);
/macosx-10.9.5/emacs-92/emacs/mac/inc/sys/
H A Dtypes.h34 typedef long gid_t; typedef
/macosx-10.9.5/rsync-42/rsync/
H A Dgetgroups.c29 gid_t *list;
30 gid_t gid = MY_GID();
42 list = (gid_t*)malloc(sizeof (gid_t) * (n + 1));
/macosx-10.9.5/Libc-997.90.3/compat-43/
H A Dsetregid.c40 gid_t rgid, egid;
42 static gid_t savedgid = -1;
/macosx-10.9.5/system_cmds-597.90.1/login.tproj/
H A Dlogin.h28 void login_fbtab(char *, uid_t, gid_t);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/login.tproj/
H A Dlogin.h28 void login_fbtab(char *, uid_t, gid_t);
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dlchown.c39 int __lchown(const char *, uid_t, gid_t);
45 lchown(const char *path, uid_t owner, gid_t group)

Completed in 245 milliseconds

1234567891011>>