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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.cpp1806 int bytes_char; local
1838 bytes_char = WideCharToMultiByte(
1844 bytes_char = -1;
1846 if (bytes_char == 1 && (uch)buf[0] <= 0x7f) {
1855 } else if (bytes_char > 0) {
1857 strncat(buffer, buf, bytes_char);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c1333 int bytes_char; local
1374 bytes_char = WideCharToMultiByte(
1380 bytes_char = -1;
1382 if (bytes_char == 1 && (uch)buf[0] <= 0x7f) {
1391 } else if (bytes_char > 0) {
1393 strncat(buffer, buf, bytes_char);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c2955 int bytes_char;
2993 bytes_char = WideCharToMultiByte(
2999 bytes_char = -1;
3001 if (bytes_char == 1 && (uch)buf[0] <= 0x7f) {
3010 } else if (bytes_char > 0) {
3012 strncat(buffer, buf, bytes_char);

Completed in 61 milliseconds