Searched refs:printhdr (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c72 static void printhdr(int);
122 (void) sigset(SIGCONT, printhdr);
124 printhdr(0);
161 printhdr(int sig) function
186 printhdr(0);
/illumos-gate/usr/src/cmd/mail/
H A Ddumpaff.c76 printhdr(type, H_AFWDFROM, hptr, f);
H A Ddumprcv.c69 printhdr(type, H_RECEIVED, hptr, f);
H A Dprinthdr.c35 printhdr(int type, int hdrtype, struct hdrs *hptr, FILE *fp) function
H A DMakefile47 pickFrom.o pipletr.o poplist.o printhdr.o printmail.o \
H A Dcopylet.c259 if (printhdr (type, htype, hptr, f) < 0) {
H A Dmail.h329 extern int printhdr (int type, int hdrtype, struct hdrs *hptr, FILE *fp);
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c210 dispflag_policy(int printhdr, int dispflag) argument
214 if (printhdr) {
857 int printhdr = 0; /* Print a header? 0 = no, 1 = yes */ local
1014 for (j = 0, printhdr = 1; j < nentities; j++) {
1021 dispflag_policy(printhdr, dispflag));
1042 printhdr = 0;
1061 printhdr = 1;
1086 dispflag_policy(printhdr, dispflag));
1106 printhdr = 0; /* Always shut this off */
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c52 static void printhdr(int);
180 (void) sigset(SIGCONT, printhdr);
275 printhdr(0);
373 printhdr(int sig) function
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c690 boolean_t printhdr = B_TRUE; local
724 if (printhdr) {
726 printhdr = B_FALSE;
741 if (!printhdr)
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c188 static void printhdr(int);
263 (void) signal(SIGCONT, printhdr);
441 printhdr(int sig) function
448 (void) signal(SIGCONT, printhdr);
1480 * are either directly invoked in printhdr() or are indirectly
1604 printhdr(0);
1606 printhdr(0);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c1701 bool printhdr = true; local
1731 if (printhdr)
1736 printhdr = false;
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1067 print_spcmd(pmcs_cmd_t *sp, void *kaddr, int printhdr, int verbose) argument
1073 if (printhdr) {

Completed in 89 milliseconds