Home
last modified time | relevance | path

Searched refs:PyOS_mystrnicmp (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dpystrcmp.h8 PyAPI_FUNC(int) PyOS_mystrnicmp(const char *, const char *, Py_ssize_t);
15 #define PyOS_strnicmp PyOS_mystrnicmp
/third_party/python/Python/
Dpystrcmp.c7 PyOS_mystrnicmp(const char *s1, const char *s2, Py_ssize_t size) in PyOS_mystrnicmp() function
Dpylifecycle.c123 PyOS_mystrnicmp; /* Python/pystrcmp.o */
/third_party/python/Doc/data/
Dstable_abi.dat455 function,PyOS_mystrnicmp,3.2,
/third_party/python/PC/
Dpython3dll.c483 EXPORT_FUNC(PyOS_mystrnicmp)
/third_party/python/Misc/
Dstable_abi.txt1017 function PyOS_mystrnicmp
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