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

/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c225 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro
1289 if (ISEOL(*cp))
1293 } while (!ISSPACE(*cp) && !ISEOL(*cp));
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c423 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro
1734 if (ISEOL(*cp))
1746 } while (!ISEOL(*cp));
1758 } while ((*cp != '\"') && !ISEOL(*cp));
1766 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp));
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_config.c152 #define ISEOL(c) ((c) == '#' || (c) == '\n' || (c) == '\0') macro
5367 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted))
5370 if (ISEOL(*tokens)) {
5377 if (ISEOL(*tokens))

Completed in 115 milliseconds