Searched refs:is_intmax (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf_int.c253 else if (pi->is_intmax)
335 if (pi->is_long_double || pi->is_quad || pi->is_intmax ||
H A Dxprintf.c254 else if (pi->is_intmax)
630 pi->is_intmax = 0;
642 pi->is_intmax = 1;
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dprintf.h99 unsigned is_intmax :1; /* j flag */ member in struct:printf_info

Completed in 121 milliseconds