Searched refs:L_ (Results 1 – 8 of 8) sorted by relevance
/stdio-common/ |
A D | tst-fphex.c | 13 # define L_(Str) Str macro 21 # define L_(Str) L##Str macro 34 { 0x0.0030p+0, L_("%a"), L_("0x1.8p-11") }, 35 { 0x0.0040p+0, L_("%a"), L_("0x1p-10") }, 36 { 0x0.0030p+0, L_("%040a"), L_("0x00000000000000000000000000000001.8p-11") }, 37 { 0x0.0040p+0, L_("%040a"), L_("0x0000000000000000000000000000000001p-10") }, 38 { 0x0.0040p+0, L_("%40a"), L_(" 0x1p-10") }, 39 { 0x0.0040p+0, L_("%#40a"), L_(" 0x1.p-10") }, 40 { 0x0.0040p+0, L_("%-40a"), L_("0x1p-10 ") }, 41 { 0x0.0040p+0, L_("%#-40a"), L_("0x1.p-10 ") }, [all …]
|
A D | printf-parsemb.c | 31 # define L_(Str) Str macro 112 case L_(' '): in __parse_one_specwc() 116 case L_('+'): in __parse_one_specwc() 120 case L_('-'): in __parse_one_specwc() 124 case L_('#'): in __parse_one_specwc() 129 case L_('0'): in __parse_one_specwc() 133 case L_('\''): in __parse_one_specwc() 138 case L_('I'): in __parse_one_specwc() 253 case L_('h'): in __parse_one_specwc() 263 case L_('l'): in __parse_one_specwc() [all …]
|
A D | vfscanf-internal.c | 504 while (*f == L_('*') || *f == L_('\'') || *f == L_('I')) in __vfwscanf_internal() 534 case L_('h'): in __vfwscanf_internal() 544 case L_('l'): in __vfwscanf_internal() 555 case L_('q'): in __vfwscanf_internal() 563 if (*f != L_('s') && *f != L_('S') && *f != L_('[')) in __vfwscanf_internal() 617 if (skip_space || (fc != L_('[') && fc != L_('c') in __vfwscanf_internal() 618 && fc != L_('C') && fc != L_('n'))) in __vfwscanf_internal() 1403 if (c == L_('-') || c == L_('+')) in __vfwscanf_internal() 1921 if (c == L_('-') || c == L_('+')) in __vfwscanf_internal() 2061 && (c == L_('-') || c == L_('+'))) in __vfwscanf_internal() [all …]
|
A D | tst-printf-binary-main.c | 37 int ret = SNPRINTF (buf, sizeof buf / sizeof buf[0], L_(FMT), \ 39 TEST_COMPARE_STRING_MACRO (buf, L_(EXPECTED)); \ 40 TEST_COMPARE (ret, STRLEN (L_(EXPECTED))); \
|
A D | vfprintf-internal.c | 154 # define L_(Str) Str macro 171 # define L_(Str) L##Str macro 410 #define NOT_IN_JUMP_RANGE(Ch) ((Ch) < L_(' ') || (Ch) > L_('z')) 1267 if (*f == L_('\0')) in vfprintf() 1328 pad = L_(' '); in vfprintf() 1339 pad = L_('0'); in vfprintf() 1398 pad = L_(' '); in vfprintf() 2018 outchar (L_('%')); in printf_unknown() 2021 outchar (L_('#')); in printf_unknown() 2025 outchar (L_('+')); in printf_unknown() [all …]
|
A D | tst-printf-binary.c | 23 #define L_(C) C macro
|
A D | printf-parse.h | 76 int retval = **pstr - L_('0'); in read_int() 85 int digit = **pstr - L_('0'); in read_int()
|
A D | printf-prs.c | 31 # define L_(Str) Str macro 45 # define L_(Str) L##Str macro
|
Completed in 17 milliseconds