Searched defs:noheader (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c113 char noheader; /* Suprress initial header listing */ variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c223 int noheader; /* suppress zlib header and adler32 */ member in struct:deflate_state
600 int noheader = 0; local
611 noheader = 1;
623 s->noheader = noheader;
680 if (s->noheader < 0) {
681 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
683 s->status = s->noheader ? BUSY_STATE : INIT_STATE;
840 if (state->noheader) return Z_STREAM_END;
849 state->noheader
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c8035 aac_cmn_err(struct aac_softstate *softs, uint_t lev, char sl, int noheader) argument
8037 if (noheader) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c370 int noheader; /* suppress zlib header and adler32 */ member in struct:deflate_state
862 int noheader = 0; local
894 noheader = 1;
908 s->noheader = noheader;
1014 if (s->noheader < 0) {
1016 s->noheader = 0;
1018 s->status = s->noheader ? BUSY_STATE : INIT_STATE;
1254 if (s->noheader)
1265 s->noheader
[all...]

Completed in 71 milliseconds