L_ 162 lib/nstrftime.c size_t _w = pad == L_('-') || width < 0 ? 0 : width; \ L_ 174 lib/nstrftime.c if (pad == L_('0') || pad == L_('+')) \ L_ 277 lib/nstrftime.c #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9) L_ 568 lib/nstrftime.c case L_('%'): L_ 571 lib/nstrftime.c case L_('\b'): case L_('\t'): case L_('\n'): L_ 572 lib/nstrftime.c case L_('\v'): case L_('\f'): case L_('\r'): L_ 573 lib/nstrftime.c case L_(' '): case L_('!'): case L_('"'): case L_('#'): case L_('&'): L_ 574 lib/nstrftime.c case L_('\''): case L_('('): case L_(')'): case L_('*'): case L_('+'): L_ 575 lib/nstrftime.c case L_(','): case L_('-'): case L_('.'): case L_('/'): case L_('0'): L_ 576 lib/nstrftime.c case L_('1'): case L_('2'): case L_('3'): case L_('4'): case L_('5'): L_ 577 lib/nstrftime.c case L_('6'): case L_('7'): case L_('8'): case L_('9'): case L_(':'): L_ 578 lib/nstrftime.c case L_(';'): case L_('<'): case L_('='): case L_('>'): case L_('?'): L_ 579 lib/nstrftime.c case L_('A'): case L_('B'): case L_('C'): case L_('D'): case L_('E'): L_ 580 lib/nstrftime.c case L_('F'): case L_('G'): case L_('H'): case L_('I'): case L_('J'): L_ 581 lib/nstrftime.c case L_('K'): case L_('L'): case L_('M'): case L_('N'): case L_('O'): L_ 582 lib/nstrftime.c case L_('P'): case L_('Q'): case L_('R'): case L_('S'): case L_('T'): L_ 583 lib/nstrftime.c case L_('U'): case L_('V'): case L_('W'): case L_('X'): case L_('Y'): L_ 584 lib/nstrftime.c case L_('Z'): case L_('['): case L_('\\'): case L_(']'): case L_('^'): L_ 585 lib/nstrftime.c case L_('_'): case L_('a'): case L_('b'): case L_('c'): case L_('d'): L_ 586 lib/nstrftime.c case L_('e'): case L_('f'): case L_('g'): case L_('h'): case L_('i'): L_ 587 lib/nstrftime.c case L_('j'): case L_('k'): case L_('l'): case L_('m'): case L_('n'): L_ 588 lib/nstrftime.c case L_('o'): case L_('p'): case L_('q'): case L_('r'): case L_('s'): L_ 589 lib/nstrftime.c case L_('t'): case L_('u'): case L_('v'): case L_('w'): case L_('x'): L_ 590 lib/nstrftime.c case L_('y'): case L_('z'): case L_('{'): case L_('|'): case L_('}'): L_ 591 lib/nstrftime.c case L_('~'): L_ 645 lib/nstrftime.c if (*f != L_('%')) L_ 661 lib/nstrftime.c case L_('_'): L_ 662 lib/nstrftime.c case L_('-'): L_ 663 lib/nstrftime.c case L_('+'): L_ 664 lib/nstrftime.c case L_('0'): L_ 669 lib/nstrftime.c case L_('^'): L_ 672 lib/nstrftime.c case L_('#'): L_ 688 lib/nstrftime.c || ckd_add (&width, width, *f - L_('0'))) L_ 698 lib/nstrftime.c case L_('E'): L_ 699 lib/nstrftime.c case L_('O'): L_ 755 lib/nstrftime.c case L_('%'): L_ 761 lib/nstrftime.c case L_('a'): L_ 791 lib/nstrftime.c case L_('b'): L_ 792 lib/nstrftime.c case L_('h'): L_ 798 lib/nstrftime.c if (modifier == L_('E')) L_ 801 lib/nstrftime.c if (modifier == L_('O')) L_ 810 lib/nstrftime.c case L_('B'): L_ 811 lib/nstrftime.c if (modifier == L_('E')) L_ 819 lib/nstrftime.c if (modifier == L_('O')) L_ 828 lib/nstrftime.c case L_('c'): L_ 829 lib/nstrftime.c if (modifier == L_('O')) L_ 832 lib/nstrftime.c if (! (modifier == L_('E') L_ 890 lib/nstrftime.c case L_('C'): L_ 891 lib/nstrftime.c if (modifier == L_('E')) L_ 919 lib/nstrftime.c case L_('x'): L_ 920 lib/nstrftime.c if (modifier == L_('O')) L_ 923 lib/nstrftime.c if (! (modifier == L_('E') L_ 926 lib/nstrftime.c != L_('\0')))) L_ 932 lib/nstrftime.c case L_('D'): L_ 935 lib/nstrftime.c subfmt = L_("%m/%d/%y"); L_ 938 lib/nstrftime.c case L_('d'): L_ 939 lib/nstrftime.c if (modifier == L_('E')) L_ 944 lib/nstrftime.c case L_('e'): L_ 945 lib/nstrftime.c if (modifier == L_('E')) L_ 961 lib/nstrftime.c = (pad == L_('+') L_ 968 lib/nstrftime.c pad = L_('_'); L_ 987 lib/nstrftime.c if (modifier == L_('O') && !negative_number) L_ 1019 lib/nstrftime.c *--bufp = u_number_value % 10 + L_('0'); L_ 1026 lib/nstrftime.c pad = L_('0'); L_ 1031 lib/nstrftime.c CHAR_T sign_char = (negative_number ? L_('-') L_ 1032 lib/nstrftime.c : always_output_a_sign ? L_('+') L_ 1036 lib/nstrftime.c int padding = pad == L_('-') || shortage <= 0 ? 0 : shortage; L_ 1040 lib/nstrftime.c if (pad == L_('_')) L_ 1055 lib/nstrftime.c case L_('F'): L_ 1060 lib/nstrftime.c pad = L_('+'); L_ 1069 lib/nstrftime.c subfmt = L_("%Y-%m-%d"); L_ 1072 lib/nstrftime.c case L_('H'): L_ 1073 lib/nstrftime.c if (modifier == L_('E')) L_ 1078 lib/nstrftime.c case L_('I'): L_ 1079 lib/nstrftime.c if (modifier == L_('E')) L_ 1084 lib/nstrftime.c case L_('k'): /* GNU extension. */ L_ 1085 lib/nstrftime.c if (modifier == L_('E')) L_ 1090 lib/nstrftime.c case L_('l'): /* GNU extension. */ L_ 1091 lib/nstrftime.c if (modifier == L_('E')) L_ 1096 lib/nstrftime.c case L_('j'): L_ 1097 lib/nstrftime.c if (modifier == L_('E')) L_ 1102 lib/nstrftime.c case L_('M'): L_ 1103 lib/nstrftime.c if (modifier == L_('E')) L_ 1108 lib/nstrftime.c case L_('m'): L_ 1109 lib/nstrftime.c if (modifier == L_('E')) L_ 1115 lib/nstrftime.c case L_('N'): /* GNU extension. */ L_ 1116 lib/nstrftime.c if (modifier == L_('E')) L_ 1126 lib/nstrftime.c buf[j - 1] = n % 10 + L_('0'), n /= 10; L_ 1128 lib/nstrftime.c pad = L_('0'); L_ 1135 lib/nstrftime.c case L_('n'): L_ 1136 lib/nstrftime.c add1 (L_('\n')); L_ 1139 lib/nstrftime.c case L_('P'): L_ 1142 lib/nstrftime.c format_char = L_('p'); L_ 1145 lib/nstrftime.c case L_('p'): L_ 1158 lib/nstrftime.c case L_('q'): /* GNU extension. */ L_ 1161 lib/nstrftime.c case L_('R'): L_ 1162 lib/nstrftime.c subfmt = L_("%H:%M"); L_ 1165 lib/nstrftime.c case L_('r'): L_ 1169 lib/nstrftime.c == L_('\0')) L_ 1170 lib/nstrftime.c subfmt = L_("%I:%M:%S %p"); L_ 1176 lib/nstrftime.c case L_('S'): L_ 1177 lib/nstrftime.c if (modifier == L_('E')) L_ 1182 lib/nstrftime.c case L_('s'): /* GNU extension. */ L_ 1206 lib/nstrftime.c *--bufp = (negative_number ? -d : d) + L_('0'); L_ 1215 lib/nstrftime.c case L_('X'): L_ 1216 lib/nstrftime.c if (modifier == L_('O')) L_ 1219 lib/nstrftime.c if (! (modifier == L_('E') L_ 1222 lib/nstrftime.c != L_('\0')))) L_ 1228 lib/nstrftime.c case L_('T'): L_ 1229 lib/nstrftime.c subfmt = L_("%H:%M:%S"); L_ 1232 lib/nstrftime.c case L_('t'): L_ 1233 lib/nstrftime.c add1 (L_('\t')); L_ 1236 lib/nstrftime.c case L_('u'): L_ 1239 lib/nstrftime.c case L_('U'): L_ 1240 lib/nstrftime.c if (modifier == L_('E')) L_ 1245 lib/nstrftime.c case L_('V'): L_ 1246 lib/nstrftime.c case L_('g'): L_ 1247 lib/nstrftime.c case L_('G'): L_ 1248 lib/nstrftime.c if (modifier == L_('E')) L_ 1283 lib/nstrftime.c case L_('g'): L_ 1294 lib/nstrftime.c case L_('G'): L_ 1304 lib/nstrftime.c case L_('W'): L_ 1305 lib/nstrftime.c if (modifier == L_('E')) L_ 1310 lib/nstrftime.c case L_('w'): L_ 1311 lib/nstrftime.c if (modifier == L_('E')) L_ 1316 lib/nstrftime.c case L_('Y'): L_ 1317 lib/nstrftime.c if (modifier == L_('E')) L_ 1336 lib/nstrftime.c if (modifier == L_('O')) L_ 1342 lib/nstrftime.c case L_('y'): L_ 1343 lib/nstrftime.c if (modifier == L_('E')) L_ 1367 lib/nstrftime.c case L_('Z'): L_ 1378 lib/nstrftime.c size_t w = pad == L_('-') || width < 0 ? 0 : width; L_ 1396 lib/nstrftime.c wchar_t wc = pad == L_('0') || pad == L_('+') ? L'0' : L' '; L_ 1408 lib/nstrftime.c case L_(':'): L_ 1411 lib/nstrftime.c for (colons = 1; f[colons] == L_(':'); colons++) L_ 1413 lib/nstrftime.c if (f[colons] != L_('z')) L_ 1418 lib/nstrftime.c case L_('z'): L_ 1489 lib/nstrftime.c case L_('\0'): /* GNU extension: % at end of format. */ L_ 1505 lib/nstrftime.c *p = L_('\0'); L_ 266 lib/strtol.c if (*s == L_('\0')) L_ 270 lib/strtol.c if (*s == L_('-')) L_ 275 lib/strtol.c else if (*s == L_('+')) L_ 284 lib/strtol.c if (*s == L_('0')) L_ 286 lib/strtol.c if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) L_ 291 lib/strtol.c else if ((base == 0 || base == 2) && TOUPPER (s[1]) == L_('B')) L_ 310 lib/strtol.c for (c = *end; c != L_('\0'); c = *++end) L_ 312 lib/strtol.c && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')) L_ 313 lib/strtol.c && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) L_ 329 lib/strtol.c for (c = *s; c != L_('\0'); c = *++s) L_ 333 lib/strtol.c if (c >= L_('0') && c <= L_('9')) L_ 334 lib/strtol.c c -= L_('0'); L_ 336 lib/strtol.c c = TOUPPER (c) - L_('A') + 10; L_ 393 lib/strtol.c && (TOUPPER (save[-1]) == L_('X') || TOUPPER (save[-1]) == L_('B')) L_ 394 lib/strtol.c && save[-2] == L_('0'))