Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c403 #define ALL_O_FLAGS O_ACCMODE | O_NDELAY | O_NONBLOCK | O_APPEND | \ macro
458 if (flags & ~(ALL_O_FLAGS)) in show_fileflags()
460 flags & ~(ALL_O_FLAGS)); in show_fileflags()
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c1921 #define ALL_O_FLAGS \ macro
1931 if ((arg & ~(O_ACCMODE | ALL_O_FLAGS)) != 0) in openarg()