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

  /src/usr.bin/mail/
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)

Completed in 141 milliseconds