Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/mpsutil/
H A Dmps_show.c347 get_enc_type(uint32_t flags, int *issep) in get_enc_type()
596 int fd, error, issep; in show_enclosures() local
/dflybsd-src/usr.sbin/ppp/
H A Ddefs.c57 #define issep(c) ((c) == '\t' || (c) == ' ') macro
H A Dsystems.c47 #define issep(ch) ((ch) == ' ' || (ch) == '\t') macro
H A Dipcp.c101 #define issep(ch) ((ch) == ' ' || (ch) == '\t') macro