Home
last modified time | relevance | path

Searched refs:src_end (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpd/
H A Drc_cmdlength.c18 const char *src_end in remoteconfig_cmdlength() argument
25 while (src_end != src_buf) { in remoteconfig_cmdlength()
26 ch = src_end[-1]; in remoteconfig_cmdlength()
29 --src_end; in remoteconfig_cmdlength()
32 for (scan = src_buf; scan != src_end; ++scan) { in remoteconfig_cmdlength()
/freebsd-13.1/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.1/contrib/apr/network_io/unix/
H A Dinet_ntop.c153 const unsigned char *next_src, *src_end; in inet_ntop6() local
162 src_end = src + IN6ADDRSZ; in inet_ntop6()
189 } while (next_src < src_end); in inet_ntop6()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c212 const char *src_end; /* end ('\0') of source string */ member
322 if (s >= ms->src_end) in singlematch()
346 while (++s < ms->src_end) { in matchbalance()
414 if ((size_t)(ms->src_end-s) >= len && in match_capture()
618 ms.src_end = s + ls; in str_find_aux()
633 } while (s1++ < ms.src_end && !anchor); in str_find_aux()
659 ms.src_end = s+ls; in gmatch_aux()
662 src <= ms.src_end; in gmatch_aux()
766 ms.src_end = src+srcl; in str_gsub()
779 else if (src < ms.src_end) in str_gsub()
[all …]
/freebsd-13.1/contrib/ntp/include/
H A Drc_cmdlength.h2 extern size_t remoteconfig_cmdlength( const char *src_buf, const char *src_end );
/freebsd-13.1/contrib/lua/src/
H A Dlstrlib.c358 const char *src_end; /* end ('\0') of source string */ member
469 if (s >= ms->src_end) in singlematch()
492 while (++s < ms->src_end) { in matchbalance()
560 if ((size_t)(ms->src_end-s) >= len && in match_capture()
587 s = (s == ms->src_end) ? s : NULL; /* check end of string */ in match()
759 ms->src_end = s + ls; in prepstate()
809 } while (s1++ < ms.src_end && !anchor); in str_find_aux()
839 for (src = gm->src; src <= gm->ms.src_end; src++) { in gmatch_aux()
967 else if (src < ms.src_end) /* otherwise, skip one character */ in str_gsub()
975 luaL_addlstring(&b, src, ms.src_end-src); in str_gsub()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp261 dfsan_origin *src_end = origin_for((void *)(src_a + (end - beg))); in CopyOrigin() local
265 for (; src_o < src_end; ++src_o, ++src_s, ++dst_o) { in CopyOrigin()
294 void *src_end = (void *)(src_a + end - beg - kOriginAlign); in ReverseCopyOrigin() local
295 dfsan_origin *src_end_o = origin_for(src_end); in ReverseCopyOrigin()
296 u32 *src_end_s = (u32 *)shadow_for(src_end); in ReverseCopyOrigin()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp78 u32 *src_end = (u32 *)MEM_TO_ORIGIN(s + (end - beg)); in CopyOrigin() local
82 for (; src < src_end; ++src, ++src_s, ++dst) { in CopyOrigin()
/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c112 apr_off_t src_end; member
488 bpatch->src_end, result_pool); in svn_diff_get_binary_diff_original_stream()
2076 bpatch->src_end = pos; in parse_binary_patch()
2131 && ((bpatch->src_end > bpatch->src_start) || !bpatch->src_filesize)) in parse_binary_patch()
2140 apr_off_t tmp_end = bpatch->src_end; in parse_binary_patch()
2144 bpatch->src_end = bpatch->dst_end; in parse_binary_patch()