| /FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/ |
| A D | redposixcompat.h | 143 #define memcpy( d, s, l ) RedMemCpy( d, s, ( uint32_t ) ( l ) ) argument 144 #define memmove( d, s, l ) RedMemMove( d, s, ( uint32_t ) ( l ) ) argument 146 #define strlen( s ) RedStrLen( s ) argument 149 #define strncpy( d, s, l ) RedStrNCpy( d, s, ( uint32_t ) ( l ) ) argument
|
| A D | fsstress.c | 241 REDSTAT s; in red_chdir() local 244 iStatus = red_stat( szLocalCwd, &s ); in red_chdir() 250 else if( !S_ISDIR( s.st_mode ) ) in red_chdir() 376 #define stat( p, s ) red_stat( p, s ) argument 377 #define stat64( p, s ) stat( p, s ) argument 378 #define lstat( p, s ) stat( p, s ) argument 379 #define lstat64( p, s ) stat( p, s ) argument 380 #define truncate( p, s ) red_truncate( p, s ) argument 381 #define truncate64( p, s ) truncate( p, s ) argument
|
| /FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Common/ |
| A D | printf-stdarg.c | 261 register char * s; in printll() local 290 *s = '\0'; in printll() 303 *( --s ) = t + '0'; in printll() 320 *( --s ) = '-'; in printll() 324 return prints( apBuf, s ); in printll() 333 register char * s; in printi() local 355 *s = '\0'; in printi() 370 *( --s ) = t + '0'; in printi() 419 *( --s ) = '-'; in printi() 423 return prints( apBuf, s ); in printi() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/ |
| A D | printf-stdarg.c | 321 register char * s; in printll() local 350 *s = '\0'; in printll() 363 *( --s ) = t + '0'; in printll() 380 *( --s ) = '-'; in printll() 384 return prints( apBuf, s ); in printll() 393 register char * s; in printi() local 415 *s = '\0'; in printi() 430 *( --s ) = t + '0'; in printi() 479 *( --s ) = '-'; in printi() 483 return prints( apBuf, s ); in printi() [all …]
|
| /FreeRTOS-Plus/Source/Reliance-Edge/ |
| A D | README.md | 13 you up front: DATALIGHT WANTS TO HEAR FROM YOU! Whether it's just to make 23 complete documentation, called the _Developer's Guide_, can be obtained for free 63 that variety are better served by other file systems, like Datalight's 78 These topics are covered in much greater detail in the _Developer's Guide_, 89 _Developer's Guide_ (linked above) and also via comments in the source code. 106 _Developer's Guide_, contact <RelianceEdgeSupport@datalight.com>.
|
| A D | README.txt | 18 to tell you up front: DATALIGHT WANTS TO HEAR FROM YOU! Whether it's 29 testing. This complete documentation, called the _Developer's Guide_, 73 systems, like Datalight's Reliance Nitro. 88 These topics are covered in much greater detail in the _Developer's 100 is documented in the _Developer's Guide_ (linked above) and also via 122 consulted the _Developer's Guide_, contact
|
| A D | LICENSE.txt | 16 Foundation's software and to any other program whose authors commit to 43 Also, for each author's protection and ours, we want to make certain 54 patent must be licensed for everyone's free use or not licensed at all. 79 1. You may copy and distribute verbatim copies of the Program's 293 <one line to give the program's name and a brief idea of what it does.>
|
| /FreeRTOS-Plus/Source/Reliance-Edge/posix/ |
| A D | posix.c | 1541 REDSTAT s; in red_write() local 1543 ret = RedCoreStat( pHandle->ulInode, &s ); in red_write() 1547 pHandle->ullOffset = s.st_size; in red_write() 1740 REDSTAT s; in red_lseek() local 1742 ret = RedCoreStat( pHandle->ulInode, &s ); in red_lseek() 1746 REDASSERT( s.st_size <= ( uint64_t ) INT64_MAX ); in red_lseek() 1747 llFrom = ( int64_t ) s.st_size; in red_lseek() 2504 REDSTAT s; in FildesOpen() local 2506 ret = RedCoreStat( ulInode, &s ); in FildesOpen() 2510 uMode = s.st_mode; in FildesOpen()
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/ |
| A D | Packet32.h | 338 struct bpf_stat * s ); 340 struct bpf_stat * s );
|
| /FreeRTOS-Plus/ThirdParty/winpcap/include/ |
| A D | Packet32.h | 338 struct bpf_stat * s ); 340 struct bpf_stat * s );
|
| /FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/ |
| A D | Packet32.h | 338 struct bpf_stat * s ); 340 struct bpf_stat * s );
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/ |
| A D | Packet32.h | 338 struct bpf_stat * s ); 340 struct bpf_stat * s );
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/ |
| A D | Packet32.h | 338 struct bpf_stat * s ); 340 struct bpf_stat * s );
|
| /FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/DemoSetup/ |
| A D | demo_config.templ | 96 * This is the Claim's Rest API Endpoint for AWS IoT. 116 * @brief Server's root CA certificate.
|
| A D | demo_config_empty.templ | 96 * This is the Claim's Rest API Endpoint for AWS IoT. 115 * @brief Server's root CA certificate.
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/ |
| A D | Readme_UserNetworking.md | 132 sudo qemu-system-arm -machine mps2-an385 -cpu cortex-m3 -s -S \
|
| A D | Readme_TapNetworking.md | 96 1. Run the `ifconfig` command to find the VM's network interface details: 358 sudo qemu-system-arm -machine mps2-an385 -cpu cortex-m3 -s -S \
|
| /FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Download/ |
| A D | README.md | 38 If your AWS IoT Thing already has a certificate attached to it, then that certificate's 43 It is also possible to sign the Thing's certificate using your own Certificate Authority
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/CMSIS/ |
| A D | cmsis_gcc.h | 1114 uint32_t s = ( 4U /*sizeof(v)*/ * 8U ) - 1U; /* extra shift needed at end */ in __RBIT() local 1122 s--; in __RBIT() 1124 result <<= s; /* shift when v's highest bits are zero */ in __RBIT()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/doc/ |
| A D | coding_style.txt | 105 - For pointer types, the '*' belongs to the variable name---it's not part of the
|