Searched defs:hdrbuf (Results 1 - 3 of 3) sorted by relevance

/illumos-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);
/illumos-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...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c150 static struct dm_buf hdrbuf; variable in typeref:struct:dm_buf
588 pinput = hdrbuf.text_buffer;
781 if ((hdrbuf.text_buffer = (char *)malloc(BLK_SIZE)) == NULL) {
788 (void) memset(hdrbuf.text_buffer, '\0', BLK_SIZE);
791 hdrbuf.offset = 0;
792 hdrbuf.allocation = BLK_SIZE;
794 (void) cat_and_count(&hdrbuf, HDR_PREFIX);
795 (void) cat_and_count(&hdrbuf, "\n");
862 if (cat_and_count(&hdrbuf, tmp_entry)) {
887 if (cat_and_count(&hdrbuf, tmp_entr
[all...]

Completed in 396 milliseconds