Searched refs:HASSETREUID (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h117 # define HASSETREUID 1 /* setreuid(2) works on HP-UX 11.x */ macro
193 # define HASSETREUID 1 /* setreuid(2) works as of AIX 4.2 */ macro
255 # define HASSETREUID 1 /* use setreuid(2) -lbsd system call */ macro
305 # define HASSETREUID 1 /* has setreuid(2) call */ macro
416 # define HASSETREUID 1 /* setreuid works as of 2.5 */ macro
477 # define HASSETREUID 1 /* has setreuid(2) call */ macro
538 # define HASSETREUID 1 /* has setreuid(2) call */ macro
574 # define HASSETREUID 1 /* has setreuid(2) call */ macro
757 # define HASSETREUID 0 /* setreuid(2) unusable */ macro
831 # define HASSETREUID macro
912 # define HASSETREUID macro
1047 # define HASSETREUID macro
1209 # define HASSETREUID macro
1264 # define HASSETREUID macro
1344 # define HASSETREUID macro
1699 # define HASSETREUID macro
1736 # define HASSETREUID macro
1787 # define HASSETREUID macro
1892 # define HASSETREUID macro
1940 # define HASSETREUID macro
2308 # define HASSETREUID macro
2375 # define HASSETREUID macro
2425 # define HASSETREUID macro
2570 # define HASSETREUID macro
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dmain.c1270 #if HASSETREUID
1292 #else /* HASSETREUID */
1309 #endif /* HASSETREUID */
3806 #if HASSETREUID
3829 #endif /* HASSETREUID */
H A Drecipient.c1681 #if HASSETREUID || USESETEUID
1705 #endif /* HASSETREUID || USESETEUID */
H A Dconf.c5897 #if HASSETREUID
5898 "HASSETREUID",
5899 #endif /* HASSETREUID */
H A Ddeliver.c2571 # if HASSETREUID
2578 # endif /* HASSETREUID */

Completed in 175 milliseconds