Symbol: printhdr
usr/src/cmd/mail/copylet.c
257
if (printhdr (type, htype, hptr, f) < 0) {
usr/src/cmd/mail/dumpaff.c
76
printhdr(type, H_AFWDFROM, hptr, f);
usr/src/cmd/mail/dumprcv.c
69
printhdr(type, H_RECEIVED, hptr, f);
usr/src/cmd/mail/mail.h
329
extern int printhdr (int type, int hdrtype, struct hdrs *hptr, FILE *fp);
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
1071
print_spcmd(pmcs_cmd_t *sp, void *kaddr, int printhdr, int verbose)
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
1077
if (printhdr) {
usr/src/cmd/ndmpstat/ndmpstat_main.c
121
(void) sigset(SIGCONT, printhdr);
usr/src/cmd/ndmpstat/ndmpstat_main.c
123
printhdr(0);
usr/src/cmd/ndmpstat/ndmpstat_main.c
185
printhdr(0);
usr/src/cmd/ndmpstat/ndmpstat_main.c
72
static void printhdr(int);
usr/src/cmd/ptools/pfiles/pfiles.c
665
boolean_t printhdr = B_TRUE;
usr/src/cmd/ptools/pfiles/pfiles.c
700
if (printhdr) {
usr/src/cmd/ptools/pfiles/pfiles.c
702
printhdr = B_FALSE;
usr/src/cmd/ptools/pfiles/pfiles.c
717
if (!printhdr)
usr/src/cmd/sendmail/src/util.c
1701
bool printhdr = true;
usr/src/cmd/sendmail/src/util.c
1731
if (printhdr)
usr/src/cmd/sendmail/src/util.c
1736
printhdr = false;
usr/src/cmd/stat/fsstat/fsstat.c
1010
printhdr = 1;
usr/src/cmd/stat/fsstat/fsstat.c
1035
dispflag_policy(printhdr, dispflag));
usr/src/cmd/stat/fsstat/fsstat.c
1055
printhdr = 0; /* Always shut this off */
usr/src/cmd/stat/fsstat/fsstat.c
150
dispflag_policy(int printhdr, int dispflag)
usr/src/cmd/stat/fsstat/fsstat.c
154
if (printhdr) {
usr/src/cmd/stat/fsstat/fsstat.c
806
int printhdr = 0; /* Print a header? 0 = no, 1 = yes */
usr/src/cmd/stat/fsstat/fsstat.c
963
for (j = 0, printhdr = 1; j < nentities; j++) {
usr/src/cmd/stat/fsstat/fsstat.c
970
dispflag_policy(printhdr, dispflag));
usr/src/cmd/stat/fsstat/fsstat.c
991
printhdr = 0;
usr/src/cmd/stat/iostat/iostat.c
1605
printhdr(0);
usr/src/cmd/stat/iostat/iostat.c
1607
printhdr(0);
usr/src/cmd/stat/iostat/iostat.c
188
static void printhdr(int);
usr/src/cmd/stat/iostat/iostat.c
263
(void) signal(SIGCONT, printhdr);
usr/src/cmd/stat/iostat/iostat.c
448
(void) signal(SIGCONT, printhdr);
usr/src/cmd/stat/vmstat/vmstat.c
182
(void) sigset(SIGCONT, printhdr);
usr/src/cmd/stat/vmstat/vmstat.c
274
printhdr(0);
usr/src/cmd/stat/vmstat/vmstat.c
56
static void printhdr(int);