Searched refs:_lfind_s_comp (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | misc.c | 611 static int __cdecl _lfind_s_comp(void *ctx, const void *l, const void *r) in _lfind_s_comp() function 635 found = p_lfind_s(NULL, tests, &num, sizeof(int), _lfind_s_comp, NULL); in test__lfind_s() 640 found = p_lfind_s(&key, NULL, &num, sizeof(int), _lfind_s_comp, NULL); in test__lfind_s() 645 found = p_lfind_s(&key, tests, &num, 0, _lfind_s_comp, NULL); in test__lfind_s() 657 found = p_lfind_s(&key, tests, &num, sizeof(int), _lfind_s_comp, &ctx); in test__lfind_s() 665 found = p_lfind_s(&key, tests, &num, sizeof(int), _lfind_s_comp, &ctx); in test__lfind_s() 673 found = p_lfind_s(&key, tests, &num, sizeof(int), _lfind_s_comp, &ctx); in test__lfind_s()
|