Searched refs:is_char (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/include/
H A Dprintf.h52 unsigned is_char; member in struct:printf_info
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp161 bool is_char = element_type.IsCharType(); local
164 return is_char ? (is_signed ? lldb::eFormatDecimal : eFormatHex) : format;
/freebsd-current/lib/libc/stdio/
H A Dxprintf_int.c250 else if (pi->is_char)
336 } else if (pi->is_char) {
H A Dxprintf.c209 if (pi->is_char)
409 pi->is_char = 1;
525 if (pi->is_char) fprintf(stderr, " char");

Completed in 128 milliseconds