Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libgnuregex/
H A Dregex_internal.c20 static void re_string_construct_common (const char *str, int len,
49 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_allocate()
72 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_construct()
170 re_string_construct_common (const char *str, int len, re_string_t *pstr, in re_string_construct_common() function