Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpymacconfig.h27 # undef VA_LIST_IS_ARRAY
29 # define VA_LIST_IS_ARRAY 1 macro
/external/python/cpython2/Include/
Dpymacconfig.h27 # undef VA_LIST_IS_ARRAY
29 # define VA_LIST_IS_ARRAY 1 macro
/external/libxml2/
Dconfig.h313 #define VA_LIST_IS_ARRAY 1 macro
Dconfigure.ac579 AC_DEFINE([VA_LIST_IS_ARRAY], [1],[Define if va_list is an array type])]) definition
Dxmlwriter.c44 #ifndef VA_LIST_IS_ARRAY
Dxmlreader.c64 #ifndef VA_LIST_IS_ARRAY
Dtrio.c129 #ifndef VA_LIST_IS_ARRAY
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h1107 #define VA_LIST_IS_ARRAY 1 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h1105 #define VA_LIST_IS_ARRAY 1 macro
/external/python/cpython2/RISCOS/
Dpyconfig.h220 #define VA_LIST_IS_ARRAY 1 macro
/external/python/cpython2/Python/
Dgetargs.c108 #ifdef VA_LIST_IS_ARRAY in PyArg_VaParse()
126 #ifdef VA_LIST_IS_ARRAY in _PyArg_VaParse_SizeT()
1515 #ifdef VA_LIST_IS_ARRAY in PyArg_VaParseTupleAndKeywords()
1547 #ifdef VA_LIST_IS_ARRAY in _PyArg_VaParseTupleAndKeywords_SizeT()
Dmodsupport.c546 #ifdef VA_LIST_IS_ARRAY in va_build_value()
/external/libxml2/os400/
Dos400config.h.in297 #define VA_LIST_IS_ARRAY 1 macro
/external/python/cpython2/Objects/
Dabstract.c2705 #ifdef VA_LIST_IS_ARRAY
Dstringobject.c176 #ifdef VA_LIST_IS_ARRAY in PyString_FromFormatV()
Dunicodeobject.c723 #ifdef VA_LIST_IS_ARRAY in PyUnicode_FromFormatV()
/external/python/cpython2/
Dpyconfig.h.in1130 #undef VA_LIST_IS_ARRAY
Dconfigure.ac3708 AC_DEFINE(VA_LIST_IS_ARRAY, 1, [Define if a va_list is an array of some kind]) definition