Searched refs:print_char (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcre_printint.c | 118 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) in print_char() function 374 code += 1 + print_char(f, code, utf); in pcre_printint() 385 code += 1 + print_char(f, code, utf); in pcre_printint() 502 else extra = print_char(f, code+1, utf); in pcre_printint() 517 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre_printint() 547 extra = print_char(f, code + 1, utf); in pcre_printint() 573 extra = print_char(f, code + 1, utf); in pcre_printint() 589 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre_printint() 750 ccode += 1 + print_char(f, ccode, utf); in pcre_printint() 754 ccode += 1 + print_char(f, ccode, utf); in pcre_printint()
|
/external/ltrace/ |
D | lens_default.c | 129 print_char(FILE *stream, int c) in print_char() function 179 return print_char(stream, (int) lc); in format_char() 590 return print_char(stream, buf[0]); in format_wchar()
|