Home
last modified time | relevance | path

Searched defs:src_end (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drc_cmdlength.c18 const char *src_end in remoteconfig_cmdlength()
/freebsd/contrib/less/
H A Dcvt.c58 constant char *src_end; in cvt_text() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp658 static void SlowCopyContainerAnnotations(uptr src_beg, uptr src_end, in SlowCopyContainerAnnotations()
690 static void SlowReversedCopyContainerAnnotations(uptr src_beg, uptr src_end, in SlowReversedCopyContainerAnnotations()
735 static void CopyContainerLastGranuleAnnotation(uptr src_end, uptr dst_end) { in CopyContainerLastGranuleAnnotation()
770 uptr src_end = reinterpret_cast<uptr>(src_end_p); in __sanitizer_copy_contiguous_container_annotations() local
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp79 u32 *src_end = (u32 *)MEM_TO_ORIGIN(s + (end - beg)); in CopyOrigin() local
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp274 dfsan_origin *src_end = origin_for((void *)(src_a + (end - beg))); in CopyOrigin() local
307 void *src_end = (void *)(src_a + end - beg - kOriginAlign); in ReverseCopyOrigin() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c212 const char *src_end; /* end ('\0') of source string */ member
/freebsd/contrib/lua/src/
H A Dlstrlib.c360 const char *src_end; /* end ('\0') of source string */ member