OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regoff_t
(Results
1 - 11
of
11
) sorted by null
/external/pcre/
pcreposix.h
105
typedef int
regoff_t
;
typedef
108
regoff_t
rm_so;
109
regoff_t
rm_eo;
/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 */
/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 */
/prebuilt/ndk/android-ndk-r4/platforms/android-8/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 */
/prebuilt/ndk/android-ndk-r4/platforms/android-8/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 */
/prebuilt/ndk/android-ndk-r5/platforms/android-8/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 */
/prebuilt/ndk/android-ndk-r6/platforms/android-8/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 */
/prebuilt/ndk/android-ndk-r6/platforms/android-8/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 */
/ndk/sources/host-tools/sed-4.2.1/lib/
regex.h
51
For historical reasons POSIX 1003.1-2004 requires that
regoff_t
be
53
regoff_t
to the more-sensible ssize_t and the Open Group has
55
regoff_t
be at least as wide as ptrdiff_t and ssize_t; see XBD ERN
58
typedef ssize_t
regoff_t
;
typedef
77
typedef int
regoff_t
;
typedef
531
regoff_t
*_REG_RM_NAME (start);
532
regoff_t
*_REG_RM_NAME (end);
549
regoff_t
rm_so; /* Byte offset from string's start to substring's start. */
550
regoff_t
rm_eo; /* Byte offset from string's start to substring's end. */
578
extern
regoff_t
re_search (struct re_pattern_buffer *__buffer
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h
414
typedef int
regoff_t
;
422
regoff_t
*start;
423
regoff_t
*end;
440
regoff_t
rm_so; /* Byte offset from string's start to substring's start. */
441
regoff_t
rm_eo; /* Byte offset from string's start to substring's end. */
499
(
regoff_t
)' bytes long.
510
regoff_t
*__starts,
regoff_t
*__ends);
410
typedef int
regoff_t
;
typedef
Completed in 18 milliseconds