Searched refs:ISEOL (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/rcm_daemon/common/ | ||
H A D | ip_rcm.c | 88 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro 2709 if (ISEOL(*cp)) 2714 } while (!ISSPACE(*cp) && !ISEOL(*cp)); |
Completed in 311 milliseconds