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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfilter.c46 unsigned char newchar; local
70 newchar = buf[i];
72 if (This->convertCharset) newchar = contents_to_unix(newchar);
74 This->lastchar = buf[j++] = newchar;
89 unsigned char newchar; local
115 newchar = buf[j++];
117 if (This->convertCharset) newchar = to_dos(newchar);
119 buffer[i++] = newchar;
[all...]

Completed in 103 milliseconds