Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c225 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro
1307 if (ISEOL(*cp)) in tokenize()
1311 } while (!ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c425 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0')
1779 if (ISEOL(*cp)) in tokenize()
1791 } while (!ISEOL(*cp)); in tokenize()
1803 } while ((*cp != '\"') && !ISEOL(*cp)); in tokenize()
1811 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
429 #define ISEOL( global() macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c150 #define ISEOL(c) ((c) == '#' || (c) == '\n' || (c) == '\0')
5556 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted)) in gettokens_netinfo()
5559 if (ISEOL(*tokens)) { in gettokens_netinfo()
5566 if (ISEOL(*tokens)) in gettokens_netinfo()
154 #define ISEOL( global() macro