/freebsd/lib/libc/tests/stdio/ |
H A D | print_positional_test.c | 87 ATF_REQUIRE_MSG(wcscmp(wbuf1, wbuf2) == 0, in ATF_TC_BODY() 119 ATF_REQUIRE_MSG(wcscmp(wbuf1, wbuf2) == 0, in ATF_TC_BODY() 141 ATF_REQUIRE_MSG(wcscmp(wbuf1, wbuf2) == 0, in ATF_TC_BODY()
|
H A D | printbasic_test.c | 87 ATF_CHECK_MSG(wcscmp(wresult, ws) == 0, in _testfmt()
|
/freebsd/contrib/libedit/TEST/ |
H A D | wtc1.c | 211 if (wcscmp (av[0], L"history") == 0) { in main() 221 if (wcscmp(av[1], L"clear") == 0) in main() 227 if (wcscmp(av[1], L"load") == 0) in main() 230 else if (wcscmp(av[1], L"save") == 0) in main()
|
/freebsd/lib/libc/i386/string/ |
H A D | wcscmp.S | 34 ENTRY(wcscmp) 78 END(wcscmp)
|
H A D | Makefile.inc | 17 wcscmp.S \
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | ndis_events.c | 340 if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) { in ndis_events_indicate() 359 if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 362 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 365 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 368 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 371 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate()
|
/freebsd/contrib/libedit/ |
H A D | hist.c | 176 if (argc == 1 || wcscmp(argv[1], L"list") == 0) { in hist_command() 211 if (wcscmp(argv[1], L"size") == 0) in hist_command() 214 if (wcscmp(argv[1], L"unique") == 0) in hist_command()
|
H A D | parse.c | 129 if (wcscmp(cmds[i].name, ptr) == 0) { in el_wparse() 286 if (wcscmp(b[i].name, cmd) == 0) in parse_cmd()
|
H A D | terminal.c | 1086 if (wcscmp(name, arrow[i].name) == 0) { in terminal_set_arrow() 1105 if (wcscmp(name, arrow[i].name) == 0) { in terminal_clear_arrow() 1123 if (*name == '\0' || wcscmp(name, arrow[i].name) == 0) in terminal_print_arrow() 1487 if (wcscmp(*argv, L"tabs") == 0) { in terminal_echotc() 1490 } else if (wcscmp(*argv, L"meta") == 0) { in terminal_echotc() 1493 } else if (wcscmp(*argv, L"xn") == 0) { in terminal_echotc() 1497 } else if (wcscmp(*argv, L"am") == 0) { in terminal_echotc() 1501 } else if (wcscmp(*argv, L"baud") == 0) { in terminal_echotc() 1504 } else if (wcscmp(*argv, L"rows") == 0 || in terminal_echotc() 1505 wcscmp(*argv, L"lines") == 0) { in terminal_echotc() [all …]
|
/freebsd/lib/libc/tests/locale/ |
H A D | mbsrtowcs_test.c | 65 ATF_REQUIRE(wcscmp(dstbuf, L"hello") == 0); in ATF_TC_BODY() 94 ATF_REQUIRE(wcscmp(dstbuf, L"hello") == 0); in ATF_TC_BODY()
|
H A D | mbsnrtowcs_test.c | 62 ATF_REQUIRE(wcscmp(dstbuf, L"hello") == 0); in ATF_TC_BODY() 110 ATF_REQUIRE(wcscmp(dstbuf, L"hello") == 0); in ATF_TC_BODY()
|
H A D | mbstowcs_test.c | 58 ATF_REQUIRE(wcscmp(dstbuf, L"hello") == 0); in ATF_TC_BODY()
|
/freebsd/lib/libc/string/ |
H A D | wcscmp.c | 44 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp() function
|
H A D | Makefile.inc | 24 wcschr.c wcscmp.c wcscoll.c wcscpy.c wcscspn.c wcsdup.c \ 99 wmemchr.3 wcscmp.3 \
|
H A D | Symbol.map | 51 wcscmp;
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_disk_directory_traversals.c | 243 if (wcscmp(archive_entry_pathname_w(ae), L"dir1") == 0) { in test_basic() 246 } else if (wcscmp(archive_entry_pathname_w(ae), in test_basic() 260 } else if (wcscmp(archive_entry_pathname_w(ae), in test_basic() 274 } else if (wcscmp(archive_entry_pathname_w(ae), in test_basic() 278 } else if (wcscmp(archive_entry_pathname_w(ae), in test_basic() 292 } else if (wcscmp(archive_entry_pathname_w(ae), in test_basic() 296 } else if (wcscmp(archive_entry_pathname_w(ae), in test_basic() 310 } else if (wcscmp(archive_entry_pathname_w(ae), in test_basic() 324 } else if (wcscmp(archive_entry_pathname_w(ae), in test_basic() 328 } else if (wcscmp(archive_entry_pathname_ in test_basic() [all...] |
/freebsd/stand/efi/libefi/ |
H A D | wchar.c | 36 wcscmp(CHAR16 *a, CHAR16 *b) in wcscmp() function
|
/freebsd/contrib/expat/xmlwf/ |
H A D | xmltchar.h | 47 # define tcscmp wcscmp
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | directory_iterator.cpp | 78 if (!wcscmp(__data_.cFileName, L".") || !wcscmp(__data_.cFileName, L"..")) in advance()
|
/freebsd/lib/libc/tests/string/ |
H A D | wcscoll_test.c | 55 ATF_CHECK_MSG(wcscmp(c, res) == 0, in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.cpp | 384 if (h->nameW != NULL && !wcscmp(h->nameW, name)) in ITT_VERSIONIZE() 504 if (h->strW != NULL && !wcscmp(h->strW, name)) in ITT_VERSIONIZE() 592 if (h->nameW != NULL && h->type == (int)type && !wcscmp(h->nameW, name) && in ITT_VERSIONIZE() 594 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) in ITT_VERSIONIZE() 689 if (h->nameW != NULL && h->type == (int)type && !wcscmp(h->nameW, name) && in ITT_VERSIONIZE() 691 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) in ITT_VERSIONIZE() 788 else if (h->domain != domain && h->nameW != NULL && !wcscmp(h->nameW, name)) in ITT_VERSIONIZE()
|
/freebsd/contrib/expat/tests/ |
H A D | common.h | 65 # define xcstrcmp(s, t) wcscmp((s), (t))
|
H A D | structdata.c | 54 # define xcstrcmp(s, t) wcscmp((s), (t))
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 41 #define STRCMP wcscmp
|
/freebsd/contrib/bsddialog/lib/ |
H A D | datebox.c | 586 if (format == NULL || wcscmp(wformat, L"d/m/y") == 0) { in bsddialog_datebox() 590 } else if (wcscmp(wformat, L"m/d/y") == 0) { in bsddialog_datebox() 594 } else if (wcscmp(wformat, L"y/m/d") == 0) { in bsddialog_datebox()
|