Home
last modified time | relevance | path

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

/bionic/libc/include/
Dregex.h46 typedef off_t regoff_t; typedef
56 regoff_t rm_so; /* start of match */
57 regoff_t rm_eo; /* end of match */
/bionic/libc/regex/
Dengine.c485 regoff_t offsave; in backref()