Searched refs:regoff_t (Results 1 – 3 of 3) sorted by relevance
/posix/ |
A D | regex.h | 486 typedef ssize_t regoff_t; typedef 490 typedef int regoff_t; typedef 500 regoff_t *start; 501 regoff_t *end; 579 const char *__String, regoff_t __length, 580 regoff_t __start, regoff_t __range, 590 regoff_t __start, regoff_t __range, 592 regoff_t __stop) 600 const char *__String, regoff_t __length, 610 regoff_t __stop) [all …]
|
A D | regexec.c | 276 regoff_t 286 regoff_t in weak_alias() 297 regoff_t in weak_alias() 309 regoff_t in weak_alias() 321 static regoff_t in weak_alias() 328 regoff_t rval; in weak_alias() 368 static regoff_t 376 regoff_t rval; in re_search_stub() 489 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs); in re_copy_regs() 490 regoff_t *new_end; in re_copy_regs() [all …]
|
A D | regex_internal.h | 182 typedef regoff_t Idx;
|
Completed in 46 milliseconds