Searched refs:tmp (Results 1 – 4 of 4) sorted by relevance
/stdio-common/ |
A D | tst-wc-printf.c | 10 wchar_t tmp[3]; in do_test() local 11 tmp[0] = '8'; in do_test() 12 tmp[1] = '1'; in do_test() 13 tmp[2] = 0; in do_test() 17 printf ("with %%S: %S\n", tmp); in do_test() 19 printf ("with %%C: %C\n", (wint_t) tmp[0]); in do_test()
|
A D | printf_fp.c | 165 MPN_VAR(tmp); 189 p->tmp[p->fracsize - p->scalesize] = hi; in hack_digit() 190 hi = p->tmp[0]; in hack_digit() 523 memcpy (p.tmp + _FPIO_CONST_SHIFT, in __printf_fp_l() 526 MPN_ZERO (p.tmp, _FPIO_CONST_SHIFT); in __printf_fp_l() 551 if (MPN_GE (p.frac, p.tmp)) in __printf_fp_l() 554 MPN_ASSIGN (p.scale, p.tmp); in __printf_fp_l() 690 cy = __mpn_mul (p.tmp, p.frac, p.fracsize, in __printf_fp_l() 731 || (p.tmp[p.tmpsize - 1] == topval[1] in __printf_fp_l() 745 for (i = 0; p.tmp[i] == 0; ++i); in __printf_fp_l() [all …]
|
A D | tst-fmemopen3.c | 150 char tmp[10]; in do_test_read_seek_neg() local 156 fread (tmp, tmps, 1, fp); in do_test_read_seek_neg() 158 if (memcmp (tmp, expected, tmps) != 0) in do_test_read_seek_neg() 163 print_buffer (tmp, tmps); in do_test_read_seek_neg()
|
A D | vfprintf-internal.c | 1374 const UCHAR_T *tmp; /* Temporary value. */ in vfprintf() local 1376 tmp = ++f; in vfprintf() 1377 if (ISDIGIT (*tmp)) in vfprintf() 1379 int pos = read_int (&tmp); in vfprintf() 1388 if (pos && *tmp == L_('$')) in vfprintf() 1424 const UCHAR_T *tmp; /* Temporary value. */ in vfprintf() local 1426 tmp = ++f; in vfprintf() 1427 if (ISDIGIT (*tmp)) in vfprintf() 1429 int pos = read_int (&tmp); in vfprintf() 1438 if (pos && *tmp == L_('$')) in vfprintf()
|
Completed in 12 milliseconds