Searched refs:bufmax (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-ycp.c140 static size_t bufmax; local
169 if (buflen >= bufmax)
171 bufmax = 2 * bufmax + 10;
172 buffer = xrealloc (buffer, bufmax);
177 if (buflen >= bufmax)
179 bufmax = 2 * bufmax + 10;
180 buffer = xrealloc (buffer, bufmax);
214 if (buflen >= bufmax)
428 static int bufmax; local
[all...]
H A Dx-rst.c66 static int bufmax; local
113 if (bufpos >= bufmax)
115 bufmax = 2 * bufmax + 10;
116 buffer = xrealloc (buffer, bufmax);
149 if (bufpos >= bufmax)
151 bufmax = 2 * bufmax + 10;
152 buffer = xrealloc (buffer, bufmax);
185 if (bufpos >= bufmax)
[all...]
H A Dx-c.c662 static size_t bufmax; variable
674 if (buflen >= bufmax)
676 bufmax = 2 * bufmax + 10;
677 buffer = xrealloc (buffer, bufmax);
689 if (chars_to_remove == 0 && buflen >= bufmax)
691 bufmax = 2 * bufmax + 10;
692 buffer = xrealloc (buffer, bufmax);
1006 static int bufmax; local
1353 static int bufmax; local
[all...]
H A Dx-smalltalk.c120 static size_t bufmax; variable
132 if (buflen >= bufmax)
134 bufmax = 2 * bufmax + 10;
135 buffer = xrealloc (buffer, bufmax);
146 if (buflen >= bufmax)
148 bufmax = 2 * bufmax + 10;
149 buffer = xrealloc (buffer, bufmax);
193 static int bufmax; local
[all...]
H A Dx-awk.c173 static size_t bufmax; local
191 if (buflen >= bufmax)
193 bufmax = 2 * bufmax + 10;
194 buffer = xrealloc (buffer, bufmax);
199 if (buflen >= bufmax)
201 bufmax = 2 * bufmax + 10;
202 buffer = xrealloc (buffer, bufmax);
383 static int bufmax; local
[all...]
H A Dx-perl.c277 static size_t bufmax = 0; local
283 /* Allocate the initial buffer. Later on, bufmax > 0. */
284 if (bufmax == 0)
288 bufmax = 1;
363 if (bufpos + read_bytes >= bufmax)
366 bufmax = 2 * bufmax + 10;
367 while (bufpos + read_bytes >= bufmax);
368 buffer = xrealloc (buffer, bufmax);
425 static size_t bufmax; local
638 int bufmax = 10; local
894 static int bufmax = 0; local
1285 static int bufmax = 0; local
1653 static int bufmax = 0; local
2009 static int bufmax; local
[all...]
H A Dx-php.c537 static size_t bufmax; variable
549 if (buflen >= bufmax)
551 bufmax = 2 * bufmax + 10;
552 buffer = xrealloc (buffer, bufmax);
564 if (chars_to_remove == 0 && buflen >= bufmax)
566 bufmax = 2 * bufmax + 10;
567 buffer = xrealloc (buffer, bufmax);
783 static int bufmax; local
[all...]
H A Dread-stringtable.c363 static size_t bufmax; local
437 if (buflen >= bufmax)
439 bufmax = 2 * bufmax + 10;
440 buffer = xrealloc (buffer, bufmax * sizeof (int));
490 static size_t bufmax; variable
507 if (buflen >= bufmax)
509 bufmax = 2 * bufmax + 10;
510 buffer = xrealloc (buffer, bufmax * sizeo
713 static size_t bufmax; local
[all...]
H A Dread-properties.c369 static size_t bufmax; local
408 if (buflen >= bufmax)
410 bufmax += 100;
411 buffer = xrealloc (buffer, bufmax * sizeof (unsigned short));
494 static size_t bufmax; local
502 if (buflen >= bufmax)
504 bufmax += 100;
505 buffer = xrealloc (buffer, bufmax);
H A Dx-sh.c292 static size_t bufmax; variable
304 if (buflen >= bufmax)
306 bufmax = 2 * bufmax + 10;
307 buffer = xrealloc (buffer, bufmax);
318 if (buflen >= bufmax)
320 bufmax = 2 * bufmax + 10;
321 buffer = xrealloc (buffer, bufmax);
H A Dpo-lex.c866 static size_t bufmax; local
934 while (bufpos + mb_len (mbc) >= bufmax)
936 bufmax += 100;
937 buf = xrealloc (buf, bufmax);
974 while (bufpos + mb_len (mbc) >= bufmax)
976 bufmax += 100;
977 buf = xrealloc (buf, bufmax);
1032 if (bufpos + 1 >= bufmax)
1034 bufmax += 100;
1035 buf = xrealloc (buf, bufmax);
[all...]
H A Dx-glade.c391 size_t bufmax; member in struct:element_state
478 p->bufmax = 0;
498 if (p->buflen == p->bufmax)
530 if (p->buflen + len > p->bufmax)
532 p->bufmax = 2 * p->bufmax;
533 if (p->bufmax < p->buflen + len)
534 p->bufmax = p->buflen + len;
535 p->buffer = (char *) xrealloc (p->buffer, p->bufmax);
H A Dx-scheme.c578 static size_t bufmax; variable
590 if (buflen >= bufmax)
592 bufmax = 2 * bufmax + 10;
593 buffer = xrealloc (buffer, bufmax);
605 if (chars_to_remove == 0 && buflen >= bufmax)
607 bufmax = 2 * bufmax + 10;
608 buffer = xrealloc (buffer, bufmax);
H A Dx-tcl.c363 static size_t bufmax; variable
375 if (buflen >= bufmax)
377 bufmax = 2 * bufmax + 10;
378 buffer = xrealloc (buffer, bufmax);
389 if (buflen >= bufmax)
391 bufmax = 2 * bufmax + 10;
392 buffer = xrealloc (buffer, bufmax);
H A Dx-java.c1011 static int bufmax; local
1015 if (bufpos >= bufmax)
1017 bufmax = 2 * bufmax + 10;
1018 buffer = xrealloc (buffer, bufmax);
1029 if (bufpos >= bufmax)
1031 bufmax = 2 * bufmax + 10;
1032 buffer = xrealloc (buffer, bufmax);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfstrcmp.c126 size_t bufmax; local
154 bufmax = (size_t) (uintptr_t) gl_tls_get (bufmax_key);
155 if (fdiag_len > bufmax)
158 bufmax = 2 * bufmax;
159 if (fdiag_len > bufmax)
160 bufmax = fdiag_len;
165 buffer = (int *) xnmalloc (bufmax, 2 * sizeof (int));
167 gl_tls_set (bufmax_key, (void *) (uintptr_t) bufmax);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfstrcmp.c126 size_t bufmax; local
154 bufmax = (size_t) (uintptr_t) gl_tls_get (bufmax_key);
155 if (fdiag_len > bufmax)
158 bufmax = 2 * bufmax;
159 if (fdiag_len > bufmax)
160 bufmax = fdiag_len;
165 buffer = (int *) xnmalloc (bufmax, 2 * sizeof (int));
167 gl_tls_set (bufmax_key, (void *) (uintptr_t) bufmax);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Denvsubst.c461 static size_t bufmax; local
490 if (buflen >= bufmax)
492 bufmax = 2 * bufmax + 10;
493 buffer = xrealloc (buffer, bufmax);
524 if (buflen >= bufmax)
526 bufmax = 2 * bufmax + 10;
527 buffer = xrealloc (buffer, bufmax);

Completed in 262 milliseconds