Home
last modified time | relevance | path

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

/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
Dxmlwriter.c44 #ifndef VA_LIST_IS_ARRAY
Dconfigure.ac579 AC_DEFINE([VA_LIST_IS_ARRAY], [1],[Define if va_list is an array type])]) definition
Dxmlreader.c64 #ifndef VA_LIST_IS_ARRAY
Dtrio.c129 #ifndef VA_LIST_IS_ARRAY
/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.c2708 #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.in1100 #undef VA_LIST_IS_ARRAY
Dconfigure.ac3672 AC_DEFINE(VA_LIST_IS_ARRAY, 1, [Define if a va_list is an array of some kind]) definition