Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmakemap.c52 #define ISSEP(c) (sep == '\0' ? isascii(c) && isspace(c) : (c) == sep) macro
432 for (p = ibuf; *p != '\0' && !(ISSEP(*p)); p++)
443 while (*p != '\0' && ISSEP(*p))
H A Deditmap.c57 #define ISSEP(c) (isascii(c) && isspace(c)) macro