Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmakemap.c55 #define ISSEP(c) (sep == '\0' ? isascii(c) && isspace(c) : (c) == sep) macro
435 for (p = ibuf; *p != '\0' && !(ISSEP(*p)); p++)
446 while (*p != '\0' && ISSEP(*p))
H A Deditmap.c59 #define ISSEP(c) (isascii(c) && isspace(c)) macro