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

  /src/usr.bin/mail/
def.h 333 char *h_mime_boundary; /* MIME multipart boundary string */ member in struct:header
mime_attach.c 673 header->h_mime_boundary = make_boundary();
678 (void)fprintf(nfo, "\n--%s\n", header->h_mime_boundary);
683 (void)fprintf(nfo, "\n--%s--\n", header->h_mime_boundary);
1061 (void)fprintf(fp, "\tboundary=\"%s\"\n", header->h_mime_boundary);

Completed in 160 milliseconds