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

/freebsd-12-stable/contrib/ntp/include/
H A Drc_cmdlength.h2 extern size_t remoteconfig_cmdlength( const char *src_buf, const char *src_end );
/freebsd-12-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-12-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-12-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-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c230 const char *src_end; /* end ('\0') of source string */ member in struct:MatchState
340 if (s >= ms->src_end)
364 while (++s < ms->src_end) {
432 if ((size_t)(ms->src_end-s) >= len &&
459 s = (s == ms->src_end) ? s : NULL; /* check end of string */
636 ms.src_end = s + ls;
651 } while (s1++ < ms.src_end && !anchor);
677 ms.src_end = s+ls;
680 src <= ms.src_end;
784 ms.src_end
[all...]
/freebsd-12-stable/contrib/amd/amd/
H A Dsun_map.c129 char *retval = NULL, *str_start, *str_end, *src_end; local
139 src_end = (strlen(src) - 1) + (char*)src;
145 second_half = (size_t)(src_end - str_end);
/freebsd-12-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-12-stable/contrib/lua/src/
H A Dlstrlib.c216 const char *src_end; /* end ('\0') of source string */ member in struct:MatchState
327 if (s >= ms->src_end)
350 while (++s < ms->src_end) {
418 if ((size_t)(ms->src_end-s) >= len &&
445 s = (s == ms->src_end) ? s : NULL; /* check end of string */
596 ms->src_end = s + ls;
647 } while (s1++ < ms.src_end && !anchor);
677 for (src = gm->src; src <= gm->ms.src_end; src++) {
789 else if (src < ms.src_end) /* otherwise, skip one character */
794 luaL_addlstring(&b, src, ms.src_end
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h354 EdgeIterator src_end() const { return SrcEdges.end(); } function in class:llvm::GCOVBlock
356 return make_range(src_begin(), src_end());
/freebsd-12-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 221 milliseconds