Searched defs:issep (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Ddefs.c59 #define issep(c) ((c) == '\t' || (c) == ' ') macro
H A Dsystems.c48 #define issep(ch) ((ch) == ' ' || (ch) == '\t') macro
H A Dipcp.c103 #define issep(ch) ((ch) == ' ' || (ch) == '\t') macro
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_show.c320 get_enc_type(uint32_t flags, int *issep) argument
569 int fd, error, issep; local

Completed in 302 milliseconds