Searched refs:msgBuf (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dpipe.test48 if {![gets $readChan msgBuf]} {
49 set msgBuf "Premature eof on pipe"
52 set msgBuf
/macosx-10.10/WebCore-7600.1.25/bridge/
H A Dtestbindings.cpp128 char msgBuf[1024]; local
129 strncpy (msgBuf, message->value.stringValue.UTF8Characters, message->value.stringValue.UTF8Length);
130 msgBuf[message->value.stringValue.UTF8Length] = 0;
131 printf ("%s\n", msgBuf);
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinTest.c93 char id[TCL_INTEGER_SPACE], msgBuf[24 + TCL_INTEGER_SPACE];
119 sprintf(msgBuf, "unknown error: %ld", error);
120 msg = msgBuf;
91 char id[TCL_INTEGER_SPACE], msgBuf[24 + TCL_INTEGER_SPACE]; local
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dntservice.c493 static char msgBuf[1024]; local
499 msgBuf, 1024, NULL );
501 return msgBuf;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ditspoof.cpp580 char msgBuf[100]; local
581 sprintf(msgBuf, "testNum = %d ", testNum);
587 TEST_ASSERT_MSG(test.fScriptCount == scriptCount, msgBuf);
755 char msgBuf[100]; local
756 sprintf(msgBuf, "testNum = %d ", testNum);
764 TEST_ASSERT_MSG(expectedSet == *idInfo.getNumerics(), msgBuf);
771 TEST_ASSERT_MSG((expectedSet.size() > 1) == mixedNumberFailure, msgBuf);
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinTest.c107 char id[TCL_INTEGER_SPACE], msgBuf[24 + TCL_INTEGER_SPACE];
133 sprintf(msgBuf, "unknown error: %ld", error);
134 msg = msgBuf;
105 char id[TCL_INTEGER_SPACE], msgBuf[24 + TCL_INTEGER_SPACE]; local
/macosx-10.10/bind9-45.101/bind9/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1202 LPVOID msgBuf; local
1206 NULL, err == -1 ? GetLastError() : err, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &msgBuf, 0, NULL );
1209 strcpy(buf, (LPTSTR)msgBuf);
1210 LocalFree(msgBuf);
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinReg.c1455 char id[TCL_INTEGER_SPACE], msgBuf[24 + TCL_INTEGER_SPACE];
1481 sprintf(msgBuf, "unknown error: %ld", error);
1482 msg = msgBuf;
1440 char id[TCL_INTEGER_SPACE], msgBuf[24 + TCL_INTEGER_SPACE]; local
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinReg.c1527 char id[TCL_INTEGER_SPACE], msgBuf[24 + TCL_INTEGER_SPACE];
1556 sprintf(msgBuf, "unknown error: %ld", error);
1557 msg = msgBuf;
1510 char id[TCL_INTEGER_SPACE], msgBuf[24 + TCL_INTEGER_SPACE]; local
/macosx-10.10/network_cmds-457/natd.tproj/
H A Dnatd.c809 char msgBuf[80]; local
839 snprintf (msgBuf, sizeof(msgBuf), "failed to write packet back");
840 Warn (msgBuf);
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c364 char msgBuf[msgsize]; local
365 char *dptr = msgBuf;
369 bzero(msgBuf, msgsize);
372 loglen = vsnprintf(msgBuf, msgsize, format, ap);
389 if ( !(strncmp( ipfwstring, msgBuf, ipfwstringlen))){
390 dptr = msgBuf+ipfwstringlen;

Completed in 157 milliseconds