Searched refs:printheader (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | savemail.c | 819 bool printheader; local 960 printheader = true; 967 if (printheader) 972 printheader = false; 998 if (!printheader && !putline("", mci)) 1002 printheader = true; 1011 if (printheader) 1016 printheader = false; 1033 if (!printheader && !putline("", mci)) 1037 printheader = true; [all …]
|
/freebsd/sbin/savecore/ |
H A D | savecore.c | 162 printheader(xo_handle_t *xo, const struct kerneldumpheader *h, in printheader() function 336 printheader(xostdout, kdh, device, bounds, status); in write_header_info() 338 printheader(xoinfo, kdh, device, bounds, status); in write_header_info() 865 printheader(xostdout, &kdhl, device, bounds, -1); in DoLiveFile() 1109 printheader(xostdout, &kdhf, device, bounds, -1); in DoFile() 1112 printheader(xostdout, &kdhl, device, bounds, -1); in DoFile()
|
/freebsd/bin/ps/ |
H A D | extern.h | 72 void printheader(void);
|
H A D | ps.c | 646 printheader(); in main() 674 printheader(); in main() 727 printheader(); in main()
|
H A D | print.c | 67 printheader(void) in printheader() function
|