HomeSort by relevance Sort by last modified time
    Searched refs:buffer_str (Results 1 - 4 of 4) sorted by null

  /build/kati/
strutil_test.cc 164 char* buffer_str; local
173 buffer_str = (char*)buffer + pagesize;
174 if (mprotect(buffer_str, pagesize, PROT_NONE) != 0) {
180 buffer_str -= strlen(str) + 1;
181 strcpy(buffer_str, str);
183 return buffer_str;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 358 buffer_str(PyBufferObject *self) function
855 (reprfunc)buffer_str, /* tp_str */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 348 buffer_str(PyBufferObject *self) function
834 (reprfunc)buffer_str, /* tp_str */
  /external/python/cpython2/Objects/
bufferobject.c 358 buffer_str(PyBufferObject *self) function
855 (reprfunc)buffer_str, /* tp_str */

Completed in 229 milliseconds