Searched refs:GID_T (Results 1 – 4 of 4) sorted by relevance
/titanic_41/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_41/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 693 # define GID_T int /* ditto for gid_t */ macro 1227 # define GID_T gid_t macro 1373 # define GID_T int /* GNUC gets it right, ConvexC botches */ macro 2641 # ifndef GID_T 2642 # define GID_T gid_t macro
|
/titanic_41/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 49 GID_T gid; 397 GID_T gid;
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | main.c | 325 InitialGidSet[0] = (GID_T) -1;
|