/titanic_41/usr/src/lib/libc/amd64/gen/ |
H A D | wsncmp.s | 37 ANSI_PRAGMA_WEAK(wcsncmp,function) 40 ENTRY(wcsncmp) /* (wchar *ws1, wchar_t *ws2, size_t n) */ 93 SET_SIZE(wcsncmp) 96 jmp wcsncmp / tail call into wcsncmp
|
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | wsncmp.c | 37 #pragma weak _wcsncmp = wcsncmp 45 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp() function 60 return (wcsncmp(s1, s2, n)); in wsncmp()
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | wsncmp.s | 37 ANSI_PRAGMA_WEAK(wcsncmp,function) 40 ENTRY(wcsncmp) 102 SET_SIZE(wcsncmp) 112 call _fref_(wcsncmp)
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 256 #undef wcsncmp 275 #define wcsncmp strncmp macro
|
/titanic_41/usr/src/cmd/msgfmt/ |
H A D | msgfmt.c | 296 token_found = (wcsncmp(MSGID_TOKEN, linebufptr, in read_psffm() 347 token_found = (wcsncmp(MSGSTR_TOKEN, linebufptr, in read_psffm() 394 token_found = (wcsncmp(DOMAIN_TOKEN, linebufptr, in read_psffm()
|
/titanic_41/usr/src/head/ |
H A D | wchar.h | 66 using std::wcsncmp;
|
/titanic_41/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 59 wcsncmp { TYPE = FUNCTION };
|
/titanic_41/usr/src/head/iso/ |
H A D | wchar_iso.h | 233 extern int wcsncmp(const wchar_t *, const wchar_t *, size_t);
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uucp.h | 311 #define WEQUALSN(a,b,n) ((a != CNULL) && (b != CNULL) && (wcsncmp((a),(b),(n))==SAME))
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | collate.c | 234 compar = wcsncmp(key, p->str, l); in chainsearch()
|
/titanic_41/usr/src/cmd/sort/common/ |
H A D | utility.c | 617 return (wcsncmp(a, b, length) == 0); in xwcsneql()
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 160 #define IS_WEQUALN(a,b,n) (!wcsncmp((a), (b), (n)))
|
/titanic_41/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 2064 if (wcsncmp(pList->keys[j].name, targetProps.name, in IMA_GetAddressKeys() 2084 if (wcsncmp(pList->keys[j].name, targetProps.name, in IMA_GetAddressKeys()
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 1284 wcsncmp.3c \ 2338 wcsncmp.3c := LINKSRC = wcstring.3c
|
/titanic_41/usr/src/cmd/iscsiadm/ |
H A D | iscsiadm_main.c | 2287 if (wcsncmp(tmpTargetAddress, in listStaticConfig() 4597 if ((wcsncmp(tmpTargetAddress, in removeStaticConfig()
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1398 wcsncmp;
|
H A D | llib-lc | 1553 int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1354 link path=usr/share/man/man3c/wcsncmp.3c target=wcstring.3c
|
/titanic_41/ |
H A D | .gitignore | 5337 usr/src/man/man3c/wcsncmp.3c
|