Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c72 static void printhdr(int);
122 (void) sigset(SIGCONT, printhdr); in main()
124 printhdr(0); in main()
161 printhdr(int sig) in printhdr() function
186 printhdr(0); in dostats()
/titanic_44/usr/src/cmd/stat/fsstat/
H A Dfsstat.c149 dispflag_policy(int printhdr, int dispflag) in dispflag_policy() argument
153 if (printhdr) { in dispflag_policy()
796 int printhdr = 0; /* Print a header? 0 = no, 1 = yes */ in main() local
953 for (j = 0, printhdr = 1; j < nentities; j++) { in main()
960 dispflag_policy(printhdr, dispflag)); in main()
981 printhdr = 0; in main()
1000 printhdr = 1; in main()
1025 dispflag_policy(printhdr, dispflag)); in main()
1045 printhdr = 0; /* Always shut this off */ in main()
/titanic_44/usr/src/cmd/stat/vmstat/
H A Dvmstat.c52 static void printhdr(int);
180 (void) sigset(SIGCONT, printhdr); in main()
275 printhdr(0); in dovmstats()
373 printhdr(int sig) in printhdr() function
/titanic_44/usr/src/cmd/mail/
H A Dprinthdr.c35 printhdr(int type, int hdrtype, struct hdrs *hptr, FILE *fp) in printhdr() function
H A Ddumprcv.c69 printhdr(type, H_RECEIVED, hptr, f);
H A Ddumpaff.c76 printhdr(type, H_AFWDFROM, hptr, f);
H A DMakefile47 pickFrom.o pipletr.o poplist.o printhdr.o printmail.o \
H A Dcopylet.c259 if (printhdr (type, htype, hptr, f) < 0) { in xxxcopylet()
H A Dmail.h329 extern int printhdr (int type, int hdrtype, struct hdrs *hptr, FILE *fp);
/titanic_44/usr/src/cmd/stat/iostat/
H A Diostat.c187 static void printhdr(int);
262 (void) signal(SIGCONT, printhdr); in main()
440 printhdr(int sig) in printhdr() function
447 (void) signal(SIGCONT, printhdr); in printhdr()
1585 printhdr(0); in hdrout()
1587 printhdr(0); in hdrout()
/titanic_44/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c682 boolean_t printhdr = B_TRUE; in show_sockfilters() local
716 if (printhdr) { in show_sockfilters()
718 printhdr = B_FALSE; in show_sockfilters()
733 if (!printhdr) in show_sockfilters()
/titanic_44/usr/src/cmd/sendmail/src/
H A Dutil.c1701 bool printhdr = true; local
1731 if (printhdr)
1736 printhdr = false;
/titanic_44/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1067 print_spcmd(pmcs_cmd_t *sp, void *kaddr, int printhdr, int verbose) in print_spcmd() argument
1073 if (printhdr) { in print_spcmd()