HomeSort by: relevance | last modified time | path
    Searched defs:buf_count (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/grep/dist/lib/
exclude.c 94 size_t buf_count = 0; local
107 buf[buf_count++] = c;
108 if (buf_count == buf_alloc)
112 buf = xrealloc (buf, buf_count + 1);
120 for (pattern = p = buf, lim = buf + buf_count; p <= lim; p++)
  /src/external/gpl2/diffutils/dist/lib/
exclude.c 229 size_t buf_count = 0; local
242 buf[buf_count++] = c;
243 if (buf_count == buf_alloc)
258 buf = xrealloc (buf, buf_count + 1);
260 for (pattern = p = buf, lim = buf + buf_count; p <= lim; p++)
  /src/external/bsd/unbound/dist/dnstap/
dtstream.h 103 size_t buf_count; member in struct:dt_frame_read_buf
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
rlfe.c 253 /* buf[0 .. buf_count-1] is the what has been emitted on the current line.
255 static int buf_count = 0; variable
349 buf_count = 0;
666 if (do_emphasize_input && buf_count > 0)
668 prompt = malloc (buf_count + strlen (end_input_mode)
672 buf_count, buf,
677 prompt = malloc (buf_count + 1);
678 memcpy (prompt, buf, buf_count);
679 prompt[buf_count] = '\0';
684 rl_already_prompted = buf_count > 0
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
rlfe.c 253 /* buf[0 .. buf_count-1] is the what has been emitted on the current line.
255 static int buf_count = 0; variable
349 buf_count = 0;
666 if (do_emphasize_input && buf_count > 0)
668 prompt = malloc (buf_count + strlen (end_input_mode)
672 buf_count, buf,
677 prompt = malloc (buf_count + 1);
678 memcpy (prompt, buf, buf_count);
679 prompt[buf_count] = '\0';
684 rl_already_prompted = buf_count > 0
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_legacy.h 100 int buf_count; /**< number of buffers */ member in struct:drm_buf_entry
116 int buf_count; /**< total number of buffers */ member in struct:drm_device_dma
  /src/external/mit/libuv/dist/src/win/
pipe.c 1755 size_t buf_count, buf_index; local
1788 buf_count = 1 + data_buf_count; /* Frame header and data buffers. */
1790 buf_count += 1; /* One extra for the socket xfer information. */
1794 if (buf_count < ARRAY_SIZE(stack_bufs)) {
1799 bufs = uv__calloc(buf_count, sizeof(uv_buf_t));
1837 err = uv__pipe_write_data(loop, req, handle, bufs, buf_count, cb, 1);
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 532 int buf_count; member in struct:drm_buf_entry
572 int buf_count; member in struct:drm_device_dma

Completed in 21 milliseconds