Searched refs:htos (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/lp/lib/msgs/ |
H A D | _putmessage.c | 61 (void) htos(buf + MESG_TYPE, type); 73 (void) htos(buf + size, t_short); 91 (void) htos(buf + size, t_short); 109 (void) htos(buf + size, t_short); 133 (void) htos(buf + MESG_SIZE, size);
|
H A D | hslconv.c | 53 char * htos ( char * s, unsigned short h) in htos() function 55 char * htos (s, h) in htos()
|
H A D | streamio.c | 150 (void) htos(msgbuf + MESG_SIZE, size); in read3_2() 161 (void) htos(tmpbuf + HEAD_SIZE, size + EXCESS_3_2_LEN); in write3_2()
|
H A D | write_fifo.c | 64 (void)htos (buf + TAIL_CHKSUM(size), chksum);
|
H A D | llib-llpmsg | 109 char * htos ( char *, unsigned short );
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | msgs.h | 417 char * htos ( char *, unsigned short );
|