Home
last modified time | relevance | path

Searched refs:MsgBuf (Results 1 – 25 of 48) sorted by relevance

12

/dports/benchmarks/nttcp/nttcp-1.47/
H A Dnttcp.c432 rc= read (Peer[p].Socket, MsgBuf, sizeof(MsgBuf)-1); in FetchRemoteMsg()
439 && MsgBuf[rc-1]==finCh&&MsgBuf[rc-2]==finCh)) in FetchRemoteMsg()
840 sprintf(MsgBuf, in BufCompare()
1018 strncat(MsgBuf, argv[0], sizeof(MsgBuf)-strlen(MsgBuf)-1); in ParseOptions()
1100 strncat(MsgBuf, RemHost, sizeof(MsgBuf)-strlen(MsgBuf)-1); in createControlSocket()
1183 Message(MsgBuf); in main()
1545 sprintf(MsgBuf, in main()
1649 sprintf(MsgBuf, in main()
1700 sprintf(MsgBuf, in main()
1743 Message(MsgBuf); in main()
[all …]
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dmsgq.h43 struct MsgBuf;
77 extern struct MsgBuf *msgq_make(struct Client *dest, const char *format, ...);
78 extern struct MsgBuf *msgq_vmake(struct Client *dest, const char *format,
80 extern void msgq_append(struct Client *dest, struct MsgBuf *mb,
82 extern void msgq_clean(struct MsgBuf *mb);
83 extern void msgq_add(struct MsgQ *mq, struct MsgBuf *mb, int prio);
88 extern unsigned int msgq_bufleft(struct MsgBuf *mb);
H A Dsend.h19 struct MsgBuf;
26 extern void send_buffer(struct Client* to, struct MsgBuf* buf, int prio);
H A Ds_user.h15 struct MsgBuf;
62 typedef void (*InfoFormatter)(struct Client* who, struct Client *sptr, struct MsgBuf* buf);
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dmsgq.c48 struct MsgBuf { struct
255 static struct MsgBuf *
258 struct MsgBuf *mb; in msgq_alloc()
282 mb = (struct MsgBuf *)MyMalloc(sizeof(struct MsgBuf) + length); in msgq_alloc()
307 struct MsgBuf *mb; in msgq_clear_freembs()
327 struct MsgBuf *
330 struct MsgBuf *mb; in msgq_vmake()
401 struct MsgBuf *
405 struct MsgBuf *mb; in msgq_make()
452 msgq_clean(struct MsgBuf *mb) in msgq_clean()
[all …]
H A Dsend.c297 struct MsgBuf *mb; in sendrawto_one()
320 struct MsgBuf *mb; in sendcmdto_one()
349 struct MsgBuf *mb; in sendcmdto_prio_one()
383 struct MsgBuf *mb; in sendcmdto_flag_serv_butone()
420 struct MsgBuf *mb; in sendcmdto_serv_butone()
474 struct MsgBuf *mb; in sendcmdto_common_channels_butone()
530 struct MsgBuf *mb; in sendcmdto_channel_butserv_butone()
571 struct MsgBuf *serv_mb; in sendcmdto_channel_servers_butone()
616 struct MsgBuf *user_mb; in sendcmdto_channel_butone()
668 struct MsgBuf *mb; in sendwallto_group_butone()
[all …]
H A Dm_userip.c96 static void userip_formatter(struct Client* cptr, struct Client *sptr, struct MsgBuf* mb) in userip_formatter()
H A Dm_userhost.c95 static void userhost_formatter(struct Client* cptr, struct Client *sptr, struct MsgBuf* mb) in userhost_formatter()
H A Dm_ison.c117 struct MsgBuf* mb; in m_ison()
/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Derr.c182 puterrmsg(MsgBuf);
307 switch (MsgBuf[0])
320 if (MsgBuf[0] == '6')
338 puterrmsg(MsgBuf);
395 switch (MsgBuf[0])
408 if (MsgBuf[0] == '6')
426 puterrmsg(MsgBuf);
462 putoutmsg(MsgBuf, false, false);
465 switch (MsgBuf[0])
519 switch (MsgBuf[0])
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-proto/src/channel/
H A Dcodec.rs56 pub(crate) struct MsgBuf { struct
63 impl AsyncRead for MsgBuf { implementation
72 impl AsyncWrite for MsgBuf { implementation
88 impl MsgBuf { implementation
92 MsgBuf { inbuf, outbuf } in new()
108 fn frame_buf(mbuf: MsgBuf) -> futures_codec::Framed<MsgBuf, ChannelCodec> { in frame_buf() argument
115 let mb = MsgBuf::new(&b""[..]); in check_encoding()
147 let mb = MsgBuf::new(&dat[..]); in check_decoding()
H A Dhandshake.rs426 use crate::channel::codec::test::MsgBuf;
467 let mb = MsgBuf::new(&buf[..]); in connect_ok()
481 let mb = MsgBuf::new(&buf[..]); in connect_ok()
490 let mb = MsgBuf::new(input); in connect_err()
590 fn make_unverified(certs: msg::Certs) -> UnverifiedChannel<MsgBuf> { in make_unverified() argument
595 tls: futures_codec::Framed::new(MsgBuf::new(&b""[..]), ChannelCodec::new(4)), in make_unverified()
630 ) -> Result<VerifiedChannel<MsgBuf>> { in certs_test() argument
844 tls: futures_codec::Framed::new(MsgBuf::new(&b""[..]), ChannelCodec::new(4)), in test_finish()
/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Ddynlib.c80 char MsgBuf[512]; in dynlib_dlopen() local
86 (LPTSTR) MsgBuf, 512, NULL ); in dynlib_dlopen()
88 failwith(MsgBuf); in dynlib_dlopen()
175 char MsgBuf[512]; in dynlib_dlsym() local
181 (LPTSTR) MsgBuf, 512, NULL ); in dynlib_dlsym()
183 failwith(MsgBuf); in dynlib_dlsym()
/dports/games/flightgear/flightgear-2020.3.11/src/MultiPlayer/
H A Dmultiplaymgr.hxx103 union MsgBuf;
108 void ProcessPosMsg(const MsgBuf& Msg, const simgear::IPAddress& SenderAddress,
110 void ProcessChatMsg(const MsgBuf& Msg, const simgear::IPAddress& SenderAddress);
112 int GetMsgNetwork(MsgBuf& msgBuf, simgear::IPAddress& SenderAddress);
113 int GetMsg(MsgBuf& msgBuf, simgear::IPAddress& SenderAddress);
/dports/editors/fte/fte/src/
H A Do_cvsbase.cpp164 rc = gui->ReadPipe(PipeId, MsgBuf + BufLen, sizeof(MsgBuf) - BufLen); in GetLine()
176 p = (char *)memchr(MsgBuf + BufPos, '\n', l); in GetLine()
179 strcpy(Line, MsgBuf + BufPos); in GetLine()
183 BufPos = p + 1 - MsgBuf; in GetLine()
185 } else if (Running && sizeof(MsgBuf) != BufLen) { in GetLine()
186 memmove(MsgBuf, MsgBuf + BufPos, BufLen - BufPos); in GetLine()
194 memcpy(Line, MsgBuf + BufPos, l); in GetLine()
201 memmove(MsgBuf, MsgBuf + BufPos, BufLen - BufPos); in GetLine()
H A Do_svnbase.cpp166 rc = gui->ReadPipe(PipeId, MsgBuf + BufLen, sizeof(MsgBuf) - BufLen); in GetLine()
178 p = (char *)memchr(MsgBuf + BufPos, '\n', l); in GetLine()
181 strcpy(Line, MsgBuf + BufPos); in GetLine()
185 BufPos = p + 1 - MsgBuf; in GetLine()
187 } else if (Running && sizeof(MsgBuf) != BufLen) { in GetLine()
188 memmove(MsgBuf, MsgBuf + BufPos, BufLen - BufPos); in GetLine()
196 memcpy(Line, MsgBuf + BufPos, l); in GetLine()
203 memmove(MsgBuf, MsgBuf + BufPos, BufLen - BufPos); in GetLine()
H A Do_messages.cpp243 rc = gui->ReadPipe(PipeId, MsgBuf + BufLen, sizeof(MsgBuf) - BufLen); in GetLine()
257 p = (char *)memchr(MsgBuf + BufPos, '\n', l); in GetLine()
260 UnEscStr(Line, maxim, MsgBuf + BufPos, p - (MsgBuf + BufPos)); in GetLine()
265 BufPos = p + 1 - MsgBuf; in GetLine()
267 } else if (Running && sizeof(MsgBuf) != BufLen) { in GetLine()
268 memmove(MsgBuf, MsgBuf + BufPos, BufLen - BufPos); in GetLine()
276 UnEscStr(Line, maxim, MsgBuf + BufPos, l); in GetLine()
284 memmove(MsgBuf, MsgBuf + BufPos, BufLen - BufPos); in GetLine()
/dports/audio/gnaural/gnaural-1.0.20110606/src/
H A Dgnauralnet_socket.c35 char *MsgBuf, //question in GN_Socket_SendMessage() argument
52 (sok, MsgBuf, sizeof_MsgBuf, 0, (struct sockaddr *) &saddr_remote, in GN_Socket_SendMessage()
67 char *MsgBuf, //what to receive into in GN_Socket_RecvMessage() argument
99 recvfrom (sok, MsgBuf, sizeof_MsgBuf, 0, in GN_Socket_RecvMessage()
103 GN_ProcessIncomingData (MsgBuf, sizeof_MsgBuf, &saddr_remote); in GN_Socket_RecvMessage()
H A Dgnauralnet.h126 …(*main_loop_function) (void *ptr), void (*GN_ProcessIncomingData) (char *MsgBuf, int sizeof_MsgBuf…
132 extern void (*GN_ProcessIncomingData) (char *MsgBuf, int sizeof_MsgBuf,
134 extern void GN_ProcessIncomingData_default (char *MsgBuf, int sizeof_MsgBuf,
138 extern int GN_Socket_RecvMessage (SOCKET sok, char *MsgBuf, int sizeof_MsgBuf,
140 extern int GN_Socket_SendMessage (SOCKET sok, char *MsgBuf, int sizeof_MsgBuf,
H A Dgnauralnet_main.c80 void (*GN_ProcessIncomingData) (char *MsgBuf, int sizeof_MsgBuf, struct sockaddr_in * saddr_remote)…
85 void (*incoming_data_func) (char *MsgBuf, int sizeof_MsgBuf, in GN_start()
190 void GN_ProcessIncomingData_default (char *MsgBuf, int sizeof_MsgBuf, in GN_ProcessIncomingData_default() argument
195 if (MsgBuf != (char *) &GN_RecvBuffer || in GN_ProcessIncomingData_default()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/dz80/
H A Ddissz80.c1764 fwrite(MsgBuf, strlen(MsgBuf), 1, d->outStream); in CreateOutputASMFile()
1767 fwrite(MsgBuf, strlen(MsgBuf), 1, d->outStream); in CreateOutputASMFile()
1772 fwrite(MsgBuf, strlen(MsgBuf), 1, d->outStream); in CreateOutputASMFile()
1776 fwrite(MsgBuf, strlen(MsgBuf), 1, d->outStream); in CreateOutputASMFile()
1781 fwrite(MsgBuf, strlen(MsgBuf), 1, d->outStream); in CreateOutputASMFile()
1785 fwrite(MsgBuf, strlen(MsgBuf), 1, d->outStream); in CreateOutputASMFile()
1787 strftime(MsgBuf, sizeof(MsgBuf), "on %A, %d of %B %Y at %I:%M %p", time_now); in CreateOutputASMFile()
1788 fwrite(MsgBuf, strlen(MsgBuf), 1, d->outStream); in CreateOutputASMFile()
1791 fwrite(MsgBuf, strlen(MsgBuf), 1, d->outStream); in CreateOutputASMFile()
1798 strcat(MsgBuf,"\n"); in CreateOutputASMFile()
[all …]
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dvpopbull.c44 static char MsgBuf[MSG_BUF_SIZE]; variable
74 memset(MsgBuf,0,sizeof(MsgBuf)); in main()
287 while((count=fread(MsgBuf,sizeof(char),MSG_BUF_SIZE,fs_file))
289 fwrite( MsgBuf, sizeof(char), count, fs );
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dadjtime.h51 } MsgBuf; typedef
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dadjtime.c216 MsgBuf msg; in _adjtime()
217 register MsgBuf *msgp = &msg; in _adjtime()
/dports/misc/estic/estic-1.61_10/estic/
H A Diccom.cc216 static CircularBuffer<IstecMsg*, 64> MsgBuf; in IstecWrite() local
230 MsgBuf.Put (IM, 0); in IstecWrite()
245 while (!MsgBuf.IsEmpty ()) { in IstecWrite()
248 IstecMsg* IM = MsgBuf.Get (); in IstecWrite()

12