Home
last modified time | relevance | path

Searched refs:is_short (Results 1 – 3 of 3) sorted by relevance

/stdio-common/
A Dprintf-parsemb.c243 spec->info.is_short = 0; in __parse_one_specwc()
256 spec->info.is_short = 1; in __parse_one_specwc()
340 else if (spec->info.is_short) in __parse_one_specwc()
A Dprintf.h40 unsigned int is_short:1; /* h flag. */ member
A Dvfprintf-internal.c688 else if (!is_short) \
774 else if (!is_short) \
945 else if (!is_short) \
1299 int is_short = 0; /* Argument is short int. */ in vfprintf() local
1467 is_short = 1; in vfprintf()
1472 is_short = 0; in vfprintf()
1541 .is_short = is_short, in vfprintf()
1833 int is_short = specs[nspecs_done].info.is_short; in printf_positional() local

Completed in 7 milliseconds