HomeSort by: relevance | last modified time | path
    Searched refs:repetition (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/regex/
t_regex_att.c 117 { "((..)|(.)){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.da
    [all...]
Makefile 55 FILES+= data/att/repetition.dat
  /src/usr.bin/make/unit-tests/
var-eval-short.mk 70 # which is not a valid repetition of the form '{1,5}', and because of the

Completed in 11 milliseconds