Home
last modified time | relevance | path

Searched defs:isprint (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h139 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc78 inline bool isprint(char c) { in isprint() function