Searched refs:smallbuf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.c214 uchar_t smallbuf[8]; local
221 * The first four bytes of smallbuf concatenated tell us the
226 if (get_configuration(fd, 0, 8, &smallbuf[0])) {
227 buflen = GET32(smallbuf) + 4;
246 uchar_t smallbuf[8]; local
253 * The first four bytes of smallbuf concatenated tell us the
258 if (get_configuration(fd, 0, 8, &smallbuf[0])) {
259 buflen = GET32(smallbuf) + 4;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dgv.c67 char smallbuf[256]; local
76 if (tmplen < sizeof smallbuf)
77 tmpbuf = smallbuf;
91 if (tmpbuf != smallbuf)
597 char smallbuf[256]; local
602 if (namelen + 3 < sizeof smallbuf)
603 tmpbuf = smallbuf;
611 if (tmpbuf != smallbuf)
666 char smallbuf[256]; local
669 if (len + 3 < sizeof (smallbuf))
[all...]

Completed in 187 milliseconds