Searched refs:PyOS_mystricmp (Results 1 – 8 of 8) sorted by relevance
9 PyAPI_FUNC(int) PyOS_mystricmp(const char *, const char *);16 #define PyOS_stricmp PyOS_mystricmp
20 PyOS_mystricmp(const char *s1, const char *s2) in PyOS_mystricmp() function
22 PyOS_mystricmp(const char *s1, const char *s2) in PyOS_mystricmp() function
359 Fix bug in PyOS_mystrnicmp and PyOS_mystricmp that incremented pointers
437 PyOS_mystricmp=python39.PyOS_mystricmp
7 Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the Python executable
3265 - Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the