Searched refs:regoff_t (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/contrib/nvi/regex/
H A Dregex.h51 typedef off_t regoff_t; typedef
61 regoff_t rm_so; /* start of match */
62 regoff_t rm_eo; /* end of match */
H A Dengine.c511 register regoff_t offsave;
/freebsd-10.1-release/include/
H A Dregex.h44 typedef __off_t regoff_t; typedef
59 regoff_t rm_so; /* start of match */
60 regoff_t rm_eo; /* end of match */
/freebsd-10.1-release/contrib/binutils/include/
H A Dxregex2.h406 typedef int regoff_t;
414 regoff_t *start;
415 regoff_t *end;
432 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
433 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
496 (regoff_t)' bytes long.
506 unsigned num_regs, regoff_t *starts,
507 regoff_t *ends);
402 typedef int regoff_t; typedef
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dxregex2.h406 typedef int regoff_t;
414 regoff_t *start;
415 regoff_t *end;
432 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
433 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
496 (regoff_t)' bytes long.
506 unsigned num_regs, regoff_t *starts,
507 regoff_t *ends);
402 typedef int regoff_t; typedef
/freebsd-10.1-release/gnu/lib/libregex/
H A Dregex.h38 regoff_t *__starts, regoff_t *__ends);
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex2.h403 typedef int regoff_t;
411 regoff_t *start;
412 regoff_t *end;
429 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
430 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
506 (regoff_t)' bytes long.
516 unsigned num_regs, regoff_t *starts, regoff_t *ends));
399 typedef int regoff_t; typedef
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.h431 typedef int regoff_t;
440 regoff_t *start;
441 regoff_t *end;
459 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
460 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
524 (regoff_t)' bytes long.
535 regoff_t *__starts, regoff_t *__ends);
427 typedef int regoff_t; typedef
H A Dregexec.c511 regs->start = re_malloc (regoff_t, need_regs);
514 regs->end = re_malloc (regoff_t, need_regs);
528 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs);
529 regoff_t *new_end;
532 new_end = re_realloc (regs->end, regoff_t, need_regs);
567 be at least NUM_REGS * sizeof (regoff_t) bytes long.
581 regoff_t *starts, *ends;
594 regs->start = regs->end = (regoff_t *) 0;
/freebsd-10.1-release/contrib/less/
H A Dpattern.c290 regoff_t *starts = (regoff_t *) ecalloc(1, sizeof (regoff_t));
291 regoff_t *ends = (regoff_t *) ecalloc(1, sizeof (regoff_t));
/freebsd-10.1-release/lib/libc/regex/grot/
H A Dmain.c19 regoff_t startoff = 0;
20 regoff_t endoff = 0;
56 startoff = (regoff_t)atoi(optarg);
59 endoff = (regoff_t)atoi(optarg);
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c4893 be at least NUM_REGS * sizeof (regoff_t) bytes long.
4905 regoff_t *starts, regoff_t *ends)
4918 regs->start = regs->end = (regoff_t *) 0;
5275 ? ((regoff_t)(mbs_offset1 != NULL? mbs_offset1[(ptr)-string1] : 0)) \
5276 : ((regoff_t)((mbs_offset2 != NULL? mbs_offset2[(ptr)-string2] : 0) \
5283 ? ((regoff_t) ((ptr) - string1)) \
5284 : ((regoff_t) ((ptr) - string2 + size1)))
6000 regs->start = TALLOC (regs->num_regs, regoff_t);
6001 regs->end = TALLOC (regs->num_regs, regoff_t);
[all...]
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c4893 be at least NUM_REGS * sizeof (regoff_t) bytes long.
4905 regoff_t *starts, regoff_t *ends)
4918 regs->start = regs->end = (regoff_t *) 0;
5275 ? ((regoff_t)(mbs_offset1 != NULL? mbs_offset1[(ptr)-string1] : 0)) \
5276 : ((regoff_t)((mbs_offset2 != NULL? mbs_offset2[(ptr)-string2] : 0) \
5283 ? ((regoff_t) ((ptr) - string1)) \
5284 : ((regoff_t) ((ptr) - string2 + size1)))
6000 regs->start = TALLOC (regs->num_regs, regoff_t);
6001 regs->end = TALLOC (regs->num_regs, regoff_t);
[all...]
/freebsd-10.1-release/usr.bin/sed/
H A Dprocess.c372 regoff_t re_off, slen;
/freebsd-10.1-release/usr.bin/whereis/
H A Dwhereis.c388 regoff_t rlen;
/freebsd-10.1-release/usr.bin/sort/
H A Dsort.c706 regoff_t i = 0;
/freebsd-10.1-release/lib/libc/regex/
H A Dengine.c575 regoff_t offsave;

Completed in 265 milliseconds