/src/usr.bin/mail/ |
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...] |
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...] |
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...] |
list.c | 718 * Check the headline for the pattern. 724 char headline[LINESIZE]; local in function:matchfrom 730 (void)readline(setinput(mp), headline, (int)sizeof(headline), 0); 731 field = savestr(headline);
|
list.c | 718 * Check the headline for the pattern. 724 char headline[LINESIZE]; local in function:matchfrom 730 (void)readline(setinput(mp), headline, (int)sizeof(headline), 0); 731 field = savestr(headline);
|
list.c | 718 * Check the headline for the pattern. 724 char headline[LINESIZE]; local in function:matchfrom 730 (void)readline(setinput(mp), headline, (int)sizeof(headline), 0); 731 field = savestr(headline);
|
def.h | 240 struct headline { struct
|
def.h | 240 struct headline { struct
|
def.h | 240 struct headline { struct
|