Searched defs:IS_SAFE_CHOWN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h677 # define IS_SAFE_CHOWN >= 0 macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3665 ** You may also need to tweak IS_SAFE_CHOWN -- it should be a
3692 #ifndef IS_SAFE_CHOWN
3693 # define IS_SAFE_CHOWN > 0 macro
3694 #endif /* ! IS_SAFE_CHOWN */
3718 return errno == 0 && rval IS_SAFE_CHOWN;
3720 return safedir && errno == 0 && rval IS_SAFE_CHOWN;

Completed in 80 milliseconds