Home
last modified time | relevance | path

Searched refs:FormatFlags (Results 1 – 3 of 3) sorted by relevance

/haiku/src/bin/debug/strace/
H A DContext.cpp69 Context::FormatFlags(uint64 value) const in FormatFlags() function in Context
H A DContext.h60 string FormatFlags(uint64 value) const;
H A DNetworkTypes.cpp477 r += ", flags = " + context.FormatFlags(msg->flags);
498 r += ", flags = " + context.FormatFlags(h->msg_flags); in format_pointer()