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

/freebsd-13-stable/contrib/sendmail/makemap/
H A Dmakemap.c55 #define ISSEP(c) (sep == '\0' ? ISASCII(c) && isspace(c) : (c) == sep) macro
605 for (p = ibuf; *p != '\0' && !(ISSEP(*p)); p++)
616 while (*p != '\0' && ISSEP(*p))
/freebsd-13-stable/contrib/sendmail/editmap/
H A Deditmap.c57 #define ISSEP(c) (isascii(c) && isspace(c)) macro

Completed in 107 milliseconds