Searched refs:wscmp (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | wscmp.c | 35 #pragma weak _wscmp = wscmp 54 wscmp(const wchar_t *s1, const wchar_t *s2) in wscmp() function
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 1110 if (!wscmp(typeset[i], tokname)) { in gettok() 1192 if (!wscmp(tokname, L"term")) in gettok() 1194 if (!wscmp(tokname, L"token")) in gettok() 1196 if (!wscmp(tokname, L"left")) in gettok() 1198 if (!wscmp(tokname, L"nonassoc")) in gettok() 1200 if (!wscmp(tokname, L"binary")) in gettok() 1202 if (!wscmp(tokname, L"right")) in gettok() 1204 if (!wscmp(tokname, L"prec")) in gettok() 1206 if (!wscmp(tokname, L"start")) in gettok() 1208 if (!wscmp(tokname, L"type")) in gettok() [all …]
|
H A D | dextern.h | 295 extern int wscmp(const wchar_t *, const wchar_t *);
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | main.c | 106 yyin = (wscmp(wargv[1], L_dash) == 0) in main() 127 } else if (wscmp(L_dashd, wargv[0]) == 0) { in main()
|
H A D | tran.c | 183 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()
|
/illumos-gate/usr/src/head/ |
H A D | widec.h | 71 extern int wscmp(const wchar_t *, const wchar_t *);
|
/illumos-gate/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 112 wscmp { TYPE = FUNCTION };
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 729 wscmp.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 718 wscmp.o \
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 766 wscmp.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 785 wscmp.o \
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1538 wscmp.3c \ 2780 wscmp.3c := LINKSRC = wcstring.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1819 wscmp;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1657 link path=usr/share/man/man3c/wscmp.3c target=wcstring.3c
|