| /plan9/sys/src/cmd/upas/send/ |
| H A D | send.h | 44 typedef struct message message; typedef 45 struct message { struct 83 extern int cat_mail(dest*, message*); argument 84 extern dest *up_bind(dest*, message*, int); 95 extern void gateway(message*); 97 extern void logdelivery(dest*, char*, message*); 98 extern void loglist(dest*, message*, char*); 99 extern void logrefusal(dest*, message*, char*); 100 extern int default_from(message*); 101 extern message *m_new(void); [all …]
|
| H A D | makefile | 1 SSRC= message.c main.c bind.c rewrite.c local.c dest.c process.c translate.c\ 3 SOBJ= message.o main.o bind.o rewrite.o local.o dest.o process.o translate.o\ 17 chkfwd.o: $(SINC) message.h dest.h 20 log.o: $(SINC) message.h 21 main.o: $(SINC) message.h dest.h process.h 22 bind.o: $(SINC) dest.h message.h 26 message.o: $(SINC) message.h 27 notify.o: $(SINC) message.h 28 gateway.o: $(SINC) dest.h message.h
|
| H A D | main.c | 16 static message *mp; 25 static int send(dest *, message *, int); 27 static void save_mail(message *); 28 static int complain_mail(dest *, message *); 29 static int pipe_mail(dest *, message *); 31 static void mkerrstring(String *, message *, dest *, dest *, char *, int); 32 static int replymsg(String *, message *, dest *); 163 send(dest *destp, message *mp, int checkforward) in send() 227 save_mail(message *mp) in save_mail() 258 complain_mail(dest *dp, message *mp) in complain_mail() [all …]
|
| H A D | message.c | 20 default_from(message *mp) in default_from() 37 extern message * 40 message *mp; in m_new() 42 mp = (message *)mallocz(sizeof(message), 1); in m_new() 57 m_free(message *mp) in m_free() 76 m_read_to_file(Biobuf *fp, message *mp) in m_read_to_file() 178 rfc822cruft(message *mp) in rfc822cruft() 255 extern message * 258 message *mp; in m_read() 356 m_get(message *mp, long offset, char **pp) in m_get() [all …]
|
| H A D | log.c | 9 logdelivery(dest *list, char *rcvr, message *mp) in logdelivery() 33 loglist(dest *list, message *mp, char *tag) in loglist() 61 logrefusal(dest *dp, message *mp, char *msg) in logrefusal()
|
| H A D | mkfile | 6 UOFILES=message.$O\ 46 message.$O: ../smtp/y.tab.h
|
| H A D | gateway.c | 11 gateway(message *mp) in gateway()
|
| /plan9/acme/mail/ |
| H A D | readme | 3 messages. The Mail window presents each numbered message like the 4 contents of a directory presented one per line. If a message has a 18 Mail creates a new window in which to compose a message; and Delmesg 23 Clicking the right button on a message number opens it; clicking on 24 any of the subparts of a message opens that (and also opens the 25 message itself). Each message window has a few commands in the tag 27 sender of the message, "Reply all" or "Replyall" replies to everyone 34 entry to open the message) and open them if you right-click on the 37 When composing a mail message or replying to a message, the first line 38 of the text is a list of recipients of the message. To:, and CC:, and BCC: [all …]
|
| /plan9/sys/src/games/mp3dec/ |
| H A D | decoder.c | 196 enum mad_flow send(int fd, void const *message, unsigned int size) in send() argument 207 result = send_io(fd, message, size); in send() 213 enum mad_flow receive(int fd, void **message, unsigned int *size) in receive() argument 218 if (*message == 0) in receive() 236 if (*message == 0) { in receive() 237 *message = malloc(*size); in receive() 238 if (*message == 0) in receive() 242 result = receive_io_blocking(fd, *message, *size); in receive() 266 void *message = 0; in check_message() local 269 result = receive(decoder->async.in, &message, &size); in check_message() [all …]
|
| /plan9/mail/lib/ |
| H A D | gone.fishing | 11 message=/mail/box/$USER/gone.msg 12 if (! test -e $message) 13 message=/mail/lib/gone.msg 18 mail $MAILTO <$message
|
| H A D | gone.msg | 3 This is a recorded message. I am currently out of contact with my 4 computer system. Your message to me has been saved and will be 6 message during my absence. Thank you.
|
| /plan9/sys/src/cmd/upas/misc/ |
| H A D | gone.fishing | 11 message=/mail/box/$USER/gone.msg 12 if (! test -e $message) 13 message=/mail/lib/gone.msg 18 mail $MAILTO <$message
|
| H A D | gone.msg | 3 This is a recorded message. I am currently out of contact with my 4 computer system. Your message to me has been saved and will be 6 message during my absence. Thank you.
|
| /plan9/sys/src/cmd/upas/scanmail/ |
| H A D | testscan.c | 180 matchaction(Patterns *pp, char *message) in matchaction() argument 187 if(message == 0 || *message == 0) in matchaction() 194 for(cp = message; matcher(name, p, cp, m); cp = m[0].ep) in matchaction() 198 for(cp = message; matcher(name, p, cp, m); cp = m[0].ep) in matchaction() 204 matcher(char *action, Pattern *p, char *message, Resub *m) in matcher() argument 206 if(matchpat(p, message, m)){ in matcher()
|
| H A D | common.c | 558 isalt(char *message, Spat *alt) in isalt() argument 562 if(message != cmd && strstr(cmd, alt->string)) in isalt() 564 if(message != header+1 && strstr(header+1, alt->string)) in isalt() 566 if(strstr(message, alt->string)) in isalt() 574 matchpat(Pattern *p, char *message, Resub *m) in matchpat() argument 581 c1 = *message; in matchpat() 582 for(s=message; c=c1; s++){ in matchpat() 587 if(!isalt(message, spat->alt)){ in matchpat() 597 if(regexec(p->pat, message, m, 1) == 0) in matchpat() 599 if(isalt(message, p->alt)) in matchpat()
|
| H A D | scanmail.c | 290 matchaction(int action, char *message, Resub *m) in matchaction() argument 295 if(message == 0 || *message == 0) in matchaction() 301 if(matcher(name, p, message, m)) in matchaction() 305 if(matcher(name, p, message, m)) in matchaction() 311 matcher(char *action, Pattern *p, char *message, Resub *m) in matcher() argument 316 for(cp = message; matchpat(p, cp, m); cp = m->ep){ in matcher()
|
| /plan9/sys/doc/ |
| H A D | plumb.ms | 26 the contents of a plumbing message, as interpreted by the plumbing rules, 71 under the control of a central message-handling server called the 146 The language specifies any rewriting of the message that is to be done by the plumber 147 and defines how to dispose of a message, such as by sending it to a port or 164 This causes the terminal emulator to format a plumbing message 169 The plumber receives this message and compares it sequentially to the various 179 the message, and that 182 The plumber rewrites the message, 188 Finally, it sends the resulting message to the 191 The text editor picks up the message, opens [all …]
|
| H A D | prog4.ms | 47 bytes in the message; now it occupies 5: a two-byte count followed by the three bytes of 56 And in fact the entire 9P message syntax has changed: every message 57 now begins with a message length field that makes it trivial to break the 269 generates the message: 309 werrstr("couldn't parse wait message"); 337 echo message > /dev/xx/ctl 553 message is gone, and there is a now a 555 message that is exchanged at the start of a connection to establish 559 and what the maximum message size will be. 562 and also permits larger message sizes when appropriate. [all …]
|
| /plan9/sys/src/cmd/aux/antiword/ |
| H A D | main_ros.c | 82 fail(pEvent->data.message.header.action != message_MENUWARN); in bBarInfo() 88 pEvent->data.message.data.menuwarn.selection[0] != ICONBAR_INFO_FIELD) { in bBarInfo() 328 fail(pEvent->data.message.header.action != message_DATALOAD && in vSendAck() 329 pEvent->data.message.header.action != message_DATAOPEN); in vSendAck() 333 tMessage.header.yourref = pEvent->data.message.header.myref; in vSendAck() 335 pEvent->data.message.header.sender, 0)); in vSendAck() 348 switch (pEvent->data.message.header.action) { in bEventMsgHandler() 355 pEvent->data.message.data.dataload.filename, in bEventMsgHandler() 356 pEvent->data.message.data.dataload.filetype); in bEventMsgHandler() 360 DBG_DEC(pEvent->data.message.header.action); in bEventMsgHandler()
|
| H A D | saveas.c | 177 fail(pEvent->data.message.header.action != message_MENUWARN); in bSaveTextfile() 179 pEvent->data.message.data.menuwarn.selection[0] != in bSaveTextfile() 365 fail(pEvent->data.message.header.action != message_MENUWARN); in bSaveDrawfile() 367 pEvent->data.message.data.menuwarn.selection[0] != in bSaveDrawfile()
|
| /plan9/sys/src/cmd/upas/misc/unix/ |
| H A D | gone.fishing.sh | 3 message=${1-/usr/lib/upas/gone.msg} 8 mail $return < $message
|
| /plan9/sys/src/cmd/cec/ |
| H A D | Protocol | 85 The server responds to a Tdata message with a Tack message with the 90 Either the server of the client may send a Treset message to close the 91 connection. There is no response to a Treset message, however any 93 when the Treset message is recieved.
|
| /plan9/sys/src/9/pc/ |
| H A D | devpccard.c | 331 engine(Cardbus *cb, int message) in engine() argument 335 states[cb->state], messages[message]); in engine() 339 switch (message) { in engine() 349 cb - cbslots, messages[message]); in engine() 356 switch (message) { in engine() 368 cb - cbslots, messages[message]); in engine() 375 switch (message) { in engine() 386 cb - cbslots, messages[message]); in engine() 393 switch (message) { in engine() 402 cb - cbslots, messages[message]); in engine() [all …]
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | dwinst.cpp | 101 void CInstall::AddMessage(const char *message) in AddMessage() argument 104 (*AddMessageFn)(message); in AddMessage() 366 char message[MAXSTR+MAXSTR+100]; in InstallFile() local 367 wsprintf(message, "Failed to copy file %s to %s\n", in InstallFile() 369 AddMessage(message); in InstallFile() 742 char message[MAXSTR+MAXSTR+100]; in WriteUninstall() local 743 wsprintf(message, "Failed to copy file %s to %s", buffer, ungsprog); in WriteUninstall() 744 AddMessage(message); in WriteUninstall()
|
| /plan9/sys/doc/fs/ |
| H A D | p2 | 11 a message queue for an incoming request. 12 The request contains a 9P message and 16 process parses the message, 178 message that specifies the name of the
|