OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regoff_t
(Results
1 - 25
of
55
) sorted by null
1
2
3
/toolchain/binutils/binutils-2.25/include/
xregex.h
11
# define
regoff_t
xregoff_t
macro
/external/pcre/dist/
pcreposix.h
105
typedef int
regoff_t
;
typedef
108
regoff_t
rm_so;
109
regoff_t
rm_eo;
/bionic/libc/include/
regex.h
45
/* 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 */
/development/ndk/platforms/android-21/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 */
/ndk/sources/host-tools/ndk-stack/regex/
regex.h
50
typedef off_t
regoff_t
;
typedef
60
regoff_t
rm_so; /* start of match */
61
regoff_t
rm_eo; /* end of match */
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/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 */
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/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 */
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/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 */
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/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 */
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/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 */
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/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 */
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/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 */
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/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 */
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/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 */
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/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 */
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/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 */
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/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 */
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/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 */
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/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 */
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/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 */
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/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 */
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/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 */
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/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 */
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/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 3879 milliseconds
1
2
3