Searched defs:FMT_POSIX (Results 1 - 1 of 1) sorted by relevance

/external/fmtlib/fmt/
H A Dposix.h32 #ifndef FMT_POSIX
35 # define FMT_POSIX(call) _##call macro
37 # define FMT_POSIX(call) call macro
191 RDONLY = FMT_POSIX(O_RDONLY), // Open for reading only.
192 WRONLY = FMT_POSIX(O_WRONLY), // Open for writing only.
193 RDWR = FMT_POSIX(O_RDWR) // Open for reading and writing.

Completed in 68 milliseconds