Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c1573 int commas; local
1593 int commas; local
1693 int commas; local
1762 int commas; local
1793 commas = 0;
1795 if (*p == ',') commas++;
1798 resp = (int *)calloc(commas + 1, sizeof(int));
1800 switch (commas) {
1850 if (commas >= 2) {
1858 *items = commas + 1;
[all …]