Searched refs:len (Results 1 – 5 of 5) sorted by relevance
| /time/ |
| A D | tzset.c | 82 __tzstring_len (const char *s, size_t len) in __tzstring_len() argument 90 if (len <= t->len) in __tzstring_len() 92 p = &t->data[t->len - len]; in __tzstring_len() 93 if (memcmp (s, p, len) == 0) in __tzstring_len() 103 new->len = len; in __tzstring_len() 104 memcpy (new->data, s, len); in __tzstring_len() 105 new->data[len] = '\0'; in __tzstring_len() 159 size_t len = p - start; in parse_tzname() local 160 if (len < 3) in parse_tzname() 171 len = p - start; in parse_tzname() [all …]
|
| A D | strftime_l.c | 335 while (len-- > 0) in memcpy_lowcase() 336 dest[len] = TOLOWER ((UCHAR_T) src[len], loc); in memcpy_lowcase() 347 dest[len] = TOUPPER ((UCHAR_T) src[len], loc); in memcpy_uppcase() 626 size_t bytes = mbrlen (f + len, fsize - len, &mbstate); in libc_hidden_def() 633 len += strlen (f + len); in libc_hidden_def() 639 len++; in libc_hidden_def() 643 len += bytes; in libc_hidden_def() 647 cpy (len, f); in libc_hidden_def() 648 f += len - 1; in libc_hidden_def() 864 size_t len; in libc_hidden_def() local [all …]
|
| A D | alt_digit.c | 175 size_t len = strlen (dig); in _nl_parse_alt_digit() local 177 if (len > maxlen && strncmp (dig, str, len) == 0) in _nl_parse_alt_digit() 179 maxlen = len; in _nl_parse_alt_digit()
|
| A D | getdate.c | 111 size_t len; in __getdate_r() local 179 len = 0; in __getdate_r() 184 n = __getline (&line, &len, fp); in __getdate_r()
|
| A D | strptime_l.c | 59 ({ size_t len = strlen (cs1); \ 60 int result = __strncasecmp_l ((cs1), (s2), len, locale) == 0; \ 61 if (result) (s2) += len; \
|
Completed in 10 milliseconds