Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/ntpd/
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-12-stable/contrib/less/
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/
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-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dlstrlib.c230 const char *src_end; /* end ('\0') of source string */ member
340 if (s >= ms->src_end) in singlematch()
364 while (++s < ms->src_end) { in matchbalance()
432 if ((size_t)(ms->src_end-s) >= len && in match_capture()
459 s = (s == ms->src_end) ? s : NULL; /* check end of string */ in match()
636 ms.src_end = s + ls; in str_find_aux()
651 } while (s1++ < ms.src_end && !anchor); in str_find_aux()
677 ms.src_end = s+ls; in gmatch_aux()
680 src <= ms.src_end; in gmatch_aux()
784 ms.src_end = src+srcl; in str_gsub()
[all …]
/freebsd-12-stable/contrib/ntp/include/
Drc_cmdlength.h2 extern size_t remoteconfig_cmdlength( const char *src_buf, const char *src_end );
/freebsd-12-stable/contrib/lua/src/
Dlstrlib.c216 const char *src_end; /* end ('\0') of source string */ member
327 if (s >= ms->src_end) in singlematch()
350 while (++s < ms->src_end) { in matchbalance()
418 if ((size_t)(ms->src_end-s) >= len && in match_capture()
445 s = (s == ms->src_end) ? s : NULL; /* check end of string */ in match()
596 ms->src_end = s + ls; in prepstate()
647 } while (s1++ < ms.src_end && !anchor); in str_find_aux()
677 for (src = gm->src; src <= gm->ms.src_end; src++) { in gmatch_aux()
789 else if (src < ms.src_end) /* otherwise, skip one character */ in str_gsub()
794 luaL_addlstring(&b, src, ms.src_end-src); in str_gsub()
/freebsd-12-stable/contrib/amd/amd/
Dsun_map.c129 char *retval = NULL, *str_start, *str_end, *src_end; in sun_strsub() local
139 src_end = (strlen(src) - 1) + (char*)src; in sun_strsub()
145 second_half = (size_t)(src_end - str_end); in sun_strsub()
/freebsd-12-stable/stand/efi/loader/
Dloader_efi.h47 void efi_copy_get_locations(uint64_t *dst, uint64_t *src, uint64_t *src_end);
Dcopy.c366 efi_copy_get_locations(uint64_t *dst, uint64_t *src, uint64_t *src_end) in efi_copy_get_locations() argument
370 *src_end = (uint64_t)staging_end; in efi_copy_get_locations()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
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-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
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-12-stable/contrib/subversion/subversion/libsvn_diff/
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()