Searched defs:wcsncpy (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwsncpy.c29 #pragma weak _wcsncpy = wcsncpy
41 wcsncpy(wchar_t *s1, const wchar_t *s2, size_t n) function
57 return (wcsncpy(s1, s2, n));
61 * Same as wcsncpy(), except return a pointer to the terminating null
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h251 #undef wcsncpy macro
270 #define wcsncpy strncpy macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile1350 wcsncpy.3c \
2455 wcsncpy.3c := LINKSRC = wcstring.3c

Completed in 80 milliseconds