Home
last modified time | relevance | path

Searched refs:strbuffer (Results 1 – 1 of 1) sorted by relevance

/llvm-project/openmp/libompd/gdb-plugin/
H A DompdModule.c721 const char *strbuffer = PyUnicode_AsUTF8AndSize(retString, &retSize); in _read_string() local
725 strncpy(buffer, strbuffer, nbytes); in _read_string()