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

  /src/usr.bin/mail/
head.c 225 * Split a headline into its useful components.
227 * pointers into the copied line in the passed headline
234 parse(const char line[], struct headline *hl, char pbuf[])
269 struct headline hl;
format.c 630 * Parse the headline string into a tm structure. Returns a pointer
639 * The BSD and System V headline date formats differ
727 * In this case we (silently) fall back to the headline time
779 struct headline hl;
780 char headline[LINESIZE]; local in function:dateof
787 * The headline is written locally so failures here
791 headline[0] = '\0';
792 (void)readline(setinput(mp), headline, (int)sizeof(headline), 0);
793 parse(headline, &hl, pbuf)
    [all...]
def.h 240 struct headline { struct
extern.h 181 void parse(const char [], struct headline *, char []);

Completed in 34 milliseconds