Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A Dtest_conv.c33 #define U_FW_A 0xff21 // full-width A (A) macro
41 static smb_wchar_t wcsa[] = { 'A', U_FW_A, '.', 0 }; // (3)
51 len = smb_wctomb(mbs, U_FW_A); in conv_wctomb()
106 if (wch != U_FW_A) { in conv_mbtowc()