Searched refs:msend (Results 1 – 20 of 20) sorted by relevance
/titanic_44/usr/src/cmd/lp/lib/msgs/ |
H A D | msend.c | 41 int msend ( char * msgbuf ) in msend() function 43 int msend (msgbuf) in msend()
|
H A D | Makefile | 50 msend.o \
|
H A D | mdisconnect.c | 124 (void)msend (msgbuf);
|
H A D | llib-llpmsg | 98 int msend ( char * );
|
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | send_message.c | 82 if (msend(msgbuf) == -1) {
|
/titanic_44/usr/src/cmd/lp/cmd/ |
H A D | lpshut.c | 96 if (msend(msgbuf) == -1) { in main()
|
H A D | lpusers.c | 198 if (msend(message)) in main()
|
H A D | lpforms.c | 1195 if (msend(msgbuf) == -1) { 1323 if (msend(msgbuf) == -1) {
|
H A D | lpfilter.c | 857 if (msend(msgbuf) == -1) in alert_spooler()
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | quit.c | 214 if (msend(mp, obuf, (int)value("alwaysignore") ? in quit() 345 if (msend(mp, obuf, 0, fputs) < 0) { in writeback()
|
H A D | edit.c | 140 if (msend(mp, obuf, 0, fputs) < 0) { in edit1()
|
H A D | cmd1.c | 526 (void) msend(mp, obuf, doign ? M_IGNORE : 0, fputs); in print() 569 (void) msend(mp, stdout, M_IGNORE, topputs); in top()
|
H A D | cmd4.c | 142 if ((t = msend(mp, pio, in dopipe()
|
H A D | cmd2.c | 300 t = msend(mp, obuf, 0, wrputs); in savemsglist() 302 t = msend(mp, obuf, mflag, svputs); in savemsglist()
|
H A D | fio.c | 573 if (msend(mp, obuf, 0, fputs) < 0) { in edstop()
|
H A D | send.c | 66 msend( in msend() function
|
H A D | collect.c | 1105 if (msend(&message[*ip-1], obuf, islower(f) ? M_IGNORE : 0, in forward()
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | msgs.h | 403 int msend ( char * );
|
/titanic_44/usr/src/cmd/lp/model/ |
H A D | lp.tell.c | 420 if (msend(msgbuf) == -1) in main()
|
/titanic_44/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 528 extern long msend(struct message *mailp, FILE *obuf,
|