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

  /src/usr.bin/mail/
cmd3.c 233 (cp = skin(hfield("to", mp))) != NULL &&
318 if ((rcv = skin(hfield("from", mp))) == NULL)
319 rcv = skin(nameof(mp, 1));
320 if ((replyto = skin(hfield("reply-to", mp))) != NULL)
322 else if ((cp = skin(hfield("to", mp))) != NULL)
346 if (replyto == NULL && (cp = skin(hfield("cc", mp))) != NULL) {
386 if ((cp = skin(hfield("from", mp))) == NULL)
387 cp = skin(nameof(mp, 2));
532 if ((cp = skin(hfield("to", mp))) != NULL)
support.c 449 * Skin an arpa net address according to the RFC 822 interpretation
453 skin(char *name) function
642 * a bunch of arpanet stuff in it, we may have to skin the name
650 cp = skin(name1(mp, reptype));
extern.h 299 char * skin(char *);
format.c 180 p = skin(p);
625 tail = skin(tail);
thread.c 918 id = skin(refs->n_name);
923 return skin(hfield("in-reply-to", mp));
954 * Load up the array (skin where necessary).
961 marray[i].message_id = skin(hfield("message-id", mp));
1313 #define MF_SKIN 4 /* "skin" the field to remove comments */
1442 skin_it ? skin(hfield(key, mp)) : hfield(key, mp);

Completed in 18 milliseconds