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

/hardware/ril/reference-ril/
H A Datchannel.c330 char *p_eol = NULL; local
349 p_eol = findNextEOL(s_ATBufferCur);
351 if (p_eol == NULL) {
361 /* Otherwise, (p_eol !- NULL) there is a complete line */
365 while (p_eol == NULL) {
388 p_eol = findNextEOL(s_ATBufferCur);
404 *p_eol = '\0';
405 s_ATBufferCur = p_eol + 1; /* this will always be <= p_read, */

Completed in 235 milliseconds