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

/freebsd-10.0-release/bin/ps/
H A Dextern.h71 void printheader(void);
H A Dps.c592 printheader();
617 printheader();
664 printheader();
H A Dprint.c73 printheader(void) function
/freebsd-10.0-release/contrib/sendmail/src/
H A Dsavemail.c761 bool printheader; local
902 printheader = true;
909 if (printheader)
914 printheader = false;
940 if (!printheader && !putline("", mci))
944 printheader = true;
953 if (printheader)
958 printheader = false;
975 if (!printheader && !putline("", mci))
979 printheader
[all...]
/freebsd-10.0-release/sbin/savecore/
H A Dsavecore.c101 printheader(FILE *f, const struct kerneldumpheader *h, const char *device, function
573 printheader(stdout, &kdhf, device, bounds, -1);
576 printheader(stdout, &kdhl, device, bounds, -1);
652 printheader(stdout, &kdhl, device, bounds, status);
654 printheader(info, &kdhl, device, bounds, status);

Completed in 84 milliseconds