Searched refs:wcsncmp (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/lib/libc/string/
H A Dwcsncmp.c34 __RCSID("$NetBSD: wcsncmp.c,v 1.3 2001/01/05 12:13:13 itojun Exp $");
42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
H A Dwcsstr.c59 } while (wcsncmp(s, find, len) != 0);
H A DSymbol.map64 wcsncmp;
H A DMakefile.inc19 wcslcat.c wcslcpy.c wcslen.c wcsncasecmp.c wcsncat.c wcsncmp.c \
81 wmemchr.3 wcsncmp.3 \
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h118 #undef wcsncmp macro
188 using ::wcsncmp;
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-open_wmemstream.c48 else if (wcsncmp(buf, contents, wcslen(contents)) != 0)
/freebsd-9.3-release/include/
H A Dwchar.h147 int wcsncmp(const wchar_t *, const wchar_t *, size_t) __pure;
/freebsd-9.3-release/lib/libedit/
H A Dchartype.h98 #define Strncmp(s,v,n) wcsncmp(s,v,n)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dwince-stub.c309 if (wcsncmp ((wchar_t *) s, skp->s, wcslen (skp->s)) == 0)
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.h1126 #define Strncmp(a, b, c) wcsncmp(a, b, c)
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c54 static int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure7085 using ::wcsncmp;
[all...]

Completed in 431 milliseconds