HomeSort by: relevance | last modified time | path
    Searched refs:is_WSP (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/mail/
def.h 432 is_WSP(int c)
440 while (is_WSP(*cp))
462 while (cp >= line && is_WSP(*cp))
support.c 190 for (cp++; is_WSP(*cp); cp++)
229 while (--cp >= linebuf && is_WSP(*cp))
235 if (!is_WSP(c))
417 if (!is_WSP(*cp))
586 *cp && !is_WSP(*cp) && cp2 < namebuf + LINESIZE - 1;
head.c 189 while (*wp && !is_WSP(*wp)) {
mime_codecs.c 359 for (/*EMPTY*/; len > 0 && is_WSP(line[len-1]); len--)
363 for (/*EMPTY*/; len > 0 && is_WSP(line[0]); len--, line++)
572 if (len && is_WSP(p[-1]))
616 while (p < end && is_WSP(*p))
send.c 142 if (!is_WSP(*dp))
191 } else if (infld && is_WSP(line[0])) {
203 for (cp = line; *cp && *cp != ':' && !is_WSP(*cp); cp++)
413 assert(is_WSP(*str)); /* this is a coding error */
cmd4.c 362 for (p = str; *p != '\0' && *p != ':' && !is_WSP(*p); p++)
371 if (*p != ':' || !is_WSP(p[1])) {
main.c 164 *p && !is_WSP(*p) && *p != ',';
mime_decode.c 183 while (cp2 > lastq && is_WSP(cp2[-1]))
760 if (!is_WSP(*dp))
1094 !is_WSP(*cp2) && *cp2 != ':';
1105 if (!is_WSP(c))
format.c 591 if ((p = strptime(tail, " %y", &tmp_tm)) != NULL && is_WSP(*p))
907 if (!is_WSP(*p)
cmd3.c 242 while (*q != '\0' && *q != ',' && !is_WSP(*q))
246 while (*q == ',' || is_WSP(*q))
names.c 112 } else if (is_WSP(*cp) || *cp == ',')
mime_attach.c 252 if (is_WSP(lastc))

Completed in 18 milliseconds