Searched refs:src_end (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | rc_cmdlength.c | 18 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.1/contrib/less/ |
| H A D | cvt.c | 68 char *src_end; local 72 src_end = osrc + *lenp; 74 src_end = osrc + strlen(osrc); 76 for (src = osrc, dst = odst; src < src_end; ) 80 ch = step_char(&src, +1, src_end); 92 while (src < src_end)
|
| /freebsd-12.1/contrib/apr/network_io/unix/ |
| H A D | inet_ntop.c | 153 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.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lstrlib.c | 230 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() 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() 797 else if (src < ms.src_end) in str_gsub() [all …]
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | rc_cmdlength.h | 2 extern size_t remoteconfig_cmdlength( const char *src_buf, const char *src_end );
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lstrlib.c | 216 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.1/contrib/amd/amd/ |
| H A D | sun_map.c | 129 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.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_poisoning.cc | 79 u32 *src_end = (u32 *)MEM_TO_ORIGIN(s + (end - beg)); in CopyOrigin() local 83 for (; src < src_end; ++src, ++src_s, ++dst) { in CopyOrigin()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 359 EdgeIterator src_end() const { return SrcEdges.end(); } in src_end() function 361 return make_range(src_begin(), src_end()); in srcs()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_diff/ |
| H A D | parse-diff.c | 107 apr_off_t src_end; member 483 bpatch->src_end, result_pool); in svn_diff_get_binary_diff_original_stream() 2036 bpatch->src_end = pos; in parse_binary_patch() 2091 && ((bpatch->src_end > bpatch->src_start) || !bpatch->src_filesize)) in parse_binary_patch() 2100 apr_off_t tmp_end = bpatch->src_end; in parse_binary_patch() 2104 bpatch->src_end = bpatch->dst_end; in parse_binary_patch()
|