Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c89 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro
2709 if (ISEOL(*cp)) in ntok()
2714 } while (!ISSPACE(*cp) && !ISEOL(*cp)); in ntok()