Searched refs:xxx (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | interpretation.dat | 12 :RE#12:E (.?.?) xxx (0,2)(0,2) 13 :RE#13:E (.?.?){1} xxx (0,2)(0,2) 14 :RE#14:E (.?.?)(.?.?) xxx (0,3)(0,2)(2,3) 15 :RE#15:E (.?.?){2} xxx (0,3)(2,3) 16 :RE#16:E (.?.?)(.?.?)(.?.?) xxx (0,3)(0,2)(2,3)(3,3) 17 :RE#17:E (.?.?){3} xxx (0,3)(3,3) 18 :RE#18:E (.?.?)* xxx (0,3)(2,3) 43 :RE#43:E ((..)*(...)*) xxx (0,3)(0,3)(?,?)(0,3) 44 :RE#44:E ((..)*(...)*)((..)*(...)*) xxx (0,3)(0,3)(?,?)(0,3)(3,3)(?,?) 45 :RE#45:E ((..)*(...)*)* xxx (0,3)(0,3)(?,?)(0,3)
|
A D | basic.dat | 69 BE xxx xxx (0,3)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | usershell.c | 33 char*xxx = *shells++; in endusershell() local 34 free(xxx); in endusershell()
|
Completed in 4 milliseconds