Home
last modified time | relevance | path

Searched refs:UID_T (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/sendmail/include/sendmail/
H A Dsendmail.h65 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-13.1/contrib/sendmail/include/sm/
H A Dconf.h698 # define UID_T int /* compiler gripes on uid_t */ macro
1252 # define UID_T uid_t macro
1398 # define UID_T int /* GNUC gets it right, ConvexC botches */ macro
2672 # ifndef UID_T
2673 # define UID_T uid_t macro
/freebsd-13.1/contrib/sendmail/libsmutil/
H A Dsafefile.c47 UID_T uid;
395 UID_T uid;
/freebsd-13.1/contrib/sendmail/src/
H A Dsendmail.h2008 extern void vendor_set_uid __P((UID_T));
2836 extern struct passwd *sm_getpwuid __P((UID_T));
H A Dconf.c4025 UID_T uid; in vendor_set_uid()
4597 UID_T uid; in sm_getpwuid()
4630 UID_T uid; in secureware_setup_secure()