Searched refs:regoff_t (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex.h | 58 typedef ssize_t regoff_t; typedef 77 typedef int regoff_t; 527 regoff_t *_REG_RM_NAME (start); 528 regoff_t *_REG_RM_NAME (end); 545 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ 546 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ 573 extern regoff_t re_search (struct re_pattern_buffer *__buffer, 575 __re_idx_t __start, regoff_t __range, 581 extern regoff_t re_search_2 (struct re_pattern_buffer *__buffer, 584 __re_idx_t __start, regoff_t __range, [all …]
|
D | 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, 313 regoff_t 326 regoff_t 331 regoff_t range; 341 regoff_t 355 regoff_t 360 regoff_t range; [all …]
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | 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 */
|
D | engine.c | 487 regoff_t offsave; in backref()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | regexp.c | 185 regs->start = MALLOC (need_regs, regoff_t); 186 regs->end = MALLOC (need_regs, regoff_t); 192 regs->start = REALLOC (regs->start, need_regs, regoff_t); 193 regs->end = REALLOC (regs->end, need_regs, regoff_t);
|
D | sed.h | 139 regoff_t *start; 140 regoff_t *end;
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | regex.m4 | 153 /* Reject hosts whose regoff_t values are too narrow. 156 if (sizeof (regoff_t) < sizeof (ptrdiff_t) 157 || sizeof (regoff_t) < sizeof (ssize_t)) 176 [Define if you want regoff_t to be at least as wide POSIX requires.])
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | config_h.in | 661 /* Define if you want regoff_t to be at least as wide POSIX requires. */
|
D | ChangeLog | 1296 * sed/execute.c(do_subst): use re_registers/regoff_t instead of
|