Home
last modified time | relevance | path

Searched refs:regoff_t (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.h394 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));
Dgnu-regex.c3381 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 …]
Dinclhack.def2226 "extern regoff_t ro;\n"
/openbsd/src/gnu/usr.bin/cvs/lib/
Dregex.h371 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));
Dregex.c3638 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/
Dxregex2.h402 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/
Dxregex2.h399 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/
Dxregex2.h402 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/
Dxregex2.h402 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/
Dregex.h45 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/
Dregex.h15 typedef __regoff_t regoff_t; typedef
/openbsd/src/gnu/gcc/fixincludes/tests/base/
Dregex.h15 typedef __regoff_t regoff_t; typedef
/openbsd/src/regress/lib/libc/regex/
Dmain.c21 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/
Dregex.c4890 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/
Dprocess.c337 regoff_t slen; in substitute()
339 regoff_t le = 0; in substitute()
/openbsd/src/usr.bin/grep/
Dutil.c201 regoff_t offset; in procline()
508 regoff_t j; in grep_search()
/openbsd/src/usr.bin/sort/
Dsort.c559 regoff_t i = 0; in parse_pos()
/openbsd/src/lib/libc/regex/
Dengine.c490 regoff_t offsave; in backref()
/openbsd/src/gnu/gcc/fixincludes/
Dinclhack.def2629 "extern regoff_t ro;\n"