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

/freebsd-13-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-13-stable/usr.sbin/mpsutil/
H A Dmps_show.c390 get_enc_type(uint32_t flags, int *issep) argument
639 int fd, error, issep; local

Completed in 97 milliseconds