L_ 44 lib/fnmatch_loop.c while ((c = *p++) != L_('\0')) L_ 51 lib/fnmatch_loop.c case L_('?'): L_ 64 lib/fnmatch_loop.c else if (*n == L_('/') && (flags & FNM_FILE_NAME)) L_ 66 lib/fnmatch_loop.c else if (*n == L_('.') && no_leading_period) L_ 70 lib/fnmatch_loop.c case L_('\\'): L_ 74 lib/fnmatch_loop.c if (c == L_('\0')) L_ 83 lib/fnmatch_loop.c case L_('*'): L_ 94 lib/fnmatch_loop.c if (n != string_end && *n == L_('.') && no_leading_period) L_ 97 lib/fnmatch_loop.c for (c = *p++; c == L_('?') || c == L_('*'); c = *p++) L_ 99 lib/fnmatch_loop.c if (*p == L_('(') && (flags & FNM_EXTMATCH) != 0) L_ 110 lib/fnmatch_loop.c if (c == L_('?')) L_ 116 lib/fnmatch_loop.c else if (*n == L_('/') L_ 129 lib/fnmatch_loop.c if (c == L_('\0')) L_ 143 lib/fnmatch_loop.c if (MEMCHR (n, L_('/'), string_end - n) == NULL) L_ 154 lib/fnmatch_loop.c endp = MEMCHR (n, (flags & FNM_FILE_NAME) ? L_('/') : L_('\0'), L_ 159 lib/fnmatch_loop.c if (c == L_('[') L_ 161 lib/fnmatch_loop.c && (c == L_('@') || c == L_('+') || c == L_('!')) L_ 162 lib/fnmatch_loop.c && *p == L_('('))) L_ 173 lib/fnmatch_loop.c else if (c == L_('/') && (flags & FNM_FILE_NAME)) L_ 175 lib/fnmatch_loop.c while (n < string_end && *n != L_('/')) L_ 177 lib/fnmatch_loop.c if (n < string_end && *n == L_('/') L_ 188 lib/fnmatch_loop.c if (c == L_('\\') && !(flags & FNM_NOESCAPE)) L_ 202 lib/fnmatch_loop.c case L_('['): L_ 217 lib/fnmatch_loop.c if (*n == L_('.') && no_leading_period) L_ 220 lib/fnmatch_loop.c if (*n == L_('/') && (flags & FNM_FILE_NAME)) L_ 224 lib/fnmatch_loop.c not = (*p == L_('!') || (posixly_correct < 0 && *p == L_('^'))); L_ 233 lib/fnmatch_loop.c if (!(flags & FNM_NOESCAPE) && c == L_('\\')) L_ 235 lib/fnmatch_loop.c if (*p == L_('\0')) L_ 242 lib/fnmatch_loop.c else if (c == L_('[') && *p == L_(':')) L_ 260 lib/fnmatch_loop.c if (c == L_(':') && p[1] == L_(']')) L_ 265 lib/fnmatch_loop.c if (c < L_('a') || c >= L_('z')) L_ 270 lib/fnmatch_loop.c c = L_('['); L_ 275 lib/fnmatch_loop.c str[c1] = L_('\0'); L_ 294 lib/fnmatch_loop.c if ((STREQ (str, L_("alnum")) && isalnum ((UCHAR) *n)) L_ 295 lib/fnmatch_loop.c || (STREQ (str, L_("alpha")) && isalpha ((UCHAR) *n)) L_ 296 lib/fnmatch_loop.c || (STREQ (str, L_("blank")) && isblank ((UCHAR) *n)) L_ 297 lib/fnmatch_loop.c || (STREQ (str, L_("cntrl")) && iscntrl ((UCHAR) *n)) L_ 298 lib/fnmatch_loop.c || (STREQ (str, L_("digit")) && isdigit ((UCHAR) *n)) L_ 299 lib/fnmatch_loop.c || (STREQ (str, L_("graph")) && isgraph ((UCHAR) *n)) L_ 300 lib/fnmatch_loop.c || (STREQ (str, L_("lower")) && islower ((UCHAR) *n)) L_ 301 lib/fnmatch_loop.c || (STREQ (str, L_("print")) && isprint ((UCHAR) *n)) L_ 302 lib/fnmatch_loop.c || (STREQ (str, L_("punct")) && ispunct ((UCHAR) *n)) L_ 303 lib/fnmatch_loop.c || (STREQ (str, L_("space")) && isspace ((UCHAR) *n)) L_ 304 lib/fnmatch_loop.c || (STREQ (str, L_("upper")) && isupper ((UCHAR) *n)) L_ 305 lib/fnmatch_loop.c || (STREQ (str, L_("xdigit")) && isxdigit ((UCHAR) *n))) L_ 311 lib/fnmatch_loop.c else if (c == L_('[') && *p == L_('=')) L_ 319 lib/fnmatch_loop.c if (c == L_('\0')) L_ 322 lib/fnmatch_loop.c c = L_('['); L_ 328 lib/fnmatch_loop.c if (c != L_('=') || p[1] != L_(']')) L_ 331 lib/fnmatch_loop.c c = L_('['); L_ 416 lib/fnmatch_loop.c else if (c == L_('\0')) L_ 421 lib/fnmatch_loop.c c = L_('['); L_ 431 lib/fnmatch_loop.c if (c == L_('[') && *p == L_('.')) L_ 441 lib/fnmatch_loop.c if (c == L_('.') && p[1] == L_(']')) L_ 454 lib/fnmatch_loop.c is_range = *p == L_('-') && p[1] != L_('\0'); L_ 609 lib/fnmatch_loop.c is_range = (*p == L_('-') && p[1] != L_('\0') L_ 610 lib/fnmatch_loop.c && p[1] != L_(']')); L_ 625 lib/fnmatch_loop.c if (c == L_('-') && *p != L_(']')) L_ 659 lib/fnmatch_loop.c if (cend == L_('[') && *p == L_('.')) L_ 670 lib/fnmatch_loop.c if (c == L_('.') && p[1] == L_(']')) L_ 794 lib/fnmatch_loop.c if (!(flags & FNM_NOESCAPE) && cend == L_('\\')) L_ 796 lib/fnmatch_loop.c if (cend == L_('\0')) L_ 848 lib/fnmatch_loop.c if (!(flags & FNM_NOESCAPE) && cend == L_('\\')) L_ 850 lib/fnmatch_loop.c if (cend == L_('\0')) L_ 862 lib/fnmatch_loop.c if (c == L_(']')) L_ 877 lib/fnmatch_loop.c if (c == L_('\0')) L_ 881 lib/fnmatch_loop.c if (!(flags & FNM_NOESCAPE) && c == L_('\\')) L_ 883 lib/fnmatch_loop.c if (*p == L_('\0')) L_ 888 lib/fnmatch_loop.c else if (c == L_('[') && *p == L_(':')) L_ 899 lib/fnmatch_loop.c if (*p == L_(':') && p[1] == L_(']')) L_ 902 lib/fnmatch_loop.c if (c < L_('a') || c >= L_('z')) L_ 911 lib/fnmatch_loop.c else if (c == L_('[') && *p == L_('=')) L_ 914 lib/fnmatch_loop.c if (c == L_('\0')) L_ 917 lib/fnmatch_loop.c if (c != L_('=') || p[1] != L_(']')) L_ 922 lib/fnmatch_loop.c else if (c == L_('[') && *p == L_('.')) L_ 931 lib/fnmatch_loop.c if (*p == L_('.') && p[1] == L_(']')) L_ 938 lib/fnmatch_loop.c while (c != L_(']')); L_ 944 lib/fnmatch_loop.c case L_('+'): L_ 945 lib/fnmatch_loop.c case L_('@'): L_ 946 lib/fnmatch_loop.c case L_('!'): L_ 957 lib/fnmatch_loop.c case L_('/'): L_ 980 lib/fnmatch_loop.c if ((flags & FNM_LEADING_DIR) && n != string_end && *n == L_('/')) L_ 995 lib/fnmatch_loop.c if (*++p == L_('\0')) L_ 998 lib/fnmatch_loop.c else if (*p == L_('[')) L_ 1006 lib/fnmatch_loop.c if (*++p == L_('!') || (posixly_correct < 0 && *p == L_('^'))) L_ 1009 lib/fnmatch_loop.c if (*p == L_(']')) L_ 1012 lib/fnmatch_loop.c while (*p != L_(']')) L_ 1013 lib/fnmatch_loop.c if (*p++ == L_('\0')) L_ 1017 lib/fnmatch_loop.c else if ((*p == L_('?') || *p == L_('*') || *p == L_('+') || *p == L_('@') L_ 1018 lib/fnmatch_loop.c || *p == L_('!')) && p[1] == L_('(')) L_ 1020 lib/fnmatch_loop.c else if (*p == L_(')')) L_ 1048 lib/fnmatch_loop.c if (*p == L_('\0')) L_ 1051 lib/fnmatch_loop.c else if (*p == L_('[')) L_ 1059 lib/fnmatch_loop.c if (*++p == L_('!') || (posixly_correct < 0 && *p == L_('^'))) L_ 1062 lib/fnmatch_loop.c if (*p == L_(']')) L_ 1065 lib/fnmatch_loop.c while (*p != L_(']')) L_ 1066 lib/fnmatch_loop.c if (*p++ == L_('\0')) L_ 1070 lib/fnmatch_loop.c else if ((*p == L_('?') || *p == L_('*') || *p == L_('+') || *p == L_('@') L_ 1071 lib/fnmatch_loop.c || *p == L_('!')) && p[1] == L_('(')) L_ 1074 lib/fnmatch_loop.c else if (*p == L_(')')) L_ 1085 lib/fnmatch_loop.c plen = (opt == L_('?') || opt == L_('@') \ L_ 1095 lib/fnmatch_loop.c *((CHAR *) MEMPCPY (newp->str, startp, p - startp)) = L_('\0'); \ L_ 1103 lib/fnmatch_loop.c else if (*p == L_('|')) L_ 1112 lib/fnmatch_loop.c assert (p[-1] == L_(')')); L_ 1117 lib/fnmatch_loop.c case L_('*'): L_ 1122 lib/fnmatch_loop.c case L_('+'): L_ 1154 lib/fnmatch_loop.c case L_('?'): L_ 1159 lib/fnmatch_loop.c case L_('@'): L_ 1175 lib/fnmatch_loop.c case L_('!'): L_ 185 lib/strftime.c if (pad == L_('0')) \ L_ 296 lib/strftime.c #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9) L_ 537 lib/strftime.c case L_('%'): L_ 540 lib/strftime.c case L_('\b'): case L_('\t'): case L_('\n'): L_ 541 lib/strftime.c case L_('\v'): case L_('\f'): case L_('\r'): L_ 542 lib/strftime.c case L_(' '): case L_('!'): case L_('"'): case L_('#'): case L_('&'): L_ 543 lib/strftime.c case L_('\''): case L_('('): case L_(')'): case L_('*'): case L_('+'): L_ 544 lib/strftime.c case L_(','): case L_('-'): case L_('.'): case L_('/'): case L_('0'): L_ 545 lib/strftime.c case L_('1'): case L_('2'): case L_('3'): case L_('4'): case L_('5'): L_ 546 lib/strftime.c case L_('6'): case L_('7'): case L_('8'): case L_('9'): case L_(':'): L_ 547 lib/strftime.c case L_(';'): case L_('<'): case L_('='): case L_('>'): case L_('?'): L_ 548 lib/strftime.c case L_('A'): case L_('B'): case L_('C'): case L_('D'): case L_('E'): L_ 549 lib/strftime.c case L_('F'): case L_('G'): case L_('H'): case L_('I'): case L_('J'): L_ 550 lib/strftime.c case L_('K'): case L_('L'): case L_('M'): case L_('N'): case L_('O'): L_ 551 lib/strftime.c case L_('P'): case L_('Q'): case L_('R'): case L_('S'): case L_('T'): L_ 552 lib/strftime.c case L_('U'): case L_('V'): case L_('W'): case L_('X'): case L_('Y'): L_ 553 lib/strftime.c case L_('Z'): case L_('['): case L_('\\'): case L_(']'): case L_('^'): L_ 554 lib/strftime.c case L_('_'): case L_('a'): case L_('b'): case L_('c'): case L_('d'): L_ 555 lib/strftime.c case L_('e'): case L_('f'): case L_('g'): case L_('h'): case L_('i'): L_ 556 lib/strftime.c case L_('j'): case L_('k'): case L_('l'): case L_('m'): case L_('n'): L_ 557 lib/strftime.c case L_('o'): case L_('p'): case L_('q'): case L_('r'): case L_('s'): L_ 558 lib/strftime.c case L_('t'): case L_('u'): case L_('v'): case L_('w'): case L_('x'): L_ 559 lib/strftime.c case L_('y'): case L_('z'): case L_('{'): case L_('|'): case L_('}'): L_ 560 lib/strftime.c case L_('~'): L_ 614 lib/strftime.c if (*f != L_('%')) L_ 628 lib/strftime.c case L_('_'): L_ 629 lib/strftime.c case L_('-'): L_ 630 lib/strftime.c case L_('0'): L_ 635 lib/strftime.c case L_('^'): L_ 638 lib/strftime.c case L_('#'): L_ 655 lib/strftime.c || (width == INT_MAX / 10 && *f - L_('0') > INT_MAX % 10)) L_ 661 lib/strftime.c width += *f - L_('0'); L_ 671 lib/strftime.c case L_('E'): L_ 672 lib/strftime.c case L_('O'): L_ 705 lib/strftime.c case L_('%'): L_ 711 lib/strftime.c case L_('a'): L_ 741 lib/strftime.c case L_('b'): L_ 742 lib/strftime.c case L_('h'): L_ 757 lib/strftime.c case L_('B'): L_ 772 lib/strftime.c case L_('c'): L_ 773 lib/strftime.c if (modifier == L_('O')) L_ 831 lib/strftime.c case L_('C'): L_ 832 lib/strftime.c if (modifier == L_('O')) L_ 834 lib/strftime.c if (modifier == L_('E')) L_ 860 lib/strftime.c case L_('x'): L_ 861 lib/strftime.c if (modifier == L_('O')) L_ 864 lib/strftime.c if (! (modifier == L_('E') L_ 867 lib/strftime.c != L_('\0')))) L_ 873 lib/strftime.c case L_('D'): L_ 876 lib/strftime.c subfmt = L_("%m/%d/%y"); L_ 879 lib/strftime.c case L_('d'): L_ 880 lib/strftime.c if (modifier == L_('E')) L_ 885 lib/strftime.c case L_('e'): L_ 886 lib/strftime.c if (modifier == L_('E')) L_ 900 lib/strftime.c if (pad != L_('0') && pad != L_('-')) L_ 901 lib/strftime.c pad = L_('_'); L_ 918 lib/strftime.c if (modifier == L_('O') && !negative_number) L_ 950 lib/strftime.c *--bufp = u_number_value % 10 + L_('0'); L_ 959 lib/strftime.c sign_char = (negative_number ? L_('-') L_ 960 lib/strftime.c : always_output_a_sign ? L_('+') L_ 963 lib/strftime.c if (pad == L_('-')) L_ 975 lib/strftime.c if (pad == L_('_')) L_ 1011 lib/strftime.c case L_('F'): L_ 1014 lib/strftime.c subfmt = L_("%Y-%m-%d"); L_ 1017 lib/strftime.c case L_('H'): L_ 1018 lib/strftime.c if (modifier == L_('E')) L_ 1023 lib/strftime.c case L_('I'): L_ 1024 lib/strftime.c if (modifier == L_('E')) L_ 1029 lib/strftime.c case L_('k'): /* GNU extension. */ L_ 1030 lib/strftime.c if (modifier == L_('E')) L_ 1035 lib/strftime.c case L_('l'): /* GNU extension. */ L_ 1036 lib/strftime.c if (modifier == L_('E')) L_ 1041 lib/strftime.c case L_('j'): L_ 1042 lib/strftime.c if (modifier == L_('E')) L_ 1047 lib/strftime.c case L_('M'): L_ 1048 lib/strftime.c if (modifier == L_('E')) L_ 1053 lib/strftime.c case L_('m'): L_ 1054 lib/strftime.c if (modifier == L_('E')) L_ 1060 lib/strftime.c case L_('N'): /* GNU extension. */ L_ 1061 lib/strftime.c if (modifier == L_('E')) L_ 1078 lib/strftime.c case L_('n'): L_ 1079 lib/strftime.c add1 (L_('\n')); L_ 1082 lib/strftime.c case L_('P'): L_ 1085 lib/strftime.c format_char = L_('p'); L_ 1089 lib/strftime.c case L_('p'): L_ 1102 lib/strftime.c case L_('R'): L_ 1103 lib/strftime.c subfmt = L_("%H:%M"); L_ 1106 lib/strftime.c case L_('r'): L_ 1110 lib/strftime.c == L_('\0')) L_ 1111 lib/strftime.c subfmt = L_("%I:%M:%S %p"); L_ 1117 lib/strftime.c case L_('S'): L_ 1118 lib/strftime.c if (modifier == L_('E')) L_ 1123 lib/strftime.c case L_('s'): /* GNU extension. */ L_ 1141 lib/strftime.c *--bufp = (negative_number ? -d : d) + L_('0'); L_ 1150 lib/strftime.c case L_('X'): L_ 1151 lib/strftime.c if (modifier == L_('O')) L_ 1154 lib/strftime.c if (! (modifier == L_('E') L_ 1157 lib/strftime.c != L_('\0')))) L_ 1163 lib/strftime.c case L_('T'): L_ 1164 lib/strftime.c subfmt = L_("%H:%M:%S"); L_ 1167 lib/strftime.c case L_('t'): L_ 1168 lib/strftime.c add1 (L_('\t')); L_ 1171 lib/strftime.c case L_('u'): L_ 1174 lib/strftime.c case L_('U'): L_ 1175 lib/strftime.c if (modifier == L_('E')) L_ 1180 lib/strftime.c case L_('V'): L_ 1181 lib/strftime.c case L_('g'): L_ 1182 lib/strftime.c case L_('G'): L_ 1183 lib/strftime.c if (modifier == L_('E')) L_ 1218 lib/strftime.c case L_('g'): L_ 1228 lib/strftime.c case L_('G'): L_ 1238 lib/strftime.c case L_('W'): L_ 1239 lib/strftime.c if (modifier == L_('E')) L_ 1244 lib/strftime.c case L_('w'): L_ 1245 lib/strftime.c if (modifier == L_('E')) L_ 1250 lib/strftime.c case L_('Y'): L_ 1268 lib/strftime.c if (modifier == L_('O')) L_ 1274 lib/strftime.c case L_('y'): L_ 1275 lib/strftime.c if (modifier == L_('E')) L_ 1297 lib/strftime.c case L_('Z'): L_ 1326 lib/strftime.c case L_(':'): L_ 1329 lib/strftime.c for (colons = 1; f[colons] == L_(':'); colons++) L_ 1331 lib/strftime.c if (f[colons] != L_('z')) L_ 1336 lib/strftime.c case L_('z'): L_ 1414 lib/strftime.c case L_('\0'): /* GNU extension: % at end of format. */ L_ 1424 lib/strftime.c for (flen = 1; f[1 - flen] != L_('%'); flen++) L_ 1434 lib/strftime.c *p = L_('\0'); L_ 292 lib/strtol.c if (*s == L_('\0')) L_ 296 lib/strtol.c if (*s == L_('-')) L_ 301 lib/strtol.c else if (*s == L_('+')) L_ 310 lib/strtol.c if (*s == L_('0')) L_ 312 lib/strtol.c if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) L_ 331 lib/strtol.c for (c = *end; c != L_('\0'); c = *++end) L_ 333 lib/strtol.c && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')) L_ 334 lib/strtol.c && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) L_ 350 lib/strtol.c for (c = *s; c != L_('\0'); c = *++s) L_ 354 lib/strtol.c if (c >= L_('0') && c <= L_('9')) L_ 355 lib/strtol.c c -= L_('0'); L_ 357 lib/strtol.c c = TOUPPER (c) - L_('A') + 10; L_ 411 lib/strtol.c if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X') L_ 412 lib/strtol.c && save[-2] == L_('0'))