Searched refs:wscmp (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | wscmp.c | 37 #pragma weak _wscmp = wscmp 56 wscmp(const wchar_t *s1, const wchar_t *s2) in wscmp() function
|
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 1143 if (!wscmp(typeset[i], tokname)) { in gettok() 1225 if (!wscmp(tokname, L"term")) in gettok() 1227 if (!wscmp(tokname, L"token")) in gettok() 1229 if (!wscmp(tokname, L"left")) in gettok() 1231 if (!wscmp(tokname, L"nonassoc")) in gettok() 1233 if (!wscmp(tokname, L"binary")) in gettok() 1235 if (!wscmp(tokname, L"right")) in gettok() 1237 if (!wscmp(tokname, L"prec")) in gettok() 1239 if (!wscmp(tokname, L"start")) in gettok() 1241 if (!wscmp(tokname, L"type")) in gettok() [all …]
|
H A D | dextern.h | 297 extern int wscmp(const wchar_t *, const wchar_t *);
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | main.c | 108 yyin = (wscmp(wargv[1], L_dash) == 0) in main() 129 } else if (wscmp(L_dashd, wargv[0]) == 0) { in main()
|
H A D | tran.c | 185 if (wscmp(s, p->nval) == 0 && in lookup()
|
H A D | run.c | 1184 if (files[i].fname && wscmp(x->sval, files[i].fname) == 0) in redirprint()
|
/titanic_41/usr/src/head/ |
H A D | widec.h | 71 extern int wscmp(const wchar_t *, const wchar_t *);
|
/titanic_41/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 112 wscmp { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | Makefile | 690 wscmp.o \
|
/titanic_41/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 734 wscmp.o \
|
/titanic_41/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 701 wscmp.o \
|
/titanic_41/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 756 wscmp.o \
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 1522 /* wscmp.c */ 1524 int wscmp(const wchar_t *s1, const wchar_t *s2);
|
H A D | mapfile-vers | 1416 wscmp;
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 1314 wscmp.3c \ 2349 wscmp.3c := LINKSRC = wcstring.3c
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1384 link path=usr/share/man/man3c/wscmp.3c target=wcstring.3c
|
/titanic_41/ |
H A D | .gitignore | 5357 usr/src/man/man3c/wscmp.3c
|