Searched refs:ContentHdr (Results 1 - 1 of 1) sorted by relevance

/sendmail/mail.local/
H A Dmail.local.c145 char ContentHdr[40] = "Content-Length: "; variable
892 sm_strncasecmp(line, ContentHdr, 15) == 0)
949 (void) sm_strlcpy(&ContentHdr[16], line,
950 sizeof(ContentHdr) - 16);
1295 (void) sm_snprintf(buf, sizeof buf, "%s", ContentHdr);

Completed in 10 milliseconds