Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwscmp.c34 #pragma weak _wcscmp = wcscmp
42 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp() function
56 return (wcscmp(s1, s2)); in wscmp()
/illumos-gate/usr/src/boot/efi/libefi/
H A Dwchar.c38 wcscmp(CHAR16 *a, CHAR16 *b) in wcscmp() function
H A Denv.c1286 if (wcscmp(varnamearg, varname) == 0) { in command_efi_show()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h253 #undef wcscmp
272 #define wcscmp strcmp macro
/illumos-gate/usr/src/boot/efi/include/
H A Defilib.h113 int wcscmp(CHAR16 *, CHAR16 *);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcscoll.c45 int ret = wcscmp(ws1, ws2); in wcscoll_l()
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c109 if ((ap[2] != NULL) && (wcscmp(ap[1], ap[2]) == 0)) in def()
256 if (wcscmp(ap[1], ap[2]) == 0) { in doif()
H A Dm4.c521 if (*str == *np->name && wcscmp(str, np->name) == 0) in lookup()
/illumos-gate/usr/src/head/
H A Dwchar.h60 using std::wcscmp;
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers58 wcscmp { TYPE = FUNCTION };
/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h220 extern int wcscmp(const wchar_t *, const wchar_t *);
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c385 rv = wcscmp(c1->expand, c2->expand); in element_compare_expand()
414 rv = wcscmp((wchar_t *)c1, (wchar_t *)c2); in subst_compare_ref()
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h307 #define WEQUALS(a,b) ((a != CNULL) && (b != CNULL) && (wcscmp((a),(b))==SAME))
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h159 #define IS_WEQUAL(a,b) (!wcscmp((a), (b)))
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dmemstream.c1644 if (wcscmp(wstream_str, c) != 0) { in open_wmemstream_wide_write()
1780 if (wcscmp(c, wstream_str) != 0) { in open_wmemstream_byte_writes()
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c1719 if (wcscmp(operandName, groupNamePrint) in listHostGroupFunc()
1850 if (wcscmp(operandName, groupNamePrint) in listTargetGroupFunc()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1465 wcscmp(rcp->pattern, pattern) == 0) in int_regwcomp()
H A Dawk3.c451 if (np->n_hash == hash && wcscmp(name, np->n_name) == 0) in vlookup()
/illumos-gate/usr/src/man/man3c/
H A DMakefile1407 wcscmp.3c \
2581 wcscmp.3c := LINKSRC = wcstring.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1690 wcscmp;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1448 link path=usr/share/man/man3c/wcscmp.3c target=wcstring.3c