HomeSort by: relevance | last modified time | path
    Searched defs:qend (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
mime_header.c 193 char *q, *qend; local in function:copy_skipped_FWS
198 qend = dstend;
201 while (p < pend && q < qend)
230 char *q, *qend; local in function:mime_decode_usfield
235 qend = outbuf + outsize - 1; /* Make sure there is room for the trailing NULL! */
240 while (*p && q < qend) {
244 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 &&
252 copy_skipped_FWS(&q, qend, &p0, p);
254 if (q < qend)
258 copy_skipped_FWS(&q, qend, &p0, p)
274 char *q, *qend; local in function:decode_comment
347 char *q, *qend; local in function:decode_quoted_string
383 char *q, *qend; local in function:decode_domain_literal
438 char *q, *qend; local in function:mime_decode_sfield
    [all...]
format.c 365 char *qend; local in function:snarf_comment
369 qend = buf ? bufend : NULL;
386 if (q < qend)
404 char *qend; local in function:snarf_quote
407 qend = buf ? bufend : NULL;
414 if (q < qend)
435 char *qend; local in function:get_comments
445 qend = nbuf + sizeof(nbuf) - 1;
454 p = snarf_comment(&q, qend, p);
456 if (q < qend) /* separate comments by space *
871 char *qend; local in function:get_display_name
    [all...]

Completed in 12 milliseconds