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

/freebsd-current/contrib/sendmail/src/
H A Dconf.c3745 ** You may also need to tweak IS_SAFE_CHOWN -- it should be a
3772 #ifndef IS_SAFE_CHOWN
3773 # define IS_SAFE_CHOWN > 0 macro
3798 return errno == 0 && rval IS_SAFE_CHOWN;
3800 return safedir && errno == 0 && rval IS_SAFE_CHOWN;
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h683 # define IS_SAFE_CHOWN >= 0 macro

Completed in 134 milliseconds