Searched refs:regex_compile (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | regex.c | 1064 regex_compile (pattern, size, syntax, bufp) in regex_compile() function 4633 ret = regex_compile (pattern, length, re_syntax_options, bufp); 4677 ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf); 4783 ret = regex_compile (pattern, strlen (pattern), syntax, preg);
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | 2009-07-20-CoalescerBug.ll | 7 define fastcc i32 @regex_compile(i8* %pattern, i64 %size, i64 %syntax, %struct.re_pattern_buffer* n…
|