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

/hardware/ril/reference-ril/
H A Dreference-ril.c992 int commas; local
1012 int commas; local
1114 int commas; local
1189 int commas; local
1216 /* count number of commas */
1217 commas = 0;
1219 if (*p == ',') commas++;
1222 resp = (int *)calloc(commas + 1, sizeof(int));
1224 switch (commas) {
1284 *items = commas
[all...]

Completed in 165 milliseconds