| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | gnu-regex.h | 394 typedef int regoff_t; typedef 402 regoff_t *start; 403 regoff_t *end; 420 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ 421 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ 525 unsigned num_regs, regoff_t *starts, regoff_t *ends)); 528 unsigned num_regs, regoff_t *starts, regoff_t *ends));
|
| D | gnu-regex.c | 3381 regoff_t *starts, *ends; 3394 regs->start = regs->end = (regoff_t *) 0; 3583 ? ((regoff_t) ((ptr) - string1)) \ 3584 : ((regoff_t) ((ptr) - string2 + size1))) 4061 regs->start = TALLOC (regs->num_regs, regoff_t); 4062 regs->end = TALLOC (regs->num_regs, regoff_t); 4077 RETALLOC (regs->start, regs->num_regs, regoff_t); 4078 RETALLOC (regs->end, regs->num_regs, regoff_t); 4100 ? ((regoff_t) (d - string1)) 4101 : ((regoff_t) (d - string2 + size1))); [all …]
|
| D | inclhack.def | 2226 "extern regoff_t ro;\n"
|
| /openbsd/src/gnu/usr.bin/cvs/lib/ |
| D | regex.h | 371 typedef int regoff_t; typedef 379 regoff_t *start; 380 regoff_t *end; 397 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ 398 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ 483 unsigned num_regs, regoff_t *starts, regoff_t *ends));
|
| D | regex.c | 3638 regoff_t *starts, *ends; 3651 regs->start = regs->end = (regoff_t *) 0; 3951 ? ((regoff_t) ((ptr) - string1)) \ 3952 : ((regoff_t) ((ptr) - string2 + size1))) 4433 regs->start = TALLOC (regs->num_regs, regoff_t); 4434 regs->end = TALLOC (regs->num_regs, regoff_t); 4449 RETALLOC (regs->start, regs->num_regs, regoff_t); 4450 RETALLOC (regs->end, regs->num_regs, regoff_t); 4472 ? ((regoff_t) (d - string1)) 4473 : ((regoff_t) (d - string2 + size1))); [all …]
|
| /openbsd/src/gnu/lib/libiberty/include/ |
| D | xregex2.h | 402 typedef int regoff_t; typedef 410 regoff_t *start; 411 regoff_t *end; 428 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ 429 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ 501 unsigned num_regs, regoff_t *starts, 502 regoff_t *ends);
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | xregex2.h | 399 typedef int regoff_t; typedef 407 regoff_t *start; 408 regoff_t *end; 425 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ 426 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ 511 unsigned num_regs, regoff_t *starts, regoff_t *ends));
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | xregex2.h | 402 typedef int regoff_t; typedef 410 regoff_t *start; 411 regoff_t *end; 428 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ 429 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ 501 unsigned num_regs, regoff_t *starts, 502 regoff_t *ends);
|
| /openbsd/src/gnu/gcc/include/ |
| D | xregex2.h | 402 typedef int regoff_t; typedef 410 regoff_t *start; 411 regoff_t *end; 428 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ 429 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ 501 unsigned num_regs, regoff_t *starts, 502 regoff_t *ends);
|
| /openbsd/src/include/ |
| D | regex.h | 45 typedef off_t regoff_t; typedef 55 regoff_t rm_so; /* start of match */ 56 regoff_t rm_eo; /* end of match */
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ |
| D | regex.h | 15 typedef __regoff_t regoff_t; typedef
|
| /openbsd/src/gnu/gcc/fixincludes/tests/base/ |
| D | regex.h | 15 typedef __regoff_t regoff_t; typedef
|
| /openbsd/src/regress/lib/libc/regex/ |
| D | main.c | 21 regoff_t startoff = 0; 22 regoff_t endoff = 0; 53 endoff = (regoff_t)atoi(optarg); in main() 59 startoff = (regoff_t)atoi(optarg); in main()
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | regex.c | 4890 regoff_t *starts, regoff_t *ends) in weak_alias() 4903 regs->start = regs->end = (regoff_t *) 0; in weak_alias() 5259 ? ((regoff_t)(mbs_offset1 != NULL? mbs_offset1[(ptr)-string1] : 0)) \ 5260 : ((regoff_t)((mbs_offset2 != NULL? mbs_offset2[(ptr)-string2] : 0) \ 5267 ? ((regoff_t) ((ptr) - string1)) \ 5268 : ((regoff_t) ((ptr) - string2 + size1))) 5983 regs->start = TALLOC (regs->num_regs, regoff_t); in wcs_re_match_2_internal() 5984 regs->end = TALLOC (regs->num_regs, regoff_t); in wcs_re_match_2_internal() 5999 RETALLOC (regs->start, regs->num_regs, regoff_t); in wcs_re_match_2_internal() 6000 RETALLOC (regs->end, regs->num_regs, regoff_t); in wcs_re_match_2_internal() [all …]
|
| /openbsd/src/usr.bin/sed/ |
| D | process.c | 337 regoff_t slen; in substitute() 339 regoff_t le = 0; in substitute()
|
| /openbsd/src/usr.bin/grep/ |
| D | util.c | 201 regoff_t offset; in procline() 508 regoff_t j; in grep_search()
|
| /openbsd/src/usr.bin/sort/ |
| D | sort.c | 559 regoff_t i = 0; in parse_pos()
|
| /openbsd/src/lib/libc/regex/ |
| D | engine.c | 490 regoff_t offsave; in backref()
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | inclhack.def | 2629 "extern regoff_t ro;\n"
|