Home
last modified time | relevance | path

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

/external/epid-sdk/example/util/src/
Dbufutil.c242 opts.show_ascii = true; in PrintBuffer()
271 if (opts.show_hex && opts.show_ascii) { in PrintBufferOpt()
275 if (opts.show_ascii) { in PrintBufferOpt()
301 if (opts.show_hex && opts.show_ascii) { in PrintBufferOpt()
305 if (opts.show_ascii) { in PrintBufferOpt()
339 if (opts.show_hex && opts.show_ascii) { in PrintBufferOpt()
343 if (opts.show_ascii) { in PrintBufferOpt()
/external/epid-sdk/example/util/
Dbuffutil.h32 bool show_ascii; member