Searched defs:uid_t (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | types.h | 41 # define uid_t int macro
|
H A D | conf.h | 692 # define UID_T int /* compiler gripes on uid_t */ 1226 # define UID_T uid_t 1306 typedef unsigned short uid_t; typedef 1877 extern struct passwd * sendmail_mpe_getpwuid __P((uid_t)); 2638 # define UID_T uid_t
|
/illumos-gate/usr/src/head/ |
H A D | stdlib.h | 89 typedef unsigned int uid_t; /* UID type */ typedef 271 extern int getpw(uid_t, char *);
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs_acl.h | 31 typedef unsigned int uid_t; /* UID type */ typedef
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | types.h | 47 typedef unsigned short uid_t; typedef
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | mail.h | 71 typedef int uid_t; typedef 289 extern void createmf(uid_t uid, char *file); 312 extern int islocal(char *user, uid_t *puid); 417 extern uid_t mf_uid; /* uid of user's mailfile */ 422 extern uid_t my_euid; /* user's euid */ 424 extern uid_t my_uid; /* user's uid */
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | types.h | 339 typedef long uid_t; /* UID type */ typedef 341 typedef int uid_t; typedef 345 typedef uid_t gid_t; /* GID type */
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | stat.h | 91 typedef __uid_t uid_t; typedef 127 uid_t st_uid; /* user ID of the file's owner */ 158 uid_t st_uid; /* user ID of the file's owner */
|
H A D | types.h | 138 typedef __id_t id_t; /* can hold a uid_t or pid_t */ 226 typedef __uid_t uid_t; /* user id */ typedef
|
H A D | socket.h | 82 typedef __uid_t uid_t; typedef 470 uid_t cmcred_uid; /* real UID of sending process */ 471 uid_t cmcred_euid; /* effective UID of sending process */ 481 uid_t sc_uid; /* real user id */ 482 uid_t sc_euid; /* effective user id */
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 411 typedef int uid_t; typedef 482 extern int getname(uid_t uid, char namebuf[]); 486 extern uid_t getuserid(char name[]);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | types.h | 378 typedef unsigned int uid_t; /* UID type */ typedef 381 typedef uid_t gid_t; /* GID type */
|
/illumos-gate/usr/src/boot/include/ |
H A D | unistd.h | 68 typedef __uid_t uid_t; typedef 325 int chown(const char *, uid_t, gid_t); 340 uid_t geteuid(void); 347 uid_t getuid(void); 362 int setuid(uid_t); 404 int fchown(int, uid_t, gid_t); 410 int seteuid(uid_t); 418 int lchown(const char *, uid_t, gid_t); 431 int fchownat(int, const char *, uid_t, gid_t, int); 457 int setreuid(uid_t, uid_ [all...] |
Completed in 103 milliseconds