HomeSort by: relevance | last modified time | path
    Searched refs:MAX_BUF_SIZE (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/diffutils/dist/lib/
regex.c 2079 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
2087 # define MAX_BUF_SIZE 65500L
2090 # define MAX_BUF_SIZE (1L << 16)
2097 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2125 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2128 if (bufp->allocated > MAX_BUF_SIZE) \
2129 bufp->allocated = MAX_BUF_SIZE; \
2158 if (bufp->allocated == MAX_BUF_SIZE) \
2161 if (bufp->allocated > MAX_BUF_SIZE) \
2162 bufp->allocated = MAX_BUF_SIZE; \
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 2010 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
2018 # define MAX_BUF_SIZE 65500L
2021 # define MAX_BUF_SIZE (1L << 16)
2028 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2056 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2059 if (bufp->allocated > MAX_BUF_SIZE) \
2060 bufp->allocated = MAX_BUF_SIZE; \
2089 if (bufp->allocated == MAX_BUF_SIZE) \
2092 if (bufp->allocated > MAX_BUF_SIZE) \
2093 bufp->allocated = MAX_BUF_SIZE; \
    [all...]
  /src/external/gpl2/grep/dist/lib/
regex.c 2001 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
2008 # define MAX_BUF_SIZE 65500L
2011 # define MAX_BUF_SIZE (1L << 16)
2018 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2045 if (bufp->allocated + sizeof(US_CHAR_TYPE) > MAX_BUF_SIZE) \
2048 if (bufp->allocated > MAX_BUF_SIZE) \
2049 bufp->allocated = MAX_BUF_SIZE; \
2078 if (bufp->allocated == MAX_BUF_SIZE) \
2081 if (bufp->allocated > MAX_BUF_SIZE) \
2082 bufp->allocated = MAX_BUF_SIZE; \
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 2010 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
2018 # define MAX_BUF_SIZE 65500L
2021 # define MAX_BUF_SIZE (1L << 16)
2028 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2056 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2059 if (bufp->allocated > MAX_BUF_SIZE) \
2060 bufp->allocated = MAX_BUF_SIZE; \
2089 if (bufp->allocated == MAX_BUF_SIZE) \
2092 if (bufp->allocated > MAX_BUF_SIZE) \
2093 bufp->allocated = MAX_BUF_SIZE; \
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 2010 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
2018 # define MAX_BUF_SIZE 65500L
2021 # define MAX_BUF_SIZE (1L << 16)
2028 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2056 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2059 if (bufp->allocated > MAX_BUF_SIZE) \
2060 bufp->allocated = MAX_BUF_SIZE; \
2089 if (bufp->allocated == MAX_BUF_SIZE) \
2092 if (bufp->allocated > MAX_BUF_SIZE) \
2093 bufp->allocated = MAX_BUF_SIZE; \
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 2010 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
2018 # define MAX_BUF_SIZE 65500L
2021 # define MAX_BUF_SIZE (1L << 16)
2028 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2056 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2059 if (bufp->allocated > MAX_BUF_SIZE) \
2060 bufp->allocated = MAX_BUF_SIZE; \
2089 if (bufp->allocated == MAX_BUF_SIZE) \
2092 if (bufp->allocated > MAX_BUF_SIZE) \
2093 bufp->allocated = MAX_BUF_SIZE; \
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 2010 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
2018 # define MAX_BUF_SIZE 65500L
2021 # define MAX_BUF_SIZE (1L << 16)
2028 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2056 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2059 if (bufp->allocated > MAX_BUF_SIZE) \
2060 bufp->allocated = MAX_BUF_SIZE; \
2089 if (bufp->allocated == MAX_BUF_SIZE) \
2092 if (bufp->allocated > MAX_BUF_SIZE) \
2093 bufp->allocated = MAX_BUF_SIZE; \
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 2010 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
2018 # define MAX_BUF_SIZE 65500L
2021 # define MAX_BUF_SIZE (1L << 16)
2028 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2056 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2059 if (bufp->allocated > MAX_BUF_SIZE) \
2060 bufp->allocated = MAX_BUF_SIZE; \
2089 if (bufp->allocated == MAX_BUF_SIZE) \
2092 if (bufp->allocated > MAX_BUF_SIZE) \
2093 bufp->allocated = MAX_BUF_SIZE; \
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 2010 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
2018 # define MAX_BUF_SIZE 65500L
2021 # define MAX_BUF_SIZE (1L << 16)
2028 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2056 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2059 if (bufp->allocated > MAX_BUF_SIZE) \
2060 bufp->allocated = MAX_BUF_SIZE; \
2089 if (bufp->allocated == MAX_BUF_SIZE) \
2092 if (bufp->allocated > MAX_BUF_SIZE) \
2093 bufp->allocated = MAX_BUF_SIZE; \
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/trspi/
trousers.c 1514 #define MAX_BUF_SIZE 4096
1519 char *ret, *outbuf, tmpbuf[MAX_BUF_SIZE] = { 0, };
1549 if (len > MAX_BUF_SIZE) {
1578 char *ret, *outbuf, tmpbuf[MAX_BUF_SIZE] = { 0, };
1614 if (len > MAX_BUF_SIZE) {

Completed in 47 milliseconds