/titanic_50/usr/src/lib/libc/port/i18n/ |
H A D | wscmp.c | 36 #pragma weak _wcscmp = wcscmp 44 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp() function 58 return (wcscmp(s1, s2)); in wscmp()
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | wcscoll.c | 51 return (wcscmp(ws1, ws2)); in wcscoll_l() 189 ret = wcscmp(ws1, ws2); in wcscoll_l()
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 255 #undef wcscmp 274 #define wcscmp strcmp macro
|
/titanic_50/usr/src/cmd/sgs/m4/common/ |
H A D | m4macs.c | 109 if ((ap[2] != NULL) && (wcscmp(ap[1], ap[2]) == 0)) in def() 256 if (wcscmp(ap[1], ap[2]) == 0) { in doif()
|
H A D | m4.c | 517 if (*str == *np->name && wcscmp(str, np->name) == 0) in lookup()
|
/titanic_50/usr/src/head/ |
H A D | wchar.h | 60 using std::wcscmp;
|
/titanic_50/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 58 wcscmp { TYPE = FUNCTION };
|
/titanic_50/usr/src/head/iso/ |
H A D | wchar_iso.h | 220 extern int wcscmp(const wchar_t *, const wchar_t *);
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uucp.h | 309 #define WEQUALS(a,b) ((a != CNULL) && (b != CNULL) && (wcscmp((a),(b))==SAME))
|
/titanic_50/usr/src/cmd/localedef/ |
H A D | collate.c | 385 rv = wcscmp(c1->expand, c2->expand); in element_compare_expand() 414 rv = wcscmp((wchar_t *)c1, (wchar_t *)c2); in subst_compare_ref()
|
/titanic_50/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 159 #define IS_WEQUAL(a,b) (!wcscmp((a), (b)))
|
/titanic_50/usr/src/cmd/grep_xpg4/ |
H A D | grep.c | 1040 wcscmp(outline, in grep()
|
/titanic_50/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 1471 wcscmp(rcp->pattern, pattern) == 0) in int_regwcomp()
|
H A D | awk3.c | 453 if (np->n_hash == hash && wcscmp(name, np->n_name) == 0) in vlookup()
|
/titanic_50/usr/src/cmd/stmfadm/ |
H A D | stmfadm.c | 1719 if (wcscmp(operandName, groupNamePrint) in listHostGroupFunc() 1850 if (wcscmp(operandName, groupNamePrint) in listTargetGroupFunc()
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 1343 wcscmp.3c \ 2454 wcscmp.3c := LINKSRC = wcstring.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1544 wcscmp;
|
H A D | llib-lc | 1527 int wcscmp(const wchar_t *s1, const wchar_t *s2);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1413 link path=usr/share/man/man3c/wcscmp.3c target=wcstring.3c
|
/titanic_50/ |
H A D | .gitignore | 5331 usr/src/man/man3c/wcscmp.3c
|