Home
last modified time | relevance | path

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

/titanic_44/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 ) in stoh() function
92 unsigned short stoh (s) in stoh()
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 Dstreamio.c132 if ((type = stoh(msgbuf + HEAD_TYPE)) < 0 || LAST_MESSAGE < type) in read3_2()
148 size = stoh(msgbuf + HEAD_SIZE) - EXCESS_3_2_LEN; in read3_2()
H A Dmwrite.c105 size = stoh(msgbuf); in mwrite()
107 if (LAST_MESSAGE < stoh(msgbuf + MESG_TYPE)) in mwrite()
H A Dllib-llpmsg112 unsigned short stoh ( char * );
/titanic_44/usr/src/cmd/lp/include/
H A Dmsgs.h420 unsigned short stoh ( char * );
434 # define msize(buffer) (stoh(buffer))