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

/hardware/ril/reference-ril/
H A Datchannel.c337 char *p_eol = NULL; local
356 p_eol = findNextEOL(s_ATBufferCur);
358 if (p_eol == NULL) {
368 /* Otherwise, (p_eol !- NULL) there is a complete line */
372 while (p_eol == NULL) {
396 p_eol = findNextEOL(s_ATBufferCur);
412 *p_eol = '\0';
413 s_ATBufferCur = p_eol + 1; /* this will always be <= p_read, */

Completed in 37 milliseconds