Searched refs:wcsncat (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwsncat.c38 #pragma weak _wcsncat = wcsncat
46 wcsncat(wchar_t *s1, const wchar_t *s2, size_t n) function
65 return (wcsncat(s1, s2, n));
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h253 #undef wcsncat macro
272 #define wcsncat strncat macro
/illumos-gate/usr/src/head/
H A Dwchar.h65 using std::wcsncat;
/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h225 extern wchar_t *wcsncat(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
/illumos-gate/usr/src/man/man3c/
H A DMakefile1348 wcsncat.3c \
2453 wcsncat.3c := LINKSRC = wcstring.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1553 wchar_t *wcsncat(wchar_t *_RESTRICT_KYWD s1, const wchar_t *_RESTRICT_KYWD s2,

Completed in 187 milliseconds