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

  /src/usr.bin/mail/
mime_codecs.c 441 const char *p, *inend; local in function:mime_QPh_decode
446 inend = inbuf + inlen;
448 for (p = inbuf; p < inend; p++) {
453 if (p + 1 < inend) {
mime_codecs.c 441 const char *p, *inend; local in function:mime_QPh_decode
446 inend = inbuf + inlen;
448 for (p = inbuf; p < inend; p++) {
453 if (p + 1 < inend) {

Completed in 143 milliseconds