Searched refs:wide (Results 1 – 8 of 8) sorted by relevance
/stdio-common/ |
A D | printf_size.c | 26 #define PAD(f, c, n) (wide ? _IO_wpadn (f, c, n) : _IO_padn (f, c, n)) 28 #define putc(c, f) (wide \ 49 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \ 56 if (wide) \ 114 int wide = info->wide; in __printf_size() local 187 fp_info.wide = wide; in __printf_size()
|
A D | tst-vfprintf-mbs-prec.c | 57 make_random_string (char **mbs, wchar_t **wide, size_t **length) in make_random_string() argument 92 *wide = wstr_finalize (&wstr, NULL); in make_random_string() 93 TEST_VERIFY_EXIT (*wide != NULL); in make_random_string() 419 mbs_len, wide, suffix); in test_mbs_long() 490 TEST_VERIFY (wmemcmp (buf, wide, actual_wide_len) == 0); in test_wide_long() 497 TEST_VERIFY (wmemcmp (buf, wide, actual_wide_len) == 0); in test_wide_long() 527 wchar_t *wide; in do_test() local 529 make_random_string (&mbs, &wide, &length); in do_test() 534 test_mbs_long (mbs, wide, length); in do_test() 535 test_wide_long (mbs, wide, length); in do_test() [all …]
|
A D | printf_fphex.c | 47 #define PAD(f, c, n) (wide ? _IO_wpadn (f, c, n) : _IO_padn (f, c, n)) 49 #define putc(c, f) (wide \ 68 if (wide) \ 148 int wide = info->wide; in __printf_fphex() local 432 width -= wide ? 1 : strlen (decimal); in __printf_fphex() 458 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal)); in __printf_fphex()
|
A D | printf.h | 49 unsigned int wide:1; /* Nonzero for wide character streams. */ member
|
A D | printf_fp.c | 59 #define PAD(f, c, n) (wide ? _IO_wpadn (f, c, n) : _IO_padn (f, c, n)) 61 #define putc(c, f) (wide \ 89 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \ 103 if (wide) \ 266 int wide = info->wide; in __printf_fp_l() local 310 if (wide) in __printf_fp_l() 329 if ((wide && thousands_sepwc == L'\0') in __printf_fp_l() 330 || (! wide && *thousands_sep == '\0')) in __printf_fp_l() 1188 if (! wide) in __printf_fp_l() 1254 PRINT (tmpptr, wstartp, wide ? wcp - wstartp : cp - tmpptr); in __printf_fp_l()
|
A D | printf-parsemb.c | 81 spec->info.wide = sizeof (UCHAR_T) > 1; in __parse_one_specwc()
|
A D | Makefile | 61 bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide tst-sprintf3 \
|
A D | vfprintf-internal.c | 1551 .wide = sizeof (CHAR_T) != 1, in vfprintf()
|
Completed in 15 milliseconds