HomeSort by relevance Sort by last modified time
    Searched refs:regoff_t (Results 51 - 65 of 65) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-21/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/9/platforms/android-21/arch-x86_64/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/9/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 */
  /prebuilts/ndk/9/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 */
  /prebuilts/ndk/9/platforms/android-9/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/9/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/dist/
pcreposix.h 105 typedef int regoff_t; typedef
108 regoff_t rm_so;
109 regoff_t rm_eo;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 440 typedef int regoff_t;
449 regoff_t *start;
450 regoff_t *end;
468 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
469 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
528 (regoff_t)' bytes long.
539 regoff_t *__starts, regoff_t *__ends);
436 typedef int regoff_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 440 typedef int regoff_t;
449 regoff_t *start;
450 regoff_t *end;
468 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
469 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
528 (regoff_t)' bytes long.
539 regoff_t *__starts, regoff_t *__ends);
436 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/upstream-netbsd/lib/libc/regex/
engine.c 269 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = (regoff_t)-1;
300 assert(m->pmatch[i].rm_so == (regoff_t)-1);
301 assert(m->pmatch[i].rm_eo == (regoff_t)-1);
329 pmatch[i].rm_so = (regoff_t)-1;
330 pmatch[i].rm_eo = (regoff_t)-1;
580 regoff_t offsave;
674 if (m->pmatch[i].rm_eo == (regoff_t)-1)
676 assert(m->pmatch[i].rm_so != (regoff_t)-1);
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 487 regoff_t offsave;

Completed in 348 milliseconds

1 23