/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 */
|
engine.c | 485 regoff_t offsave;
|
/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 */
|
/prebuilt/ndk/android-ndk-r7/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 */
|
/prebuilt/ndk/android-ndk-r7/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 */
|
/prebuilt/ndk/android-ndk-r7/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-r7/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-r7/platforms/android-9/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-r7/platforms/android-9/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...] |
regexec.c | 46 static regoff_t re_search_2_stub (struct re_pattern_buffer *bufp, 49 Idx start, regoff_t range, 52 static regoff_t re_search_stub (struct re_pattern_buffer *bufp, 54 regoff_t range, Idx stop, 314 regoff_t 327 regoff_t 332 regoff_t range; 342 regoff_t 356 regoff_t 361 regoff_t range [all...] |
/external/pcre/ |
pcreposix.h | 105 typedef int regoff_t; typedef 108 regoff_t rm_so; 109 regoff_t rm_eo;
|
/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
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
regexp.c | 186 regs->start = MALLOC (need_regs, regoff_t); 187 regs->end = MALLOC (need_regs, regoff_t); 193 regs->start = REALLOC (regs->start, need_regs, regoff_t); 194 regs->end = REALLOC (regs->end, need_regs, regoff_t);
|
sed.h | 139 regoff_t *start; 140 regoff_t *end;
|
/bionic/libc/regex/ |
engine.c | 485 regoff_t offsave;
|