HomeSort by: relevance | last modified time | path
    Searched defs:ISEOL (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 227 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0')
1309 if (ISEOL(*cp))
1313 } while (!ISSPACE(*cp) && !ISEOL(*cp));
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 427 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0')
1781 if (ISEOL(*cp))
1793 } while (!ISEOL(*cp));
1805 } while ((*cp != '\"') && !ISEOL(*cp));
1813 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp));
  /src/external/bsd/ntp/dist/ntpd/
ntp_config.c 162 #define ISEOL(c) ((c) == '#' || (c) == '\n' || (c) == '\0')
5568 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted))
5571 if (ISEOL(*tokens)) {
5578 if (ISEOL(*tokens))

Completed in 27 milliseconds