Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/tests/
H A Dretest.c108 static const CHAR_T *regex_pattern; variable
231 "string: \"%s\", eflags %d\n", regex_pattern, cflags_global, in check()
235 "string: \"%ls\", eflags %d\n", regex_pattern, cflags_global, in check()
272 regex_pattern, str); in check()
277 regex_pattern, str); in check()
293 printf("Comp error, regex: \"%s\"\n", regex_pattern); in check()
295 printf("Comp error, regex: \"%ls\"\n", regex_pattern); in check()
308 regex_pattern, str); in check()
311 regex_pattern, str); in check()
496 regex_pattern = re; in test_comp()
[all …]
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y71 static char regex_pattern[255]; variable
1552 retval = snprintf(regex_pattern, sizeof(regex_pattern), in add_macro_arg()
1555 if (retval >= sizeof(regex_pattern)) { in add_macro_arg()
1560 retval = regcomp(&marg->arg_regex, regex_pattern, REG_EXTENDED); in add_macro_arg()