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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-lex.c 345 unsigned int bufcount; member in struct:mbfile
364 mbf->bufcount = 0;
388 if (mbf->bufcount == 0)
397 mbf->bufcount++;
411 size_t insize = mbf->bufcount;
420 if ((insize < mbf->bufcount) != (outsize < sizeof (scratchbuf)))
443 if (mbf->bufcount == MBCHAR_BUF_SIZE)
463 bytes = mbf->bufcount;
467 mbf->buf[mbf->bufcount++] = (unsigned char) c;
473 bytes = mbf->bufcount - 1
    [all...]
x-python.c 250 size_t bufcount; local
255 bufcount = 1;
261 size_t insize = bufcount;
270 if ((insize < bufcount) != (outsize < sizeof (scratchbuf)))
294 if (bufcount == MAX_PHASE1_PUSHBACK)
329 buf[bufcount++] = (unsigned char) c;
338 size_t bytes = bufcount - insize;
x-csharp.c 231 size_t bufcount; local
236 bufcount = 1;
242 size_t insize = bufcount;
251 if ((insize < bufcount) != (outsize < sizeof (scratchbuf)))
274 if (bufcount == MAX_PHASE1_PUSHBACK)
306 buf[bufcount++] = (unsigned char) c;
315 size_t bytes = bufcount - insize;
  /src/sys/ufs/lfs/
lfs_kernel.h 76 int bufcount; /* Number of kept buffers */ member in struct:lfs_cluster
lfs_segment.c 2040 cl->bufcount = 0;
2393 cl->bpp[cl->bufcount++] = bp;
2622 while (cl->bufcount--) {
2623 tbp = cl->bpp[cl->bufcount];
2674 cl->bufcount, (long)tbp->b_flags));
  /src/external/bsd/am-utils/dist/libamu/
wire.c 99 int bufcount = 0; local
122 bufcount += strlen(s);
123 if (bufcount > buf_size) {
  /src/external/bsd/ntp/dist/ntpd/
ntpd.c 1511 int bufcount = 0; local
1541 bufcount++;
1556 if (bufcount) {
1557 collect_timing(NULL, "processing", bufcount, &tsb);
1558 DPRINTF(2, ("processing time for %d buffers %s\n", bufcount, lfptoa(&tsb, 9)));

Completed in 26 milliseconds