Searched refs:stoh (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/msgs/
H A D_getmessage.c67 endbuf = buf + (long)stoh(buf);
74 etype = stoh(buf + MESG_TYPE);
107 *t_short = stoh(buf);
131 *t_short = stoh(buf);
152 temp = stoh(buf);
H A Dhslconv.c90 unsigned short stoh ( char * s ) function
92 unsigned short stoh (s)
H A Dstreamio.c132 if ((type = stoh(msgbuf + HEAD_TYPE)) < 0 || LAST_MESSAGE < type)
148 size = stoh(msgbuf + HEAD_SIZE) - EXCESS_3_2_LEN;
H A Dread_fifo.c177 real_size = stoh(fbp->psave + HEAD_SIZE);
213 chksum = stoh(fbp->psave + TAIL_CHKSUM(real_size));
291 real_size = stoh(fbp->psave + HEAD_SIZE);
H A Dmwrite.c105 size = stoh(msgbuf);
107 if (LAST_MESSAGE < stoh(msgbuf + MESG_TYPE))
H A Dllib-llpmsg112 unsigned short stoh ( char * );
/opensolaris-onvv-gate/usr/src/cmd/lp/include/
H A Dmsgs.h420 unsigned short stoh ( char * );
434 # define msize(buffer) (stoh(buffer))

Completed in 95 milliseconds