Searched refs:MAX_BUF_SIZE (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dutils.c210 *lineptr = charalloc(MAX_BUF_SIZE);
211 *n = MAX_BUF_SIZE;
217 *lineptr = charealloc(*lineptr, *n + MAX_BUF_SIZE);
218 *n += MAX_BUF_SIZE;
231 *lineptr = charealloc(*lineptr, *n + MAX_BUF_SIZE);
232 *n += MAX_BUF_SIZE;
H A Dnano.h629 #define MAX_BUF_SIZE 128 macro
H A Dwinio.c128 /* If we've failed to get a character MAX_BUF_SIZE times in a
133 if (errcount == MAX_BUF_SIZE)
1932 alloc_len = (mb_cur_max() + tabsize + 1) * MAX_BUF_SIZE;
1983 alloc_len += (mb_cur_max() + tabsize + 1) * MAX_BUF_SIZE;
H A Dfiles.c349 size_t bufx = MAX_BUF_SIZE;
431 /* Now we allocate a bigger buffer MAX_BUF_SIZE characters
437 bufx += MAX_BUF_SIZE;
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/convperf/
H A Dconvperf.h21 #define MAX_BUF_SIZE 3048 macro
154 WCHAR dest[MAX_BUF_SIZE];
206 char dest[MAX_BUF_SIZE];
275 WCHAR dst[MAX_BUF_SIZE];
331 char dst[MAX_BUF_SIZE];
387 WCHAR dst[MAX_BUF_SIZE];
440 char dst[MAX_BUF_SIZE];
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c2005 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up macro
2013 # define MAX_BUF_SIZE 65500L
2016 # define MAX_BUF_SIZE (1L << 16)
2023 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2051 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2054 if (bufp->allocated > MAX_BUF_SIZE) \
2055 bufp->allocated = MAX_BUF_SIZE; \
2084 if (bufp->allocated == MAX_BUF_SIZE) \
2087 if (bufp->allocated > MAX_BUF_SIZE) \
2088 bufp->allocated = MAX_BUF_SIZE; \
2002 # define MAX_BUF_SIZE macro
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c2077 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up macro
2085 # define MAX_BUF_SIZE 65500L
2088 # define MAX_BUF_SIZE (1L << 16)
2095 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
2123 if (bufp->allocated + sizeof(UCHAR_T) > MAX_BUF_SIZE) \
2126 if (bufp->allocated > MAX_BUF_SIZE) \
2127 bufp->allocated = MAX_BUF_SIZE; \
2156 if (bufp->allocated == MAX_BUF_SIZE) \
2159 if (bufp->allocated > MAX_BUF_SIZE) \
2160 bufp->allocated = MAX_BUF_SIZE; \
2074 # define MAX_BUF_SIZE macro
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.c1825 # define MAX_BUF_SIZE (1L << 15)
1830 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
1835 # define MAX_BUF_SIZE 65500L
1837 # define MAX_BUF_SIZE (1L << 16)
1844 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
1868 if (bufp->allocated == MAX_BUF_SIZE) \
1871 if (bufp->allocated > MAX_BUF_SIZE) \
1872 bufp->allocated = MAX_BUF_SIZE; \
1906 be able to hold values from -(MAX_BUF_SIZE - 1) to MAX_BUF_SIZE
1812 # define MAX_BUF_SIZE macro
[all...]
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c1802 MSC and drop MAX_BUF_SIZE a bit. Otherwise you may end up
1809 # define MAX_BUF_SIZE 65500L
1812 # define MAX_BUF_SIZE (1L << 16)
1819 being larger than MAX_BUF_SIZE, then flag memory exhausted. */
1843 if (bufp->allocated == MAX_BUF_SIZE) \
1846 if (bufp->allocated > MAX_BUF_SIZE) \
1847 bufp->allocated = MAX_BUF_SIZE; \
1881 be able to hold values from -(MAX_BUF_SIZE - 1) to MAX_BUF_SIZE - 1. */
1797 # define MAX_BUF_SIZE macro
1800 # define MAX_BUF_SIZE macro

Completed in 238 milliseconds