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

/system/core/libcutils/
H A Dcpu_info.c32 char* chp, *end; local
41 while ((chp = fgets(serial_number, sizeof(serial_number), file)) != NULL)
45 if (strncmp(chp, "Serial", 6) != 0)
48 chp = strchr(chp, ':');
49 if (!chp)
53 while ( *(++chp) == ' ') {}
56 end = chp;
61 whitespace = strchr(chp, ' ');
64 whitespace = strchr(chp, '\
[all...]

Completed in 80 milliseconds