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

/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Dos-linux.h216 char *eol = NULL; local
222 eol = mi->buf + i;
228 if (!eol)
249 eol = mi->buf + bytes_left + nread - 1;
254 eol = mi->buf + i;
259 mi->buf = eol + 1;
260 *eol = '\0';
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp806 auto eol = static_cast<const char*>( variable
809 if (eol) {
810 read_ptr_ = eol + 1;
812 read_ptr_ = eol = eof_;
814 auto eq = static_cast<const char*>(memchr(line, '=', eol - line));
817 static_cast<int>(eol - line), line);
821 line = AllowEntry(line, eq, eol);
824 std::string source(eq + 1, eol - (eq + 1));
845 const char* AllowEntry(const char* start, const char* eq, const char* eol) { argument
855 static_cast<int>(eol
[all...]

Completed in 119 milliseconds