Searched refs:uid_t (Results 1 - 25 of 804) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-setres_id.h23 int setresuid(uid_t, uid_t, uid_t);
/macosx-10.10.1/MITKerberosShim-66/PrivateKerberos/
H A Dkrb5-ipc.h30 void krb5_ipc_client_set_target_uid(uid_t);
/macosx-10.10.1/postfix-255/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);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/_types/
H A D_uid_t.h30 typedef __darwin_uid_t uid_t; typedef
/macosx-10.10.1/OpenSSH-189/openssh/
H A Duidswap.h18 void permanently_drop_suid(uid_t);
H A Dsshlogin.h15 void record_login(pid_t, const char *, const char *, uid_t,
18 time_t get_last_login_time(uid_t, const char *, char *, u_int);
/macosx-10.10.1/postfix-255/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 Dmypwd.h21 uid_t pw_uid;
29 extern int mypwuid_err(uid_t, struct mypasswd **);
31 extern struct mypasswd *mypwuid(uid_t);
H A Ddot_lockfile_as.c12 /* uid_t euid;
17 /* uid_t euid;
54 int dot_lockfile_as(const char *path, VSTRING *why, uid_t euid, gid_t egid)
56 uid_t saved_euid = geteuid();
80 void dot_unlockfile_as(const char *path, uid_t euid, gid_t egid)
82 uid_t saved_euid = geteuid();
H A Duser_acl.h18 #include <sys/types.h> /* uid_t */
28 extern const char *check_user_acl_byuid(char *, uid_t);
/macosx-10.10.1/emacs-93/emacs/nt/inc/
H A Dpwd.h18 typedef int uid_t; typedef
19 typedef uid_t gid_t;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper-server.h25 extern uid_t mDNSResponderUID;
26 extern uid_t mDNSResponderGID;
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
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.10.1/uucp-11/uucp/unix/
H A Dpriv.c20 uid_t iuid;
/macosx-10.10.1/sudo-73/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.10.1/Libc-1044.1.2/compat-43/FreeBSD/
H A Dsetruid.c39 setruid(uid_t ruid)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A Dasperl_undefs.h32 # undef uid_t macro
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Duser.h44 uid_t atf_user_euid(void);
/macosx-10.10.1/emacs-93/emacs/mac/inc/
H A Dpwd.h35 struct passwd *getpwuid(uid_t);
/macosx-10.10.1/emacs-93/emacs/mac/inc/sys/
H A Dtypes.h28 /* Need definitions of uid_t from stat.h */
33 typedef long uid_t; typedef
/macosx-10.10.1/Libc-1044.1.2/compat-43/
H A Dsetreuid.c41 uid_t ruid, euid;
43 static uid_t saveduid = -1;

Completed in 478 milliseconds

1234567891011>>