OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regoff_t
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/include/
regex.h
46
typedef off_t
regoff_t
;
typedef
56
regoff_t
rm_so; /* start of match */
57
regoff_t
rm_eo; /* end of match */
/development/ndk/platforms/android-8/include/
regex.h
46
typedef off_t
regoff_t
;
typedef
56
regoff_t
rm_so; /* start of match */
57
regoff_t
rm_eo; /* end of match */
/development/ndk/platforms/android-L/include/
regex.h
46
typedef off_t
regoff_t
;
typedef
56
regoff_t
rm_so; /* start of match */
57
regoff_t
rm_eo; /* end of match */
Completed in 139 milliseconds