Searched refs:OK_FLAGS (Results 1 – 2 of 2) sorted by relevance
35 #define OK_FLAGS (O_CREAT | O_EXCL | O_TRUNC | O_CLOEXEC | O_NOFOLLOW) macro54 || (flags & ~(O_ACCMODE | OK_FLAGS))) { in shm_open()
47 #define OK_FLAGS (0 \ macro64 if (flags & ~OK_FLAGS) { in dlopen()