Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dsystems.c46 #define issep(ch) ((ch) == ' ' || (ch) == '\t') macro
81 while(issep(*from)) in InterpretArg()
168 if (!issep(*to)) { in InterpretArg()
186 if (!strncasecmp(line, "include", 7) && issep(line[7])) { in DecodeCtrlCommand()
252 issep(line[len-1]))) in strip()
255 while (issep(*line)) in strip()
346 if (issep(*line)) in ReadSystem()
384 indent = issep(*line); in ReadSystem()
H A Ddefs.c57 #define issep(c) ((c) == '\t' || (c) == ' ') macro
292 } else if (!instring && (issep(*p) || in findblank()
H A Dipcp.c101 #define issep(ch) ((ch) == ' ' || (ch) == '\t') macro
237 if ((ncp != cp && ncp[-1] != '\n') || !issep(ncp[10])) { in ipcp_LoadDNS()
244 for (cp = ncp + 11; issep(*cp); cp++) /* Skip whitespace */ in ipcp_LoadDNS()
/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c387 get_enc_type(uint32_t flags, int *issep) in get_enc_type() argument
391 *issep = 0; in get_enc_type()
395 *issep = 1; in get_enc_type()
405 *issep = 1; in get_enc_type()
639 int fd, error, issep; in show_enclosures() local
664 type = get_enc_type(le16toh(enc->Flags), &issep); in show_enclosures()
665 if (issep == 0) in show_enclosures()