Searched defs:sendmessage (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c50 int sendmessage(char *);
99 return (sendmessage(fromuser));
103 ** sendmessage -- read message from standard input do the from stuffing
120 sendmessage(from) function
H A Dvacation.c107 static void sendmessage(char *, char *, char *);
271 sendmessage(buf, from, myname);
748 sendmessage(msgf, user, myname) function
/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.c98 static boolean_t sendmessage(bl_transport_t, char *, const char *,
198 if (blrecurs > 1 || !sendmessage(bl_transport, message, ident,
205 (void) sendmessage(bl_filehandle != NULL ? BL_LOCAL_FILE :
300 sendmessage(bl_transport_t transport, char *message, const char *ident, function

Completed in 56 milliseconds