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

  /src/usr.bin/mail/
cmd3.c 233 (cp = skin(hfield("to", mp))) != NULL &&
287 in_reply_to = hfield("message-id", mp);
290 references = hfield("references", mp);
318 if ((rcv = skin(hfield("from", mp))) == NULL)
320 if ((replyto = skin(hfield("reply-to", mp))) != NULL)
322 else if ((cp = skin(hfield("to", mp))) != NULL)
343 if ((head.h_subject = hfield("subject", mp)) == NULL)
344 head.h_subject = hfield("subj", mp);
346 if (replyto == NULL && (cp = skin(hfield("cc", mp))) != NULL) {
386 if ((cp = skin(hfield("from", mp))) == NULL
    [all...]
cmd3.c 233 (cp = skin(hfield("to", mp))) != NULL &&
287 in_reply_to = hfield("message-id", mp);
290 references = hfield("references", mp);
318 if ((rcv = skin(hfield("from", mp))) == NULL)
320 if ((replyto = skin(hfield("reply-to", mp))) != NULL)
322 else if ((cp = skin(hfield("to", mp))) != NULL)
343 if ((head.h_subject = hfield("subject", mp)) == NULL)
344 head.h_subject = hfield("subj", mp);
346 if (replyto == NULL && (cp = skin(hfield("cc", mp))) != NULL) {
386 if ((cp = skin(hfield("from", mp))) == NULL
    [all...]
format.c 178 p = hfield(p, mp);
732 (date = hfield("date", mp)) != NULL &&
929 if ((sender = hfield("from", mp)) != NULL ||
930 (sender = hfield("sender", mp)) != NULL)
953 if ((subj = hfield("subject", mp)) == NULL)
954 subj = hfield("subj", mp);
format.c 178 p = hfield(p, mp);
732 (date = hfield("date", mp)) != NULL &&
929 if ((sender = hfield("from", mp)) != NULL ||
930 (sender = hfield("sender", mp)) != NULL)
953 if ((subj = hfield("subject", mp)) == NULL)
954 subj = hfield("subj", mp);
support.c 201 * WARNING - do not call this outside hfield() or decoding will not
259 hfield(const char field[], const struct message *mp) function in typeref:typename:PUBLIC char *
573 if ((cp = hfield("from", mp)) != NULL)
575 if (reptype == 0 && (cp = hfield("sender", mp)) != NULL)
support.c 201 * WARNING - do not call this outside hfield() or decoding will not
259 hfield(const char field[], const struct message *mp) function in typeref:typename:PUBLIC char *
573 if ((cp = hfield("from", mp)) != NULL)
575 if (reptype == 0 && (cp = hfield("sender", mp)) != NULL)
thread.c 913 if ((refs = extract(hfield("references", mp), 0)) != NULL) {
923 return skin(hfield("in-reply-to", mp));
961 marray[i].message_id = skin(hfield("message-id", mp));
1442 skin_it ? skin(hfield(key, mp)) : hfield(key, mp);
1458 char *subj = hfield(key, mp);
thread.c 913 if ((refs = extract(hfield("references", mp), 0)) != NULL) {
923 return skin(hfield("in-reply-to", mp));
961 marray[i].message_id = skin(hfield("message-id", mp));
1442 skin_it ? skin(hfield(key, mp)) : hfield(key, mp);
1458 char *subj = hfield(key, mp);
quit.c 166 if ((id = hfield("article-id", mp)) != NULL)
396 if ((id = hfield("article-id", mp)) != NULL)
quit.c 166 if ((id = hfield("article-id", mp)) != NULL)
396 if ((id = hfield("article-id", mp)) != NULL)
extern.h 290 char * hfield(const char [], const struct message *);
mime_decode.c 237 mip->mi_version = cparam(NULL, hfield(MIME_HDR_VERSION, mp), 0);
238 mip->mi_encoding = cparam(NULL, hfield(MIME_HDR_ENCODING, mp), 1);
240 mime_type_field = hfield(MIME_HDR_TYPE, mp);
251 mime_disposition_field = hfield(MIME_HDR_DISPOSITION, mp);
extern.h 290 char * hfield(const char [], const struct message *);
mime_decode.c 237 mip->mi_version = cparam(NULL, hfield(MIME_HDR_VERSION, mp), 0);
238 mip->mi_encoding = cparam(NULL, hfield(MIME_HDR_ENCODING, mp), 1);
240 mime_type_field = hfield(MIME_HDR_TYPE, mp);
251 mime_disposition_field = hfield(MIME_HDR_DISPOSITION, mp);

Completed in 37 milliseconds