Home
last modified time | relevance | path

Searched refs:ws2 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwmemmove.c35 wmemmove(wchar_t *ws1, const wchar_t *ws2, size_t n) in wmemmove() argument
42 (const void *)ws2, n * sizeof (wchar_t))); in wmemmove()
47 if (ws1 <= ws2) { in wmemmove()
49 *ws1++ = *ws2++; in wmemmove()
52 ws2 += n; in wmemmove()
55 *--ws1 = *--ws2; in wmemmove()
H A Dwmemcmp.c33 wmemcmp(const wchar_t *ws1, const wchar_t *ws2, size_t n) in wmemcmp() argument
35 if ((ws1 != ws2) && (n != 0)) { in wmemcmp()
37 if (*ws1 != *ws2) in wmemcmp()
38 return (*ws1 - *ws2); in wmemcmp()
40 ws2++; in wmemcmp()
H A Dwcsstr.c33 wcsstr(const wchar_t *ws1, const wchar_t *ws2) in wcsstr() argument
40 os2 = ws2; in wcsstr()
54 os2 = ws2; in wcsstr()
H A Dwcswcs.c40 wcswcs(const wchar_t *ws1, const wchar_t *ws2) in wcswcs() argument
47 s2 = ws2; in wcswcs()
61 s2 = ws2; in wcswcs()
H A Dwmemcpy.c35 wmemcpy(wchar_t *ws1, const wchar_t *ws2, size_t n) in wmemcpy() argument
43 (const void *)ws2, n * sizeof (wchar_t))); in wmemcpy()
47 p2 = (wchar_t *)ws2; in wmemcpy()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcscoll.c39 wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t loc) in wcscoll_l() argument
45 int ret = wcscmp(ws1, ws2); in wcscoll_l()
50 if (*ws1 == 0 && *ws2 != 0) in wcscoll_l()
52 if (*ws1 != 0 && *ws2 == 0) in wcscoll_l()
71 const wchar_t *w2 = ws2; in wcscoll_l()
217 wcscoll(const wchar_t *ws1, const wchar_t *ws2) in wcscoll() argument
219 return (wcscoll_l(ws1, ws2, uselocale(NULL))); in wcscoll()
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A DREADME37 /tank/ws2/il-fc-smb/proto/root_i386/usr/lib/security/$ISA/pkcs11_kernel.so
38 /tank/ws2/il-fc-smb/proto/root_i386/usr/lib/security/$ISA/pkcs11_softtoken.so
39 /tank/ws2/il-fc-smb/proto/root_i386/usr/lib/security/$ISA/pkcs11_tpm.so