Searched refs:USESETEUID (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h97 # define USESETEUID 1 /* has usable seteuid(2) call */ macro
187 # define USESETEUID 1 /* seteuid(2) works */ macro
412 # define USESETEUID 1 /* seteuid works as of 2.3 */ macro
645 # define USESETEUID 1 /* has usable seteuid(2) call */ macro
759 # define USESETEUID 1 /* has seteuid(2) */ macro
805 # define USESETEUID 1 /* has usable seteuid(2) call */ macro
833 # define USESETEUID 1 /* has usable seteuid(2) call */ macro
876 # define USESETEUID 1 /* has usable seteuid(2) call */ macro
909 # define USESETEUID 1 /* has usable seteuid(2) call */ macro
943 # define USESETEUID macro
1189 # define USESETEUID macro
1456 # define USESETEUID macro
1737 # define USESETEUID macro
2445 # define USESETEUID macro
2514 # define USESETEUID macro
2531 # undef USESETEUID macro
2578 # define USESETEUID macro
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c1681 #if HASSETREUID || USESETEUID
1686 # if USESETEUID
1690 # else /* USESETEUID */
1698 # endif /* USESETEUID */
1705 #endif /* HASSETREUID || USESETEUID */
H A Dconf.c6020 #if USESETEUID
6021 "USESETEUID",
6022 #endif /* USESETEUID */

Completed in 81 milliseconds