Searched defs:regoff_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dregex.h45 /* POSIX says regoff_t is at least as large as the larger of ptrdiff_t and
47 typedef ssize_t regoff_t; typedef
57 regoff_t rm_so; /* start of match */
58 regoff_t rm_eo; /* end of match */

Completed in 3 milliseconds