| /openbsd/src/lib/libc/string/ |
| D | wcscmp.c | 43 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp() function 52 DEF_STRONG(wcscmp);
|
| D | Makefile.inc | 11 wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c \ 32 wcscasecmp.3 wcscat.3 wcschr.3 wcscmp.3 wcscpy.3 \
|
| /openbsd/src/lib/libedit/ |
| D | hist.c | 163 if (argc == 1 || wcscmp(argv[1], L"list") == 0) { in hist_command() 177 if (wcscmp(argv[1], L"size") == 0) in hist_command() 180 if (wcscmp(argv[1], L"unique") == 0) in hist_command()
|
| D | parse.c | 123 if (wcscmp(cmds[i].name, ptr) == 0) { in el_wparse() 280 if (wcscmp(b[i].name, cmd) == 0) in parse_cmd()
|
| D | terminal.c | 1093 if (wcscmp(name, arrow[i].name) == 0) { in terminal_set_arrow() 1112 if (wcscmp(name, arrow[i].name) == 0) { in terminal_clear_arrow() 1130 if (*name == '\0' || wcscmp(name, arrow[i].name) == 0) in terminal_print_arrow() 1478 if (wcscmp(*argv, L"tabs") == 0) { in terminal_echotc() 1481 } else if (wcscmp(*argv, L"meta") == 0) { in terminal_echotc() 1484 } else if (wcscmp(*argv, L"xn") == 0) { in terminal_echotc() 1488 } else if (wcscmp(*argv, L"am") == 0) { in terminal_echotc() 1492 } else if (wcscmp(*argv, L"baud") == 0) { in terminal_echotc() 1495 } else if (wcscmp(*argv, L"rows") == 0 || in terminal_echotc() 1496 wcscmp(*argv, L"lines") == 0) { in terminal_echotc() [all …]
|
| D | el.c | 608 if (wcscmp(how, L"on") == 0) { in el_editmode() 611 } else if (wcscmp(how, L"off") == 0) { in el_editmode()
|
| D | map.c | 1090 if (wcscmp(editor, L"emacs") == 0) { in map_set_editor() 1094 if (wcscmp(editor, L"vi") == 0) { in map_set_editor()
|
| /openbsd/src/lib/libc/locale/ |
| D | wcscoll.c | 40 return (wcscmp(s1, s2)); in wcscoll()
|
| D | wcscoll_l.c | 16 return wcscmp(s1, s2); in wcscoll_l()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cwchar.h | 103 #undef wcscmp 164 using ::wcscmp;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/ |
| D | std_cwchar.h | 111 #undef wcscmp 181 using ::wcscmp;
|
| /openbsd/src/lib/libc/hidden/ |
| D | wchar.h | 54 PROTO_NORMAL(wcscmp);
|
| /openbsd/src/gnu/llvm/libcxx/src/filesystem/ |
| D | directory_iterator.cpp | 71 if (!wcscmp(__data_.cFileName, L".") || !wcscmp(__data_.cFileName, L"..")) in assign()
|
| /openbsd/src/lib/libexpat/tests/ |
| D | common.h | 65 # define xcstrcmp(s, t) wcscmp((s), (t))
|
| D | structdata.c | 54 # define xcstrcmp(s, t) wcscmp((s), (t))
|
| /openbsd/src/regress/lib/libedit/keymacro/ |
| D | test_get.c | 98 if (wcscmp(val.str, L"repl") != 0) in main()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
| D | wchar.h | 79 using std::wcscmp;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
| D | wchar.h | 87 using std::wcscmp;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
| D | monetary_members.cc | 557 if (wcslen(_M_negative_sign) && (wcscmp(_M_negative_sign, L"()") != 0)) in ~moneypunct() 568 if (wcslen(_M_negative_sign) && (wcscmp(_M_negative_sign, L"()") != 0)) in ~moneypunct()
|
| /openbsd/src/regress/lib/libc/wprintf/ |
| D | wfp.c | 213 if (wcscmp(result, ws) != 0) { in _testfmt()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | cwchar | 66 int wcscmp(const wchar_t* s1, const wchar_t* s2); 158 using ::wcscmp _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| D | monetary_members.cc | 635 && wcscmp(_M_data->_M_negative_sign, L"()") != 0) in ~moneypunct() 648 && wcscmp(_M_data->_M_negative_sign, L"()") != 0) in ~moneypunct()
|
| /openbsd/src/include/ |
| D | wchar.h | 118 int wcscmp(const wchar_t *, const wchar_t *);
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cfns.gperf | 200 wcscmp
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | cfns.gperf | 199 wcscmp
|