Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3693 #ifndef IS_SAFE_CHOWN
3694 # define IS_SAFE_CHOWN > 0 macro
3719 return errno == 0 && rval IS_SAFE_CHOWN;
3721 return safedir && errno == 0 && rval IS_SAFE_CHOWN;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h677 # define IS_SAFE_CHOWN >= 0 macro