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

/freebsd-11-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-11-stable/contrib/sendmail/editmap/
H A Deditmap.c57 #define ISSEP(c) (isascii(c) && isspace(c)) macro
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c50 #define ISSEP(x) \ macro
361 while (!ISSEP (in->ptr[idx]))
1039 && !ISSEP (in->ptr[scan])

Completed in 160 milliseconds