Home
last modified time | relevance | path

Searched refs:snprintf (Results 1 – 25 of 33) sorted by relevance

12

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/
A DFile-Related-CLI-commands.c44 #define snprintf _snprintf macro
447 snprintf( pcWriteBuffer, xWriteBufferLen, "Directory not found." ); in prvDIRCommand()
451snprintf( pcWriteBuffer, xWriteBufferLen, "Directory not found or not a directory." ); in prvDIRCommand()
514 snprintf( pcWriteBuffer, xWriteBufferLen, "File not found." ); in prvTYPECommand()
531 snprintf( pcWriteBuffer, xWriteBufferLen, "Cannot TYPE a directory." ); in prvTYPECommand()
1135 snprintf( pcWriteBuffer, xWriteBufferLen, "File not found." ); in prvSTATCommand()
1164snprintf( pcWriteBuffer, xWriteBufferLen, "Error %d querying file.", ( int ) red_errno ); in prvSTATCommand()
1198 snprintf( pcWriteBuffer, xWriteBufferLen, in prvSTATFSCommand()
1317 snprintf( pcWriteBuffer, xWriteBufferLen, in prvTRANSMASKGETCommand()
1391 snprintf( pcWriteBuffer, xWriteBufferLen, "Invalid bits in transaction mask." ); in prvTRANSMASKSETCommand()
[all …]
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/FTP/
A DFreeRTOS_FTP_server.c303 xLength = snprintf( pcCOMMAND_BUFFER, sizeof( pcCOMMAND_BUFFER ), in xFTPClientWork()
1338 snprintf( pcBuffer, xBufferSize, "%lu bytes", ulByte ); in pcMkSize()
2210 snprintf( date, sizeof( date ), "%-3.3s %02d %02d:%02d", in prvGetFileInfoStat()
2218 snprintf( date, sizeof( date ), "Jan 01 1970" ); in prvGetFileInfoStat()
2360 snprintf( pcCOMMAND_BUFFER, sizeof( pcCOMMAND_BUFFER ), in prvRenameFrom()
2367 snprintf( pcCOMMAND_BUFFER, sizeof( pcCOMMAND_BUFFER ), in prvRenameFrom()
2423 snprintf( pcCOMMAND_BUFFER, sizeof( pcCOMMAND_BUFFER ), in prvRenameTo()
2432 snprintf( pcCOMMAND_BUFFER, sizeof( pcCOMMAND_BUFFER ), in prvRenameTo()
2451 snprintf( pcCOMMAND_BUFFER, sizeof( pcCOMMAND_BUFFER ), in prvRenameTo()
2853 snprintf( pcNewDirBuffer, sizeof( pcNEW_DIR ), "%s%s%s", in xMakeAbsolute()
[all …]
/FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/
A Dreport_builder.c160 lCharactersWritten = snprintf( pcCurrentWritePos, in prvWritePortsArray()
238 lCharactersWritten = snprintf( pcCurrentWritePos, in prvWriteConnectionsArray()
320 lCharactersWritten = snprintf( pcCurrentWritePos, in prvWriteTaskIdArray()
399 lCharactersWritten = snprintf( pcCurrentWritePos, in eGenerateJsonReport()
448 lCharactersWritten = snprintf( pcCurrentWritePos, in eGenerateJsonReport()
492 lCharactersWritten = snprintf( pcCurrentWritePos, in eGenerateJsonReport()
547 lCharactersWritten = snprintf( pcCurrentWritePos, in eGenerateJsonReport()
601 lCharactersWritten = snprintf( pcCurrentWritePos, in eGenerateJsonReport()
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Config/
A DFreeRTOSConfig.h187 #if ( defined( _MSC_VER ) && ( _MSC_VER <= 1600 ) && !defined( snprintf ) )
189 #define snprintf _snprintf macro
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/Config/
A DFreeRTOSConfig.h202 #if ( defined( _MSC_VER ) && ( _MSC_VER <= 1600 ) && !defined( snprintf ) )
204 #define snprintf _snprintf macro
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A DFreeRTOSConfig.h217 #if ( defined( _MSC_VER ) && ( _MSC_VER <= 1600 ) && !defined( snprintf ) )
219 #define snprintf _snprintf macro
A Dprintf-stdarg.c839 int snprintf( char * apBuf, in snprintf() function
910snprintf( apBuf, aLen, "%u.%02u GB", ( unsigned ) gb, ( unsigned ) ( ( 100 * mb ) / 1024ul ) ); in mkSize()
914snprintf( apBuf, aLen, "%u.%02u MB", ( unsigned ) mb, ( unsigned ) ( ( 100 * kb ) / 1024ul ) ); in mkSize()
918snprintf( apBuf, aLen, "%u.%02u KB", ( unsigned ) kb, ( unsigned ) ( ( 100 * sb ) / 1024ul ) ); in mkSize()
922 snprintf( apBuf, aLen, "%u bytes", ( unsigned ) sb ); in mkSize()
A DTCPEchoClient_SingleTasks.c123 snprintf( ucName, sizeof ucName, "echo_%02d", ( int ) x ); in vStartTCPEchoClientTasks_SingleTasks()
503 snprintf( pcBuf, sizeof pcBuf, "%010u", ulNextnumber ); in prvCreateTxData()
A DUDPEchoClient_SingleTasks.c91 snprintf( ucName, sizeof ucName, "echo_%02d", ( int ) x ); in vStartUDPEchoClientTasks_SingleTasks()
A DLogging_WinSim.c302 xLength = snprintf( cPrintString, dlMAX_PRINT_STRING_LENGTH, "%u %u.%03u [%-*s] ", in vLoggingPrintf()
/FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS-Kernel/
A DFreeRTOSConfig.h195 #if ( defined( _MSC_VER ) && ( _MSC_VER <= 1600 ) && !defined( snprintf ) )
197 #define snprintf _snprintf macro
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/
A Dpcap-stdinc.h64 #define snprintf _snprintf macro
/FreeRTOS-Plus/ThirdParty/winpcap/include/
A Dpcap-stdinc.h64 #define snprintf _snprintf macro
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/
A Dpcap-stdinc.h64 #define snprintf _snprintf macro
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/
A Dpcap-stdinc.h64 #define snprintf _snprintf macro
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/
A Dpcap-stdinc.h64 #define snprintf _snprintf macro
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/DemoTasks/
A Dsimple_sub_pub_demo.c227 snprintf( pcTaskNameBuf, 10, "SubPub%d", ( int ) ulTaskNumber ); in vStartSimpleSubscribePublishTask()
444 snprintf( taskName, mqttexampleSTRING_BUFFER_LENGTH, "Publisher%d", ( int ) ulTaskNumber ); in prvSimpleSubscribePublishTask()
447 snprintf( pcTopicBuffer, mqttexampleSTRING_BUFFER_LENGTH, "/filter/%s", taskName ); in prvSimpleSubscribePublishTask()
478 snprintf( payloadBuf, in prvSimpleSubscribePublishTask()
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/HTTP_Server/
A DFreeRTOS_HTTP_server.c149 xRc = snprintf( pcBuffer, sizeof( pxParent->pcFileBuffer ), in prvSendReply()
183snprintf( pxClient->pxParent->pcExtraContents, sizeof( pxClient->pxParent->pcExtraContents ), in prvSendFile()
259snprintf( pxClient->pxParent->pcExtraContents, sizeof( pxClient->pxParent->pcExtraContents ), in prvOpenURL()
288 snprintf( pxClient->pcCurrentFilename, sizeof( pxClient->pcCurrentFilename ), "%s%s%s", in prvOpenURL()
/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Common/
A Dprintf-stdarg.c668 int snprintf( char * apBuf, in snprintf() function
737snprintf( apBuf, aLen, "%u.%02u GB", ( unsigned ) gb, ( unsigned ) ( ( 100 * mb ) / 1024ul ) ); in mkSize()
741snprintf( apBuf, aLen, "%u.%02u MB", ( unsigned ) mb, ( unsigned ) ( ( 100 * kb ) / 1024ul ) ); in mkSize()
745snprintf( apBuf, aLen, "%u.%02u KB", ( unsigned ) kb, ( unsigned ) ( ( 100 * sb ) / 1024ul ) ); in mkSize()
749 snprintf( apBuf, aLen, "%u bytes", ( unsigned ) sb ); in mkSize()
/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/
A DFile-Related-CLI-commands.c46 #define snprintf _snprintf macro
316 snprintf( pcWriteBuffer, xWriteBufferLen, "Error: f_findfirst() failed." ); in prvDIRCommand()
321snprintf( pcWriteBuffer, xWriteBufferLen, "Failed to allocate RAM (using heap_4.c will prevent fra… in prvDIRCommand()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/include/
A Dconfig_common.h216 extern int snprintf( char *,
221 #define UnityPrintNumber( X ) { char number[ 12 ] = { 0 }; snprintf( number, 12, "%d", X ); conf…
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredtools.h160 #define snprintf _snprintf macro
/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/examples/
A Ddemo_helpers.c133 snprintf( pcNextChar, in vWriteHexBytesToConsole()
/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/DemoTasks/
A DShadowDemoMainExample.c983 snprintf( pcUpdateDocument, in prvShadowDemoTask()
1016 snprintf( pcUpdateDocument, in prvShadowDemoTask()
/FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS+TCP/
A DNetworkInterface_WinPCap.c374 snprintf( pcName, sizeof( pcName ), "eth%ld", xEMACIndex ); in pxWinPcap_FillInterfaceDescriptor()
599snprintf( cErrorBuffer, sizeof( cErrorBuffer ), "broadcast or multicast or ether host %x:%x:%x:%x:… in prvConfigureCaptureBehaviour()

Completed in 77 milliseconds

12