Home
last modified time | relevance | path

Searched defs:bufEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dutil.c824 char** bufEnd, int followLinks) in UTIL_prepareFileList()
889 char** bufEnd, int followLinks) in UTIL_prepareFileList()
960 char** bufEnd, int followLinks) in UTIL_prepareFileList()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1168 void InputSectionBase::relocate(Ctx &ctx, uint8_t *buf, uint8_t *bufEnd) { in relocate()
1314 uint8_t *bufEnd = buf + size; in writeTo() local
/freebsd/contrib/expat/lib/
H A Dxmlparse.c313 char *bufEnd; /* end of the buffer */ member