Searched defs:temp_char (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c618 unsigned char temp_char,*ch_ptr; local
/external/chromium_org/third_party/libxslt/libxslt/
H A Dnumbers.c174 xmlChar temp_char[6]; local
209 * it is. So, we generate it into the buffer temp_char, then
212 len = xmlCopyCharMultiByte(temp_char, val);
218 memcpy(pointer, temp_char, len);

Completed in 195 milliseconds