Home
last modified time | relevance | path

Searched refs:wcscmp (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/src/lib/libc/string/
Dwcscmp.c43 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp() function
52 DEF_STRONG(wcscmp);
DMakefile.inc11 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/
Dhist.c163 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()
Dparse.c123 if (wcscmp(cmds[i].name, ptr) == 0) { in el_wparse()
280 if (wcscmp(b[i].name, cmd) == 0) in parse_cmd()
Dterminal.c1093 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 …]
Del.c608 if (wcscmp(how, L"on") == 0) { in el_editmode()
611 } else if (wcscmp(how, L"off") == 0) { in el_editmode()
Dmap.c1090 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/
Dwcscoll.c40 return (wcscmp(s1, s2)); in wcscoll()
Dwcscoll_l.c16 return wcscmp(s1, s2); in wcscoll_l()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cwchar.h103 #undef wcscmp
164 using ::wcscmp;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cwchar.h111 #undef wcscmp
181 using ::wcscmp;
/openbsd/src/lib/libc/hidden/
Dwchar.h54 PROTO_NORMAL(wcscmp);
/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Ddirectory_iterator.cpp71 if (!wcscmp(__data_.cFileName, L".") || !wcscmp(__data_.cFileName, L"..")) in assign()
/openbsd/src/lib/libexpat/tests/
Dcommon.h65 # define xcstrcmp(s, t) wcscmp((s), (t))
Dstructdata.c54 # define xcstrcmp(s, t) wcscmp((s), (t))
/openbsd/src/regress/lib/libedit/keymacro/
Dtest_get.c98 if (wcscmp(val.str, L"repl") != 0) in main()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
Dwchar.h79 using std::wcscmp;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/
Dwchar.h87 using std::wcscmp;
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
Dmonetary_members.cc557 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/
Dwfp.c213 if (wcscmp(result, ws) != 0) { in _testfmt()
/openbsd/src/gnu/llvm/libcxx/include/
Dcwchar66 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/
Dmonetary_members.cc635 && wcscmp(_M_data->_M_negative_sign, L"()") != 0) in ~moneypunct()
648 && wcscmp(_M_data->_M_negative_sign, L"()") != 0) in ~moneypunct()
/openbsd/src/include/
Dwchar.h118 int wcscmp(const wchar_t *, const wchar_t *);
/openbsd/src/gnu/gcc/gcc/cp/
Dcfns.gperf200 wcscmp
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcfns.gperf199 wcscmp

12