Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrings.c122 static bool char_7bit; variable
253 char_7bit = arg[0] == 's'; in parse_opt()
415 if ((isprint (*buf) || *buf == '\t') && (! char_7bit || *buf <= 127)) in process_chunk()