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

/haiku-fatelf/src/kits/app/
H A DPropertyInfo.cpp161 char tmpChar = B_HOST_IS_BENDIAN; local
164 flatData.Write(&tmpChar, sizeof(tmpChar));
176 tmpChar = 0;
177 flatData.Write(&tmpChar, sizeof(tmpChar));
228 tmpChar = 0;
229 flatData.Write(&tmpChar, sizeof(tmpChar));
259 char tmpChar local
[all...]
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp324 char tmpChar = buffer[position]; local
327 buffer[position] = tmpChar;
335 tmpChar = *firstSpace;
339 *firstSpace = tmpChar;

Completed in 65 milliseconds