Searched refs:repetition (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c117 { "((..)|(.)){2}", "aaa" }, // repetition.dat
118 { "((..)|(.)){3}", "aaa" }, // repetition.dat
119 { "((..)|(.)){3}", "aaaa" }, // repetition.dat
120 { "((..)|(.)){3}", "aaaaa" }, // repetition.dat
121 { "X(.?){0,}Y", "X1234567Y" }, // repetition.dat
122 { "X(.?){1,}Y", "X1234567Y" }, // repetition.dat
123 { "X(.?){2,}Y", "X1234567Y" }, // repetition.dat
124 { "X(.?){3,}Y", "X1234567Y" }, // repetition.dat
125 { "X(.?){4,}Y", "X1234567Y" }, // repetition.dat
126 { "X(.?){5,}Y", "X1234567Y" }, // repetition
608 ATF_TC(repetition); variable
[all...]
/freebsd-10-stable/lib/libc/tests/regex/
H A DMakefile43 FILES+= data/att/repetition.dat
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregengine.inc183 /* this loop does only one repetition except for backrefs */

Completed in 187 milliseconds