|
ReactOS 0.4.16-dev-2110-ge3521eb
|

Go to the source code of this file.
Functions | |
| int __cdecl | _memicmp_l (void const *const lhs, void const *const rhs, size_t const count, _locale_t const plocinfo) |
| int __cdecl | __ascii_memicmp (void const *const lhs, void const *const rhs, size_t const count) |
| int __cdecl | _memicmp (void const *const lhs, void const *const rhs, size_t const count) |
Definition at line 77 of file memicmp.cpp.
Referenced by _memicmp().
Definition at line 104 of file memicmp.cpp.
Referenced by ata_str_to_mode(), ATL::CRegObject::do_preprocess(), ExpInitializeExecutive(), and memicmp().
| int __cdecl _memicmp_l | ( | void const *const | lhs, |
| void const *const | rhs, | ||
| size_t const | count, | ||
| _locale_t const | plocinfo | ||
| ) |
Definition at line 41 of file memicmp.cpp.
Referenced by _memicmp().