Home | History | Annotate | Download | only in reference-ril

Lines Matching refs:commas

984     int commas;
1004 int commas;
1106 int commas;
1181 int commas;
1208 /* count number of commas */
1209 commas = 0;
1211 if (*p == ',') commas++;
1214 resp = (int *)calloc(commas + 1, sizeof(int));
1216 switch (commas) {
1276 *items = commas + 1;