Searched refs:UID_T (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/include/sendmail/ |
H A D | sendmail.h | 65 extern int safefile __P((char *, UID_T, GID_T, char *, long, int, struct stat *)); 66 extern int safedirpath __P((char *, UID_T, GID_T, char *, long, int, int));
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 698 # define UID_T int /* compiler gripes on uid_t */ macro 1253 # define UID_T uid_t macro 1399 # define UID_T int /* GNUC gets it right, ConvexC botches */ macro 2675 # ifndef UID_T 2676 # define UID_T uid_t macro
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 47 UID_T uid; 395 UID_T uid;
|
/freebsd/contrib/sendmail/src/ |
H A D | sendmail.h | 2147 extern void vendor_set_uid __P((UID_T)); 3008 extern struct passwd *sm_getpwuid __P((UID_T));
|
H A D | conf.c | 4030 UID_T uid; in vendor_set_uid() 4607 UID_T uid; in sm_getpwuid() 4640 UID_T uid; in secureware_setup_secure()
|