Searched refs:ALL_O_FLAGS (Results 1 – 2 of 2) sorted by relevance
411 #define ALL_O_FLAGS O_ACCMODE | O_NDELAY | O_NONBLOCK | O_APPEND | \ macro466 if (flags & ~(ALL_O_FLAGS)) in show_fileflags()468 flags & ~(ALL_O_FLAGS)); in show_fileflags()
1931 #define ALL_O_FLAGS \ macro1941 if ((arg & ~(O_ACCMODE | ALL_O_FLAGS)) != 0) in openarg()