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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c1422 static char const * const s_eof_chars = ",*\r\n"; variable
1427 ep = strpbrk(ep, s_eof_chars);
1430 ep = strpbrk(ep + 1, s_eof_chars);
1439 int rc = (strchr(s_eof_chars, *(char const*)cp) != NULL);

Completed in 107 milliseconds