| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| quadmath-printf.c | 50 L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), 51 L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' '), L_(' ' [all...] |
| _itowa.h | 28 static const wchar_t _itowa_lower_digits[16] = L_("0123456789abcdef"); 29 static const wchar_t _itowa_upper_digits[16] = L_("0123456789ABCDEF");
|
| printf_fp.c | 142 wchar_t thousands_sepwc = L_('\0'); 222 return L_('0') + hi; 231 return L_('0') + hi; 267 if (decimalwc == L_('\0')) 271 assert (decimalwc != L_('\0')); 273 decimalwc = L_('.'); 296 if (thousands_sepwc == L_('\0')) 378 wspecial = L_("NAN"); 383 wspecial = L_("nan"); 392 wspecial = L_("INF") [all...] |
| printf_fphex.c | 157 if (decimalwc == L_('\0')) 161 assert (decimalwc != L_('\0')); 163 decimalwc = L_('.'); 178 wspecial = L_("NAN"); 183 wspecial = L_("nan"); 193 wspecial = L_("INF"); 198 wspecial = L_("inf"); 268 *--wnumstr = L_('0'); 285 *--wnumstr = L_('0'); 321 while (wnumend[-1] == L_('0') [all...] |
| _i18n_number.h | 65 wint_t wdecimal = towctrans (L_('.'), map); 66 wint_t wthousands = towctrans (L_(','), map);
|
| quadmath-printf.h | 48 #define L_(x) L##x 50 #define L_(x) x
|
| /src/external/gpl2/diffutils/dist/lib/ |
| strftime.c | 100 # define L_(Str) L##Str 109 # define L_(Str) Str 220 L_(' '),L_(' '),L_(' '),L_(' '),L_(' '),L_(' '),L_(' '),L_(' '), [all...] |
| strtol.c | 203 # define L_(Ch) L##Ch 221 # define L_(Ch) Ch 318 if (*s == L_('\0')) 322 if (*s == L_('-')) 327 else if (*s == L_('+')) 336 if (*s == L_('0')) 338 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) 357 for (c = *end; c != L_('\0'); c = *++end) 359 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9') [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fnmatch_loop.c | 42 while ((c = *p++) != L_('\0')) 49 case L_('?'): 62 else if (*n == L_('/') && (flags & FNM_FILE_NAME)) 64 else if (*n == L_('.') && no_leading_period) 68 case L_('\\'): 72 if (c == L_('\0')) 81 case L_('*'): 92 if (n != string_end && *n == L_('.') && no_leading_period) 95 for (c = *p++; c == L_('?') || c == L_('*'); c = *p++ [all...] |
| strtol.c | 196 # define L_(Ch) L##Ch 209 # define L_(Ch) Ch 296 if (*s == L_('\0')) 300 if (*s == L_('-')) 305 else if (*s == L_('+')) 314 if (*s == L_('0')) 316 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) 335 for (c = *end; c != L_('\0'); c = *++end) 337 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9') [all...] |
| fnmatch.c | 155 # define L_(CS) CS 185 # define L_(CS) L##CS
|
| /src/external/gpl2/xcvs/dist/lib/ |
| strftime.c | 87 # define L_(Str) L##Str 96 # define L_(Str) Str 181 if (pad == L_('0')) \ 267 #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9) 340 L_("Sunday"), L_("Monday"), L_("Tuesday"), L_("Wednesday"), 341 L_("Thursday"), L_("Friday"), L_("Saturday" [all...] |
| strtol.c | 204 # define L_(Ch) L##Ch 222 # define L_(Ch) Ch 309 if (*s == L_('\0')) 313 if (*s == L_('-')) 318 else if (*s == L_('+')) 327 if (*s == L_('0')) 329 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) 348 for (c = *end; c != L_('\0'); c = *++end) 350 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9') [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| strtol.c | 196 # define L_(Ch) L##Ch 209 # define L_(Ch) Ch 296 if (*s == L_('\0')) 300 if (*s == L_('-')) 305 else if (*s == L_('+')) 314 if (*s == L_('0')) 316 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) 335 for (c = *end; c != L_('\0'); c = *++end) 337 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9') [all...] |
| /src/sys/arch/sh3/include/ |
| locore.h | 33 #define MOV(x, r) mov.l .L_ ## x, r; mov.l @r, r 34 #define REG_SYMBOL(x) .L_ ## x: .long _C_LABEL(__sh_ ## x) 35 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(__sh_ ## x) 37 #define MOV(x, r) mov.l .L_ ## x, r 38 #define REG_SYMBOL(x) .L_ ## x: .long SH3_ ## x 39 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(sh3_ ## x) 41 #define MOV(x, r) mov.l .L_ ## x, r 42 #define REG_SYMBOL(x) .L_ ## x: .long SH4_ ## x 43 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(sh4_ ## x) 47 #define MOV(x, r) mov.l .L_/**/x, r; mov.l @r, [all...] |
| /src/external/gpl2/grep/dist/lib/ |
| strtol.c | 207 # define L_(Ch) L##Ch 225 # define L_(Ch) Ch 322 if (*s == L_('\0')) 326 if (*s == L_('-')) 331 else if (*s == L_('+')) 340 if (*s == L_('0')) 342 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) 361 for (c = *end; c != L_('\0'); c = *++end) 363 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9') [all...] |
| /src/external/gpl3/gcc.old/dist/libquadmath/strtod/ |
| strtod_l.c | 43 #undef L_ 47 # define L_(Ch) L##Ch 59 # define L_(Ch) Ch 393 low = low * 10 + *str++ - L_('0'); 612 if (c == L_('-')) 617 else if (c == L_('+')) 639 else if (c < L_('0') || c > L_('9')) 644 if (lowc == L_('i') && STRNCASECMP (cp, L_("inf"), 3) == 0 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/sh/ |
| lib1funcs.h | 23 #define LOCAL(X) .L_##X 30 #define LOCAL(X) L_##X
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| assembly.h | 27 #define LOCAL_LABEL(name) L_##name 36 #define LOCAL_LABEL(name) .L_##name
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/builtins/ |
| assembly.h | 25 #define LOCAL_LABEL(name) L_##name 36 #define LOCAL_LABEL(name) .L_##name
|
| /src/external/bsd/file/dist/tests/ |
| matilde.arm.testfile | 197 �����"�< D-Q���A��P��$�KX�i����n�Dh�<RDiY����v�p+W̱�#����U�����
�<(E�Y���Cݑ�j%ޚ�诺��k8�qS<RA�����DQ����Df.��|��qE�?0< JY�M��+p'�7 M�<�+&���qP{�<D@$Y�y�b{���f[j�f8?� d�``<Q�Y*����A-�h��Ԅ���Ӏ���P<=ZBuBa�"6|s�L֜�qNw��I��<UZQ��P�T��]��������i<ZJl1�`����|G���Ի���[24��T� 0<�mQ�|�@����yL_&�;�,�?w��E <N�W;��A�u��#��$��e�_�82
|
| /src/sys/arch/m68k/fpsp/ |
| Makefile | 73 #PREFIX = L_ 76 PREFIX = L_
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| QLParser.yy | 75 %define api.token.prefix {L_}
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| QLParser.yy | 75 %define api.token.prefix {L_}
|