Searched refs:printheader (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/bin/ps/
H A Dextern.h72 void printheader(void);
H A Dps.c607 printheader();
632 printheader();
679 printheader();
H A Dprint.c74 printheader(void) function
/freebsd-10-stable/contrib/sendmail/src/
H A Dsavemail.c772 bool printheader; local
913 printheader = true;
920 if (printheader)
925 printheader = false;
951 if (!printheader && !putline("", mci))
955 printheader = true;
964 if (printheader)
969 printheader = false;
986 if (!printheader && !putline("", mci))
990 printheader
[all...]
/freebsd-10-stable/sbin/savecore/
H A Dsavecore.c102 printheader(FILE *f, const struct kerneldumpheader *h, const char *device, function
597 printheader(stdout, &kdhf, device, bounds, -1);
600 printheader(stdout, &kdhl, device, bounds, -1);
676 printheader(stdout, &kdhl, device, bounds, status);
678 printheader(info, &kdhl, device, bounds, status);

Completed in 87 milliseconds