Home
last modified time | relevance | path

Searched refs:last_str (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/locale/programs/
Dld-ctype.c1343 const char *last_str, in charclass_symbolic_ellipsis() argument
1356 assert (last_str != NULL); in charclass_symbolic_ellipsis()
1358 if (strlen (last_str) != now->val.str.lenmb) in charclass_symbolic_ellipsis()
1363 last_str, (int) now->val.str.lenmb, nowstr); in charclass_symbolic_ellipsis()
1367 if (memcmp (last_str, nowstr, now->val.str.lenmb) == 0) in charclass_symbolic_ellipsis()
1371 for (cp = last_str; *cp == *(nowstr + (cp - last_str)); ++cp) in charclass_symbolic_ellipsis()
1379 to = strtoul (nowstr + (cp - last_str), &endp, base); in charclass_symbolic_ellipsis()
1394 (int) (cp - last_str), last_str, in charclass_symbolic_ellipsis()
1395 (int) (now->val.str.lenmb - (cp - last_str)), in charclass_symbolic_ellipsis()
2079 const char *last_str = NULL; in ctype_read() local
[all …]
/glibc-2.36/posix/
Dregexec.c142 Idx top_str, Idx last_node, Idx last_str,
2835 Idx top_str, Idx last_node, Idx last_str, int type) in check_arrival() argument
2847 if (__glibc_unlikely (path->alloc < last_str + mctx->max_mb_elem_len + 1)) in check_arrival()
2851 Idx incr_alloc = last_str + mctx->max_mb_elem_len + 1; in check_arrival()
2922 for (null_cnt = 0; str_idx < last_str && null_cnt <= mctx->max_mb_elem_len;) in check_arrival()
2974 cur_nodes = (mctx->state_log[last_str] == NULL ? NULL in check_arrival()
2975 : &mctx->state_log[last_str]->nodes); in check_arrival()
/glibc-2.36/ChangeLog.old/
DChangeLog.151012 (expand_bkref_cache): Remove last_str parameter. Callers adjusted.
DChangeLog.105468 (ctype_read): NUL terminate last_str.