Searched refs:is_long (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/lib/libc/stdio/
H A Dxprintf_str.c113 if (pi->is_long || pi->spec == 'C')
128 if (pi->is_long || pi->spec == 'S') {
155 if (pi->is_long || pi->spec == 'C')
173 if (pi->is_long || pi->spec == 'C') {
H A Dxprintf_time.c67 if (pi->is_long) {
83 if (pi->is_long || pi->is_long_double) {
H A Dxprintf_int.c240 else if (pi->is_long)
324 } else if (pi->is_long) {
H A Dxprintf.c213 else if (pi->is_long)
384 pi->is_long = 0;
387 pi->is_long = 1;
397 pi->is_long = 0;
422 pi->is_long = 1;
527 if (pi->is_long) fprintf(stderr, " long");
/freebsd-10.0-release/include/
H A Dprintf.h54 unsigned is_long; member in struct:printf_info
/freebsd-10.0-release/contrib/gcc/
H A Dc-cppbuiltin.c717 builtin_define_type_max (const char *macro, tree type, int is_long) argument
746 suffix = suffixes[is_long * 2 + TYPE_UNSIGNED (type)];

Completed in 150 milliseconds