Home
last modified time | relevance | path

Searched refs:mread (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/cmd/lp/lib/msgs/
H A Dmread.c58 int mread ( MESG * md, char * msgbuf, int size ) in mread() function
60 int mread ( md, msgbuf, size ) in mread()
H A Dmrecv.c50 n = mread(lp_Md, msgbuf, size);
H A DMakefile48 mread.o \
H A Dmgetputm.c96 if (mread(md, MBG, MBGSize) < 0)
H A Dllib-llpmsg87 int mread ( MESG *, char *, int );
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c127 bytes = mread(md, Message, MSGMAX); in take_message()
/titanic_44/usr/src/cmd/file/
H A Dfile.c158 static ssize_t mread; variable
550 if ((mread = pread(ifd, (void*)magicbuf, (size_t)maxmagicoffset, in type()
565 switch (f_ckmtab(magicbuf, mread, 1)) { in type()
670 switch (f_ckmtab(magicbuf, mread, 0)) { in def_position_tests()
/titanic_44/usr/src/cmd/lp/include/
H A Dmsgs.h384 int mread ( MESG *, char *, int );
/titanic_44/usr/src/cmd/lp/lib/papi/
H A Dlpsched-msgs.c94 while (((rc = mread(svc->md, svc->msgbuf, svc->msgbuf_size)) < 0) && in rcv_msg()