Searched refs:PyOS_mystricmp (Results 1 – 7 of 7) 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
435 PyOS_mystricmp=python37.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