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

/system/core/libcutils/
H A Dcpu_info.c33 char* whitespace; local
52 // skip colon and whitespace
55 // truncate trailing whitespace
61 whitespace = strchr(chp, ' ');
62 if (whitespace)
63 *whitespace = 0;
64 whitespace = strchr(chp, '\t');
65 if (whitespace)
66 *whitespace = 0;
67 whitespace
[all...]

Completed in 451 milliseconds