Searched refs:printhdr (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/cmd/ndmpstat/ |
H A D | ndmpstat_main.c | 72 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 D | fsstat.c | 149 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 D | vmstat.c | 52 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 D | printhdr.c | 35 printhdr(int type, int hdrtype, struct hdrs *hptr, FILE *fp) in printhdr() function
|
H A D | dumprcv.c | 69 printhdr(type, H_RECEIVED, hptr, f);
|
H A D | dumpaff.c | 76 printhdr(type, H_AFWDFROM, hptr, f);
|
H A D | Makefile | 47 pickFrom.o pipletr.o poplist.o printhdr.o printmail.o \
|
H A D | copylet.c | 259 if (printhdr (type, htype, hptr, f) < 0) { in xxxcopylet()
|
H A D | mail.h | 329 extern int printhdr (int type, int hdrtype, struct hdrs *hptr, FILE *fp);
|
/titanic_44/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 187 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 D | pfiles.c | 682 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 D | util.c | 1701 bool printhdr = true; local 1731 if (printhdr) 1736 printhdr = false;
|
/titanic_44/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 1067 print_spcmd(pmcs_cmd_t *sp, void *kaddr, int printhdr, int verbose) in print_spcmd() argument 1073 if (printhdr) { in print_spcmd()
|