Searched refs:tmplen (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/edit/
H A Dsearch.c448 int tmplen; local
454 tmplen = LEN;
458 tmplen = c_gets(el, &tmpbuf[LEN],
460 if (tmplen == -1)
463 tmplen += LEN;
464 ch = tmpbuf[tmplen];
465 tmpbuf[tmplen] = '\0';
467 if (tmplen == LEN) {
492 tmpbuf[tmplen++] = '.';
493 tmpbuf[tmplen
[all...]
H A Dcommon.c909 int tmplen; local
911 tmplen = c_gets(el, tmpbuf, "\n: ");
914 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1)
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A DRKroma.c496 int dstlen = 0, tmplen; local
509 tmplen = ++i;
523 if (tmp_len_return) *tmp_len_return = tmplen - dstlen;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c3382 static unsigned int tmplen = 0;
3397 while ((strlen (method) + 1) >= tmplen)
3399 if (tmplen == 0)
3400 tmplen = 1024;
3402 tmplen *= 2;
3403 tmp = xrealloc (tmp, tmplen);
3373 static unsigned int tmplen = 0; local
/haiku-fatelf/src/add-ons/media/plugins/matroska/libMatroskaParser/
H A DMatroskaParser.c867 ulonglong tmplen = (tl); \
874 if (cur == start + tmplen) \
2119 len = tmplen = toplen;
2138 skipbytes(mf,start + tmplen - filepos(mf)); // shortcut

Completed in 69 milliseconds