OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 18 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026