Searched refs:GID_T (Results 1 – 4 of 4) 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 | 699 # define GID_T int /* ditto for gid_t */ macro 1254 # define GID_T gid_t macro 1400 # define GID_T int /* GNUC gets it right, ConvexC botches */ macro 2679 # ifndef GID_T 2680 # define GID_T gid_t macro
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 48 GID_T gid; 396 GID_T gid;
|
/freebsd/contrib/sendmail/src/ |
H A D | main.c | 338 InitialGidSet[0] = (GID_T) -1;
|