Searched refs:wcscmp (Results 1 - 25 of 98) sorted by relevance

1234

/netbsd-current/lib/libc/locale/
H A Dwcscoll.c49 return (wcscmp(s1, s2));
/netbsd-current/lib/libc/string/
H A Dwcscmp.c1 /* $NetBSD: wcscmp.c,v 1.8 2009/01/11 02:46:30 christos Exp $ */
40 __RCSID("$NetBSD: wcscmp.c,v 1.8 2009/01/11 02:46:30 christos Exp $");
52 wcscmp(const wchar_t *s1, const wchar_t *s2) function
H A DMakefile.inc29 SRCS+= wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c \
33 CPPFLAGS.wcscmp.c+= -I${LIBCDIR}/locale
84 wmemchr.3 wcscmp.3 wmemchr.3 wcscpy.3 \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D1.cc77 test_value(wcscmp(L"costa marbella", L"costa rica"), lt);
78 test_value(wcscmp(L"costa rica", L"costa rica"), z);
79 test_value(wcscmp(str_1.data(), str_0.data()), lt);
80 test_value(wcscmp(str_0.data(), str_1.data()), gt);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D1.cc77 test_value(wcscmp(L"costa marbella", L"costa rica"), lt);
78 test_value(wcscmp(L"costa rica", L"costa rica"), z);
79 test_value(wcscmp(str_1.data(), str_0.data()), lt);
80 test_value(wcscmp(str_0.data(), str_1.data()), gt);
/netbsd-current/lib/libedit/TEST/
H A Dwtc1.c211 if (wcscmp (av[0], L"history") == 0) {
221 if (wcscmp(av[1], L"clear") == 0)
227 if (wcscmp(av[1], L"load") == 0)
230 else if (wcscmp(av[1], L"save") == 0)
/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dxmltchar.h47 # define tcscmp wcscmp
/netbsd-current/lib/libedit/
H A Dparse.c129 if (wcscmp(cmds[i].name, ptr) == 0) {
286 if (wcscmp(b[i].name, cmd) == 0)
H A Dhist.c176 if (argc == 1 || wcscmp(argv[1], L"list") == 0) {
211 if (wcscmp(argv[1], L"size") == 0)
214 if (wcscmp(argv[1], L"unique") == 0)
H A Dterminal.c1086 if (wcscmp(name, arrow[i].name) == 0) {
1105 if (wcscmp(name, arrow[i].name) == 0) {
1123 if (*name == '\0' || wcscmp(name, arrow[i].name) == 0)
1487 if (wcscmp(*argv, L"tabs") == 0) {
1490 } else if (wcscmp(*argv, L"meta") == 0) {
1493 } else if (wcscmp(*argv, L"xn") == 0) {
1497 } else if (wcscmp(*argv, L"am") == 0) {
1501 } else if (wcscmp(*argv, L"baud") == 0) {
1504 } else if (wcscmp(*argv, L"rows") == 0 ||
1505 wcscmp(*arg
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h31 #include <wchar.h> // wcscmp
138 { return !wcscmp(s, L".") || !wcscmp(s, L".."); }
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Dndis_events.c340 if (wcscmp(vtClass.bstrVal,
348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) {
359 if (wcscmp(vtClass.bstrVal,
362 } else if (wcscmp(vtClass.bstrVal,
365 } else if (wcscmp(vtClass.bstrVal,
368 } else if (wcscmp(vtClass.bstrVal,
371 } else if (wcscmp(vtClass.bstrVal,
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Dpreference.c275 if(wcscmp(identif,id_table[i])==0){
338 if(wcscmp(unidata,TEXT("t")) == 0){
347 if(wcscmp(unidata,TEXT("t")) == 0){
356 if(wcscmp(unidata,TEXT("t")) == 0){
365 if(wcscmp(unidata,TEXT("t")) == 0){
374 if(wcscmp(unidata,TEXT("t")) == 0){
/netbsd-current/tests/lib/libc/locale/
H A Dt_ducet.c125 result = wcscmp(oxf, xf);
/netbsd-current/external/bsd/nvi/dist/common/
H A Dmultibyte.h49 #define STRCMP wcscmp
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h87 using std::wcscmp;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h87 using std::wcscmp;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h32 #include <wchar.h> // wcscmp
194 { return !wcscmp(s, L".") || !wcscmp(s, L".."); }
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_disk_directory_traversals.c243 if (wcscmp(archive_entry_pathname_w(ae), L"dir1") == 0) {
246 } else if (wcscmp(archive_entry_pathname_w(ae),
260 } else if (wcscmp(archive_entry_pathname_w(ae),
274 } else if (wcscmp(archive_entry_pathname_w(ae),
278 } else if (wcscmp(archive_entry_pathname_w(ae),
292 } else if (wcscmp(archive_entry_pathname_w(ae),
296 } else if (wcscmp(archive_entry_pathname_w(ae),
310 } else if (wcscmp(archive_entry_pathname_w(ae),
324 } else if (wcscmp(archive_entry_pathname_w(ae),
328 } else if (wcscmp(archive_entry_pathname_
[all...]
/netbsd-current/external/mit/expat/dist/tests/
H A Dstructdata.c49 # define xcstrcmp(s, t) wcscmp((s), (t))
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp154 if (!wcscmp(__data_.cFileName, L".") || !wcscmp(__data_.cFileName, L".."))
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dwchar.in.h829 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)
832 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2));
834 _GL_CXXALIASWARN (wcscmp);
837 # undef wcscmp
839 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
840 "use gnulib module wcscmp for portability");
921 /* Transform S2 into array pointed to by S1 such that if wcscmp is applied
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dwchar.in.h881 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)
884 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2));
886 _GL_CXXALIASWARN (wcscmp);
889 # undef wcscmp
891 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
892 "use gnulib module wcscmp for portability");
973 /* Transform S2 into array pointed to by S1 such that if wcscmp is applied
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dwchar.h1309 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)
1312 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2));
1314 _GL_CXXALIASWARN (wcscmp);
1317 # undef wcscmp macro
1319 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
1320 "use gnulib module wcscmp for portability");
1401 /* Transform S2 into array pointed to by S1 such that if wcscmp is applied
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dwchar.h1309 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)
1312 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2));
1314 _GL_CXXALIASWARN (wcscmp);
1317 # undef wcscmp macro
1319 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
1320 "use gnulib module wcscmp for portability");
1401 /* Transform S2 into array pointed to by S1 such that if wcscmp is applied

Completed in 379 milliseconds

1234