Searched refs:src_end (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Drc_cmdlength.h2 extern size_t remoteconfig_cmdlength( const char *src_buf, const char *src_end );
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drc_cmdlength.c18 const char *src_end
25 while (src_end != src_buf) {
26 ch = src_end[-1];
29 --src_end;
32 for (scan = src_buf; scan != src_end; ++scan) {
/freebsd-13-stable/contrib/less/
H A Dcvt.c68 char *src_end; local
72 src_end = osrc + *lenp;
74 src_end = osrc + strlen(osrc);
76 for (src = osrc, dst = odst; src < src_end; )
81 ch = step_char(&src, +1, src_end);
92 while (src < src_end)
/freebsd-13-stable/contrib/apr/network_io/unix/
H A Dinet_ntop.c153 const unsigned char *next_src, *src_end; local
162 src_end = src + IN6ADDRSZ;
189 } while (next_src < src_end);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c212 const char *src_end; /* end ('\0') of source string */ member in struct:MatchState
322 if (s >= ms->src_end)
346 while (++s < ms->src_end) {
414 if ((size_t)(ms->src_end-s) >= len &&
441 s = (s == ms->src_end) ? s : NULL; /* check end of string */
618 ms.src_end = s + ls;
633 } while (s1++ < ms.src_end && !anchor);
659 ms.src_end = s+ls;
662 src <= ms.src_end;
766 ms.src_end
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp78 u32 *src_end = (u32 *)MEM_TO_ORIGIN(s + (end - beg)); local
82 for (; src < src_end; ++src, ++src_s, ++dst) {
/freebsd-13-stable/contrib/lua/src/
H A Dlstrlib.c358 const char *src_end; /* end ('\0') of source string */ member in struct:MatchState
469 if (s >= ms->src_end)
492 while (++s < ms->src_end) {
560 if ((size_t)(ms->src_end-s) >= len &&
587 s = (s == ms->src_end) ? s : NULL; /* check end of string */
759 ms->src_end = s + ls;
809 } while (s1++ < ms.src_end && !anchor);
839 for (src = gm->src; src <= gm->ms.src_end; src++) {
967 else if (src < ms.src_end) /* otherwise, skip one character */
975 luaL_addlstring(&b, src, ms.src_end
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c112 apr_off_t src_end; member in struct:svn_diff_binary_patch_t
488 bpatch->src_end, result_pool);
2076 bpatch->src_end = pos;
2131 && ((bpatch->src_end > bpatch->src_start) || !bpatch->src_filesize))
2140 apr_off_t tmp_end = bpatch->src_end;
2144 bpatch->src_end = bpatch->dst_end;

Completed in 224 milliseconds