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

  /src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format.py 64 def get_buffer(encoding): function
72 buf = get_buffer(encoding)
  /src/external/gpl3/gdb/dist/gdb/python/
py-membuf.c 83 get_buffer (PyObject *self, Py_buffer *buf, int flags) function
115 get_buffer
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-membuf.c 83 get_buffer (PyObject *self, Py_buffer *buf, int flags) function
119 get_buffer
  /src/external/ibm-public/postfix/dist/src/global/
scache.c 350 /* get_buffer - prompt for input or log input */
352 static int get_buffer(VSTRING *buf, VSTREAM *fp, int interactive) function
383 while (get_buffer(buf, VSTREAM_IN, interactive) != VSTREAM_EOF) {

Completed in 25 milliseconds