Home
last modified time | relevance | path

Searched refs:bufend (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c190 Char *bufnext, *bufend, patbuf[MAXPATHLEN+1]; in glob() local
208 bufend = bufnext + MAXPATHLEN; in glob()
210 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
214 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
Dfiptool.c277 char *buf, *bufend; in parse_fip() local
292 bufend = buf + st.st_size; in parse_fip()
309 while ((char *)toc_entry + sizeof(*toc_entry) - 1 < bufend) { in parse_fip()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c1173 char buf[sizeof(long)*CHAR_BIT/3+6], *p, *bufend; in int_to_decimal_string() local
1176 p = bufend = buf + sizeof(buf); in int_to_decimal_string()
1184 return PyString_FromStringAndSize(p, bufend - p); in int_to_decimal_string()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c1147 char buf[sizeof(long)*CHAR_BIT/3+6], *p, *bufend; in int_to_decimal_string() local
1150 p = bufend = buf + sizeof(buf); in int_to_decimal_string()
1158 return PyString_FromStringAndSize(p, bufend - p); in int_to_decimal_string()