Searched refs:PyOS_stricmp (Results 1 – 7 of 7) sorted by relevance
13 #define PyOS_stricmp stricmp macro16 #define PyOS_stricmp PyOS_mystricmp macro
122 .. c:function:: int PyOS_stricmp(const char *s1, const char *s2)
168 .. c:function:: char* PyOS_stricmp(char *s1, char *s2)
5437 Added case insensitive comparison methods ``PyOS_stricmp(char*, char*)`` and
3046 comparisons, ``PyOS_stricmp(char*, char*)``
3050 comparisons, ``PyOS_stricmp(char*, char*)``