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

/freebsd-13-stable/include/
H A Dprintf.h54 unsigned is_char; member in struct:printf_info
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp158 bool is_char = element_type.IsCharType(); local
161 return is_char ? (is_signed ? lldb::eFormatDecimal : eFormatHex) : format;
/freebsd-13-stable/lib/libc/stdio/
H A Dxprintf_int.c252 else if (pi->is_char)
338 } else if (pi->is_char) {
H A Dxprintf.c211 if (pi->is_char)
411 pi->is_char = 1;
527 if (pi->is_char) fprintf(stderr, " char");

Completed in 64 milliseconds