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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nls/
H A Dnls_euc-jp.c471 unsigned char sjis_temp[2]; local
489 sjis_temp[0], sjis_temp[1], 0xF5);
490 } else if (euc2sjisibm(sjis_temp,rawstring[1],rawstring[2])) {
497 /* sjis_temp[0] = 0x81; */
498 /* sjis_temp[1] = 0xAC; */
507 sjis_temp[0] = rawstring[1];
508 sjis_temp[1] = 0x00;
512 sjis_temp[0], sjis_temp[
[all...]

Completed in 44 milliseconds