Home
last modified time | relevance | path

Searched defs:wcscmp (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libc/string/
Dwcscmp.c43 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp() function
/openbsd/src/gnu/usr.bin/perl/
Dconfig_h.SH3638 * available to transform a wide character string for wcscmp(). function
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp600 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) { in INTERCEPTOR() argument