Lines Matching refs:commas
1573 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;
4106 int err = -1, mode, commas = 0, i = 0; local
4131 commas++;
4135 (RIL_GSM_BroadcastSmsConfigInfo **)alloca((commas + 1) *
4137 memset(pGsmBci, 0, (commas + 1) * sizeof(RIL_GSM_BroadcastSmsConfigInfo *));
4139 for (i = 0; i < commas + 1; i++) {
4163 (commas + 1) * sizeof(RIL_GSM_BroadcastSmsConfigInfo *));