Home
last modified time | relevance | path

Searched refs:strend (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpp_pack.c147 #define SHIFT_BYTES(utf8, s, strend, buf, len, datumtype, needs_swap) \ argument
150 if (!S_utf8_to_bytes(aTHX_ &s, strend, \
161 #define SHIFT16(utf8, s, strend, p, datumtype, needs_swap) \ argument
162 SHIFT_BYTES(utf8, s, strend, OFF16(p), SIZE16, datumtype, needs_swap)
164 #define SHIFT32(utf8, s, strend, p, datumtype, needs_swap) \ argument
165 SHIFT_BYTES(utf8, s, strend, OFF32(p), SIZE32, datumtype, needs_swap)
167 #define SHIFT_VAR(utf8, s, strend, var, datumtype, needs_swap) \ argument
168 SHIFT_BYTES(utf8, s, strend, &(var), sizeof(var), datumtype, needs_swap)
272 #define SHIFT_BYTE(utf8, s, strend, datumtype) ((utf8) ? \ argument
273 utf8_to_byte(aTHX_ &(s), (strend), (datumtype)) : \
[all …]
Dregexec.c135 (U8*)(off >= 0 ? reginfo->strend : reginfo->strbeg)) \
850 Perl_pregexec(pTHX_ REGEXP * const prog, char* stringarg, char *strend, in Perl_pregexec() argument
863 regexec_flags(prog, stringarg, strend, strbeg, minend, screamer, NULL, in Perl_pregexec()
940 char *strend, in Perl_re_intuit_start() argument
996 if (prog->minlen > strend - strpos) { in Perl_re_intuit_start()
1006 reginfo->strend = strend; in Perl_re_intuit_start()
1093 char *s = HOP3c(strpos, prog->check_offset_min, strend); in Perl_re_intuit_start()
1105 && ( strend - s > slen in Perl_re_intuit_start()
1106 || strend - s < slen - 1 in Perl_re_intuit_start()
1107 || (strend - s == slen && strend[-1] != '\n'))) in Perl_re_intuit_start()
[all …]
Dpp.c6607 const char *strend = s + len; variable
6614 ? utf8_length((U8*)s, (U8*)strend)
6615 : (STRLEN)(strend - s);
6674 while (s < strend && isSPACE_utf8_safe(s, strend))
6678 while (s < strend && isSPACE_LC(*s))
6682 while (s < strend && isSPACE_L1(*s))
6686 while (s < strend && isSPACE(*s))
6700 while (m < strend && ! isSPACE_utf8_safe(m, strend) ) {
6703 if (strend - m < t)
6704 m = strend;
[all …]
Dpp_hot.c3703 const char *strend; in PP() local
3744 strend = truebase + len; in PP()
3831 if (!CALLREGEXEC(rx, (char*)s, (char *)strend, (char*)truebase, in PP()
3928 if ( UNLIKELY( len < 0 || len > strend - s) ) { in PP()
3931 phys_paren, offs_start, offs_end, s, strend, len); in PP()
5211 char *strend; in PP() local
5304 strend = orig + len; in PP()
5341 if (!CALLREGEXEC(rx, orig, strend, orig, 0, TARG, NULL, r_flags)) in PP()
5416 if (m - s > strend - d) { /* faster to shorten from end */ in PP()
5422 i = strend - d; in PP()
[all …]
Dregexp.h283 I32 (*exec) (pTHX_ REGEXP * const rx, char* stringarg, char* strend,
291 char *strend,
818 char *strend; /* one byte beyond last char of match string */ member
Dproto.h3540 Perl_pregexec(pTHX_ REGEXP * const prog, char *stringarg, char *strend, char *strbeg, SSize_t minen…
3542 assert(prog); assert(stringarg); assert(strend); assert(strbeg); \
3632 …EGEXP * const rx, SV *sv, const char * const strbeg, char *strpos, char *strend, const U32 flags, …
3634 assert(rx); assert(strbeg); assert(strpos); assert(strend)
3786 Perl_regexec_flags(pTHX_ REGEXP * const rx, char *stringarg, char *strend, char *strbeg, SSize_t mi…
3788 assert(rx); assert(stringarg); assert(strend); assert(strbeg); assert(sv)
5102 Perl_unpackstring(pTHX_ const char *pat, const char *patend, const char *s, const char *strend, U32…
5104 assert(pat); assert(patend); assert(s); assert(strend)
7980 S_unpack_rec(pTHX_ struct tempsym *symptr, const char *s, const char *strbeg, const char *strend, c…
7982 assert(symptr); assert(s); assert(strbeg); assert(strend)
[all …]
Dmg.c1381 const char * const strend = s + len; in Perl_magic_setenv() local
1399 while (s < strend) { in Perl_magic_setenv()
1404 s, strend, path_sep, &i); in Perl_magic_setenv()
1414 || s == strend /* trailing empty component -- same as "." */ in Perl_magic_setenv()
Dperl.h290 #define CALLREGEXEC(prog,stringarg,strend,strbeg,minend,sv,data,flags) \ argument
291 RX_ENGINE(prog)->exec(aTHX_ (prog),(stringarg),(strend), \
293 #define CALLREG_INTUIT_START(prog,sv,strbeg,strpos,strend,flags,data) \ argument
295 (strend),(flags),(data))
6036 char* strend, char* strbeg, I32 minend,
6039 char *strpos, char *strend,
Dembed.fnc2546 |NN char *strend \
2659 |NN char *strend \
2728 |NN char *strend \
3596 |NN const char *strend \
5024 |NN const char *strend \
5194 |NN char *strend \
5382 |NN const U8 *strend \
5493 |NN const U8 * const strend \
5496 |NN const U8 * const strend \
5499 |NN const U8 * const strend \
[all …]
Dcop.h1087 cx->sb_strend = strend, \
Dregcomp.c14104 S_execute_wildcard(pTHX_ REGEXP * const prog, char* stringarg, char *strend, in S_execute_wildcard() argument
14124 result = CALLREGEXEC(prog, stringarg, strend, strbeg, minend, screamer, in S_execute_wildcard()
/openbsd/src/usr.bin/sort/
Dfile.c592 unsigned char *strend; in file_reader_readline() local
596 strend = memchr(fr->mmapptr, fr->elsymb, sz); in file_reader_readline()
598 if (strend == NULL) { in file_reader_readline()
602 ret = bwscsbdup(fr->mmapptr, strend - in file_reader_readline()
604 fr->mmapptr = strend + 1; in file_reader_readline()
609 unsigned char *strend; in file_reader_readline() local
614 strend = NULL; in file_reader_readline()
622 strend = memchr(fr->buffer + fr->strbeg + in file_reader_readline()
626 strend = NULL; in file_reader_readline()
628 if (strend) in file_reader_readline()
[all …]
/openbsd/src/sys/lib/libz/
Ddeflate.c1371 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1375 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1432 scan < strend); in longest_match()
1440 len = (MAX_MATCH - 1) - (int)(strend - scan); in longest_match()
1441 scan = strend - (MAX_MATCH-1); in longest_match()
1467 scan < strend); in longest_match()
1472 len = MAX_MATCH - (int)(strend - scan); in longest_match()
1473 scan = strend - MAX_MATCH; in longest_match()
1504 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1539 scan < strend); in longest_match()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Ddeflate.c1367 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1371 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1428 scan < strend); in longest_match()
1436 len = (MAX_MATCH - 1) - (int)(strend - scan); in longest_match()
1437 scan = strend - (MAX_MATCH-1); in longest_match()
1463 scan < strend); in longest_match()
1468 len = MAX_MATCH - (int)(strend - scan); in longest_match()
1469 scan = strend - MAX_MATCH; in longest_match()
1500 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1535 scan < strend); in longest_match()
[all …]
/openbsd/src/lib/libz/
Ddeflate.c1371 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1375 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1432 scan < strend); in longest_match()
1440 len = (MAX_MATCH - 1) - (int)(strend - scan); in longest_match()
1441 scan = strend - (MAX_MATCH-1); in longest_match()
1467 scan < strend); in longest_match()
1472 len = MAX_MATCH - (int)(strend - scan); in longest_match()
1473 scan = strend - MAX_MATCH; in longest_match()
1504 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1539 scan < strend); in longest_match()
[all …]
/openbsd/src/gnu/usr.bin/perl/ext/re/
Dre.xs24 extern I32 my_regexec (pTHX_ REGEXP * const prog, char* stringarg, char* strend,
33 char *strend,
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-a29k.c272 register char *strend, *strend2; in md_begin() local
298 strend = machine_opcodes[i].args + strlen (machine_opcodes[i].args) - 1; in md_begin()
300 switch (*strend) in md_begin()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlreapi.pod19 char* strend, char* strbeg,
25 char *strpos, char *strend, U32 flags,
260 char *stringarg, char* strend, char* strbeg,
282 =item strend
315 char *strend,
335 strend: pointer to the byte following the last char of the string
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1967 |NN char* strend|NN char* strbeg \
1990 |NN char* strend \
1995 |NN char *strend|NN char *strbeg \
2108 |NN char* strend|NN char* strbeg \
2388 ERp |bool |is_grapheme |NN const U8 * strbeg|NN const U8 * s|NN const U8 *strend|const UV cp
2428 |NN char *s|NN const char *strend \
2446 |NN const U8 * const strend \
2449 |NN const U8 * const strend \
2458 |NN const U8 * const strend \
2461 |NN const U8 * const strend \
[all …]
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs4613 callregexec(SV *prog, STRLEN stringarg, STRLEN strend, I32 minend, SV *sv, U32 nosave) in callregexec() argument
4623 strbeg + strend, in callregexec()
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-929510219 * config/tc-m68k.c (m68k_ip_op): Don't decrement strend when
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-929510219 * config/tc-m68k.c (m68k_ip_op): Don't decrement strend when