Searched refs:hdrbuf (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dnb_ssn.c73 uint32_t hdr, hdrbuf; local
85 hdrbuf = htonl(hdr);
88 bcopy(&hdrbuf, m->m_data, 4);
148 uint32_t hdr, hdrbuf; local
162 cnt = t_rcv(fd, &hdrbuf, sizeof (hdrbuf), &moreflag);
169 if (cnt != sizeof (hdrbuf)) {
177 hdr = ntohl(hdrbuf);
/opensolaris-onvv-gate/usr/src/cmd/fmt/
H A Dfmt.c77 in_hdr, /* currently filling hdrbuf with potential hdr lines */
78 flush_hdr, /* flush hdrbuf; not a header, no special processing */
79 do_hdr /* process hdrbuf as a mail header */
81 /* current state of hdrbuf */
84 wchar_t *hdrbuf[MAXLINES]; /* buffer to hold potential mail header lines */ variable
85 int h_lines; /* index into lines of hdrbuf */
282 * hdrbuf before we're finished
721 * Verifies if current hdrbuf of potential mail header lines
726 * header_chk sets hdr_state to do_hdr if hdrbuf contained a valid
729 * h_lines = hdrbuf inde
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c149 static struct dm_buf hdrbuf; variable in typeref:struct:dm_buf
587 pinput = hdrbuf.text_buffer;
779 if ((hdrbuf.text_buffer = (char *)malloc(BLK_SIZE)) == NULL) {
786 (void) memset(hdrbuf.text_buffer, '\0', BLK_SIZE);
789 hdrbuf.offset = 0;
790 hdrbuf.allocation = BLK_SIZE;
792 (void) cat_and_count(&hdrbuf, HDR_PREFIX);
793 (void) cat_and_count(&hdrbuf, "\n");
859 if (cat_and_count(&hdrbuf, tmp_entry)) {
893 if (cat_and_count(&hdrbuf, tmp_entr
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c478 if (!(p = pp.hdrbuf) && !(p = pp.hdrbuf = newof(0, char, MAXTOKEN, 0)))
490 memcpy(pp.token, pp.hdrbuf, p - pp.hdrbuf);
H A Dpplib.h291 char* hdrbuf; /* HEADEREXPAND buffer */ \

Completed in 118 milliseconds