OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regoff_t
(Results
51 - 61
of
61
) sorted by null
1
2
3
/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 */
/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.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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h
443
typedef int
regoff_t
;
452
regoff_t
*start;
453
regoff_t
*end;
471
regoff_t
rm_so; /* Byte offset from string's start to substring's start. */
472
regoff_t
rm_eo; /* Byte offset from string's start to substring's end. */
536
(
regoff_t
)' bytes long.
547
regoff_t
*__starts,
regoff_t
*__ends);
439
typedef int
regoff_t
;
typedef
/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 1389 milliseconds
1
2
3