Searched refs:UID_T (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/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-12.1/contrib/sendmail/include/sm/ |
| H A D | conf.h | 698 # define UID_T int /* compiler gripes on uid_t */ macro 1240 # define UID_T uid_t macro 1386 # define UID_T int /* GNUC gets it right, ConvexC botches */ macro 2654 # ifndef UID_T 2655 # define UID_T uid_t macro
|
| /freebsd-12.1/contrib/sendmail/libsmutil/ |
| H A D | safefile.c | 48 UID_T uid; 396 UID_T uid;
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | sendmail.h | 1901 extern void vendor_set_uid __P((UID_T)); 2805 extern struct passwd *sm_getpwuid __P((UID_T));
|
| H A D | conf.c | 3960 UID_T uid; in vendor_set_uid() 4528 UID_T uid; in sm_getpwuid() 4561 UID_T uid; in secureware_setup_secure()
|