OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_eol
(Results
1 - 1
of
1
) sorted by null
/hardware/ril/reference-ril/
atchannel.c
325
char *
p_eol
= NULL;
local
344
p_eol
= findNextEOL(s_ATBufferCur);
346
if (
p_eol
== NULL) {
356
/* Otherwise, (
p_eol
!- NULL) there is a complete line */
360
while (
p_eol
== NULL) {
383
p_eol
= findNextEOL(s_ATBufferCur);
399
*
p_eol
= '\0';
400
s_ATBufferCur =
p_eol
+ 1; /* this will always be <= p_read, */
Completed in 401 milliseconds