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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nb_ssn.c74 uint32_t hdr, hdrbuf; local
86 hdrbuf = htonl(hdr);
89 bcopy(&hdrbuf, m->m_data, 4);
149 uint32_t hdr, hdrbuf; local
163 cnt = t_rcv(fd, &hdrbuf, sizeof (hdrbuf), &moreflag);
170 if (cnt != sizeof (hdrbuf)) {
178 hdr = ntohl(hdrbuf);
/osnet-11/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...]
/osnet-11/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 31 milliseconds