Home
last modified time | relevance | path

Searched refs:wcsncmp (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwsncmp.S37 ANSI_PRAGMA_WEAK(wcsncmp,function)
40 ENTRY(wcsncmp) /* (wchar *ws1, wchar_t *ws2, size_t n) */ function
93 SET_SIZE(wcsncmp)
96 jmp wcsncmp / tail call into wcsncmp
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwsncmp.c35 #pragma weak _wcsncmp = wcsncmp
43 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp() function
58 return (wcsncmp(s1, s2, n)); in wsncmp()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dwsncmp.S37 ANSI_PRAGMA_WEAK(wcsncmp,function)
40 ENTRY(wcsncmp) function
102 SET_SIZE(wcsncmp)
112 call _fref_(wcsncmp)
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dwcsncasecmp.c82 VERIFY3S(wcsncmp(a, b, len), <, 0); in main()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h254 #undef wcsncmp
273 #define wcsncmp strncmp macro
/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c294 token_found = (wcsncmp(MSGID_TOKEN, linebufptr, in read_psffm()
345 token_found = (wcsncmp(MSGSTR_TOKEN, linebufptr, in read_psffm()
392 token_found = (wcsncmp(DOMAIN_TOKEN, linebufptr, in read_psffm()
/illumos-gate/usr/src/head/
H A Dwchar.h66 using std::wcsncmp;
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers59 wcsncmp { TYPE = FUNCTION };
/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h227 extern int wcsncmp(const wchar_t *, const wchar_t *, size_t);
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h309 #define WEQUALSN(a,b,n) ((a != CNULL) && (b != CNULL) && (wcsncmp((a),(b),(n))==SAME))
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c230 compar = wcsncmp(key, p->str, l); in chainsearch()
/illumos-gate/usr/src/cmd/sort/
H A Dutility.c615 return (wcsncmp(a, b, length) == 0); in xwcsneql()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h160 #define IS_WEQUALN(a,b,n) (!wcsncmp((a), (b), (n)))
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c2064 if (wcsncmp(pList->keys[j].name, targetProps.name, in IMA_GetAddressKeys()
2084 if (wcsncmp(pList->keys[j].name, targetProps.name, in IMA_GetAddressKeys()
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c2287 if (wcsncmp(tmpTargetAddress, in listStaticConfig()
4597 if ((wcsncmp(tmpTargetAddress, in removeStaticConfig()
/illumos-gate/usr/src/man/man3c/
H A DMakefile1417 wcsncmp.3c \
2589 wcsncmp.3c := LINKSRC = wcstring.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1703 wcsncmp;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1462 link path=usr/share/man/man3c/wcsncmp.3c target=wcstring.3c