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

/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c65 #define SET_AND_CLEAR(user, group, other) \ macro
74 SET_AND_CLEAR(S_IRUSR, S_IRGRP, S_IROTH);
80 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH);
85 SET_AND_CLEAR(S_IXUSR, S_IXGRP, S_IXOTH);
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c128 #define SET_AND_CLEAR(user, group, other) \ macro
137 SET_AND_CLEAR(S_IRUSR, S_IRGRP, S_IROTH);
143 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH);

Completed in 101 milliseconds