Searched refs:issep (Results 1 – 4 of 4) sorted by relevance
46 #define issep(ch) ((ch) == ' ' || (ch) == '\t') macro81 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()
57 #define issep(c) ((c) == '\t' || (c) == ' ') macro292 } else if (!instring && (issep(*p) || in findblank()
101 #define issep(ch) ((ch) == ' ' || (ch) == '\t') macro237 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()
387 get_enc_type(uint32_t flags, int *issep) in get_enc_type() argument391 *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() local664 type = get_enc_type(le16toh(enc->Flags), &issep); in show_enclosures()665 if (issep == 0) in show_enclosures()