Searched refs:UID_T (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/include/sendmail/ |
H A D | sendmail.h | 67 extern int safefile __P((char *, UID_T, GID_T, char *, long, int, struct stat *)); 68 extern int safedirpath __P((char *, UID_T, GID_T, char *, long, int, int));
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 692 # define UID_T int /* compiler gripes on uid_t */ macro 1226 # define UID_T uid_t macro 1372 # define UID_T int /* GNUC gets it right, ConvexC botches */ macro 2637 # ifndef UID_T 2638 # define UID_T uid_t macro
|
/titanic_44/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 48 UID_T uid; 396 UID_T uid;
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | sendmail.h | 1793 extern void vendor_set_uid __P((UID_T)); 2634 extern struct passwd *sm_getpwuid __P((UID_T));
|
H A D | conf.c | 3951 UID_T uid; in vendor_set_uid() 4477 UID_T uid; in sm_getpwuid() 4510 UID_T uid; in secureware_setup_secure()
|