Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c387 get_enc_type(uint32_t flags, int *issep) in get_enc_type()
639 int fd, error, issep; in show_enclosures() local
/freebsd/usr.sbin/ppp/
H A Ddefs.c57 #define issep(c) ((c) == '\t' || (c) == ' ') macro
H A Dsystems.c46 #define issep(ch) ((ch) == ' ' || (ch) == '\t') macro
H A Dipcp.c101 #define issep(ch) ((ch) == ' ' || (ch) == '\t') macro