Home
last modified time | relevance | path

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

/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/cpython2/Misc/
DNEWS2540 - Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the