Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c6177 CHAR_T str_buf[WORK_BUFFER_SIZE]; in wcs_re_match_2_internal() local
6293 str_buf[i] = TRANSLATE(*d); in wcs_re_match_2_internal()
6294 str_buf[i+1] = '\0'; in wcs_re_match_2_internal()
6297 match = __wcscoll (workp, str_buf); in wcs_re_match_2_internal()
6299 match = wcscoll (workp, str_buf); in wcs_re_match_2_internal()
6353 cp = (wint_t*)str_buf; in wcs_re_match_2_internal()
6361 str_buf[i] = TRANSLATE(*(d+i)); in wcs_re_match_2_internal()
6362 str_buf[i+1] = '\0'; /* sentinel */ in wcs_re_match_2_internal()
6368 d = backup_d + ((wchar_t*)cp - (wchar_t*)str_buf - 1); in wcs_re_match_2_internal()
6446 str_buf[i] = TRANSLATE(*d); in wcs_re_match_2_internal()
[all …]