Home
last modified time | relevance | path

Searched refs:ALL_O_FLAGS (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c411 #define ALL_O_FLAGS O_ACCMODE | O_NDELAY | O_NONBLOCK | O_APPEND | \ macro
466 if (flags & ~(ALL_O_FLAGS)) in show_fileflags()
468 flags & ~(ALL_O_FLAGS)); in show_fileflags()
/titanic_50/usr/src/cmd/truss/
H A Dcodes.c1931 #define ALL_O_FLAGS \ macro
1941 if ((arg & ~(O_ACCMODE | ALL_O_FLAGS)) != 0) in openarg()