Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/ntpdc/
Dntpdc.c225 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro
1289 if (ISEOL(*cp)) in tokenize()
1293 } while (!ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
/freebsd-10-stable/contrib/ntp/ntpq/
Dntpq.c419 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro
1730 if (ISEOL(*cp)) in tokenize()
1742 } while (!ISEOL(*cp)); in tokenize()
1754 } while ((*cp != '\"') && !ISEOL(*cp)); in tokenize()
1762 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_config.c141 #define ISEOL(c) ((c) == '#' || (c) == '\n' || (c) == '\0') macro
5107 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted)) in gettokens_netinfo()
5110 if (ISEOL(*tokens)) { in gettokens_netinfo()
5117 if (ISEOL(*tokens)) in gettokens_netinfo()