Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h358 #define re_string_length(pstr) ((pstr)->len) macro
A Dregcomp.c1725 if (re_string_cur_idx (input) + 1 >= re_string_length (input)) in peek_token()
1914 re_string_cur_idx (input) + 1 != re_string_length (input)) in peek_token()
1958 && re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
1972 if (re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()

Completed in 11 milliseconds