Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystrcmp.h9 PyAPI_FUNC(int) PyOS_mystricmp(const char *, const char *);
16 #define PyOS_stricmp PyOS_mystricmp
/external/python/cpython2/Include/
Dpystrcmp.h9 PyAPI_FUNC(int) PyOS_mystricmp(const char *, const char *);
16 #define PyOS_stricmp PyOS_mystricmp
/external/python/cpython2/Python/
Dpystrcmp.c20 PyOS_mystricmp(const char *s1, const char *s2) in PyOS_mystricmp() function
/external/python/cpython3/Python/
Dpystrcmp.c20 PyOS_mystricmp(const char *s1, const char *s2) in PyOS_mystricmp() function
/external/python/cpython3/PC/
Dpython3.def435 PyOS_mystricmp=python37.PyOS_mystricmp
/external/python/cpython2/Misc/NEWS.d/
D2.7.6rc1.rst7 Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the Python executable
/external/python/cpython3/Misc/
DHISTORY3265 - Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the