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

/external/linux-tools-perf/src/tools/perf/util/
H A Dutil.h200 #undef isprint macro
229 #define isprint(x) sane_istest(x,GIT_PRINT) macro
/external/valgrind/coregrind/m_demangle/
H A Dsafe-ctype.h78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
138 #undef isprint macro
139 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc66 #undef isprint macro
78 inline bool isprint(char c) { function in namespace:google::protobuf
464 // Currently only \n, \r, \t, ", ', \ and !isprint() chars are escaped.
489 (!isprint(*src) ||
523 // Currently only \n, \r, \t, ", ', \ and !isprint() chars are escaped.

Completed in 162 milliseconds