Searched defs:SET_AND_CLEAR (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/isc/unix/ |
H A D | fsaccess.c | 56 #define SET_AND_CLEAR(user, group, other) \ macro 65 SET_AND_CLEAR(S_IRUSR, S_IRGRP, S_IROTH); 71 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH); 76 SET_AND_CLEAR(S_IXUSR, S_IXGRP, S_IXOTH);
|
/bind-9.11.3/lib/isc/win32/ |
H A D | fsaccess.c | 117 #define SET_AND_CLEAR(user, group, other) \ macro 126 SET_AND_CLEAR(S_IRUSR, S_IRGRP, S_IROTH); 132 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH);
|
Completed in 1168 milliseconds