Searched refs:ALL_O_FLAGS (Results 1 – 2 of 2) sorted by relevance
403 #define ALL_O_FLAGS O_ACCMODE | O_NDELAY | O_NONBLOCK | O_APPEND | \ macro458 if (flags & ~(ALL_O_FLAGS)) in show_fileflags()460 flags & ~(ALL_O_FLAGS)); in show_fileflags()
1921 #define ALL_O_FLAGS \ macro1931 if ((arg & ~(O_ACCMODE | ALL_O_FLAGS)) != 0) in openarg()