Home
last modified time | relevance | path

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

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