Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystrcmp.h9 PyAPI_FUNC(int) PyOS_mystricmp(const char *, const char *);
16 #define PyOS_stricmp PyOS_mystricmp
/third_party/python/Python/
Dpystrcmp.c22 PyOS_mystricmp(const char *s1, const char *s2) in PyOS_mystricmp() function
/third_party/python/PC/
Dpython3dll.c482 EXPORT_FUNC(PyOS_mystricmp)
/third_party/python/Doc/data/
Dstable_abi.dat454 function,PyOS_mystricmp,3.2,
/third_party/python/Misc/
Dstable_abi.txt1015 function PyOS_mystricmp
DHISTORY3265 - Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst3278 Fix bug in PyOS_mystrnicmp and PyOS_mystricmp that incremented pointers