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

  /external/python/cpython3/Python/
frozenmain.c 57 oldloc = _PyMem_RawStrdup(setlocale(LC_ALL, NULL));
pylifecycle.c 190 * as C static variables, so _PyMem_RawStrdup is OK even though
194 _Py_StandardStreamEncoding = _PyMem_RawStrdup(encoding);
201 _Py_StandardStreamErrors = _PyMem_RawStrdup(errors);
255 name_str = _PyMem_RawStrdup(name_utf8);
480 oldloc = _PyMem_RawStrdup(setlocale(LC_CTYPE, NULL));
    [all...]
sysmodule.c 123 envar = _PyMem_RawStrdup(envar);
    [all...]
  /external/python/cpython3/Include/
pymem.h 110 PyAPI_FUNC(char *) _PyMem_RawStrdup(const char *str);
  /external/python/cpython3/Objects/
obmalloc.c 602 _PyMem_RawStrdup(const char *str)
    [all...]
  /external/python/cpython3/Modules/
main.c     [all...]

Completed in 250 milliseconds