Searched refs:endp (Results 1 – 7 of 7) sorted by relevance
/locale/programs/ |
A D | ld-time.c | 243 char *endp; in time_finish() local 270 if (endp == str) in time_finish() 309 if (endp == str || *endp != '/') in time_finish() 312 str = endp + 1; in time_finish() 319 if (endp == str || *endp != '/') in time_finish() 322 str = endp + 1; in time_finish() 344 str = endp + 1; in time_finish() 383 if (endp == str || *endp != '/') in time_finish() 386 str = endp + 1; in time_finish() 393 if (endp == str || *endp != '/') in time_finish() [all …]
|
A D | localedef.c | 490 char *endp = NULL; in construct_output_path() local 504 endp = ++startp; in construct_output_path() 507 while (*endp != '\0' && *endp != '@') in construct_output_path() 508 ++endp; in construct_output_path() 510 if (endp > startp) in construct_output_path() 511 normal = normalize_codeset (startp, endp - startp); in construct_output_path() 520 (int) (startp - path), path, normal, endp ?: ""); in construct_output_path()
|
A D | ld-collate.c | 1081 struct element_t *endp; in handle_ellipsis() local 1110 || (endp != NULL && (endp->name == NULL|| ! endp->is_character))) in handle_ellipsis() 1126 : (endp->mbs != NULL ? endp->nmbs : 0)); in handle_ellipsis() 1133 assert (endp == NULL || endp->wcs == NULL || endp->wcs[1] == 0); in handle_ellipsis() 1147 && (endp == NULL || endp->mbs != NULL)) in handle_ellipsis() 1170 if (endp == NULL || endp->mbs == NULL) in handle_ellipsis() 1309 else if (endp == NULL) in handle_ellipsis() 1491 collate->cursor = endp; in handle_ellipsis() 2934 char *endp; in collate_read() local 2944 if (*endp != '\0') in collate_read() [all …]
|
A D | charmap.c | 971 char *endp; in charmap_new_char() local 974 newp->ucs4 = strtoul (from + 1, &endp, 16); in charmap_new_char() 975 if (endp - from != len1 in charmap_new_char() 1066 char *endp; in charmap_new_char() local 1069 newp->ucs4 = strtoul (name_end + 1, &endp, 16); in charmap_new_char() 1070 if (endp - name_end != len1 in charmap_new_char()
|
A D | locfile.c | 727 void *endp; in write_locale_data() local 737 for (cnt = 0, endp = to_archive[catidx].addr; cnt < n_elem; ++cnt) in write_locale_data() 738 endp = mempcpy (endp, vec[cnt].iov_base, vec[cnt].iov_len); in write_locale_data()
|
A D | ld-ctype.c | 1351 char *endp; in charclass_symbolic_ellipsis() local 1375 from = strtoul (cp, &endp, base); in charclass_symbolic_ellipsis() 1376 if ((from == UINT_MAX && errno == ERANGE) || *endp != '\0') in charclass_symbolic_ellipsis() 1379 to = strtoul (nowstr + (cp - last_str), &endp, base); in charclass_symbolic_ellipsis() 1381 || (endp - nowstr) != now->val.str.lenmb || from >= to) in charclass_symbolic_ellipsis() 3587 struct translit_t *endp = other_ctype->translit; in translit_flatten() local 3588 while (endp->next != NULL) in translit_flatten() 3589 endp = endp->next; in translit_flatten() 3591 endp->next = *cursor; in translit_flatten() 3597 cursor = &endp->next; in translit_flatten()
|
/locale/ |
A D | findlocale.c | 303 char *cp, *endp; in _nl_find_locale() local 305 endp = strrchr (locale_file->filename, '/'); in _nl_find_locale() 306 cp = endp - 1; in _nl_find_locale() 310 = __strndup (cp, endp - cp); in _nl_find_locale()
|
Completed in 25 milliseconds