Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dwcslcpy.c30 #define WCSLCPY_BUFLEN 16 macro
37 wchar_t wt_res[WCSLCPY_BUFLEN];
58 .wt_dstlen = WCSLCPY_BUFLEN,
65 .wt_dstlen = WCSLCPY_BUFLEN,
79 .wt_dstlen = WCSLCPY_BUFLEN,
86 .wt_dstlen = WCSLCPY_BUFLEN,
93 .wt_dstlen = WCSLCPY_BUFLEN,
107 .wt_dstlen = WCSLCPY_BUFLEN,
115 wchar_t buf[WCSLCPY_BUFLEN]; in wcslcpy_test_one()