/AliOS-Things-master/components/ramfs/example/ |
A D | ramfs_example.c | 20 char teststring = "1234"; in ramfs_example_fn() local 29 ret = write(fd, teststring, 5); in ramfs_example_fn() 42 if(strncmp(readbuf, teststring, 5)){ in ramfs_example_fn()
|
/AliOS-Things-master/components/libc_stub/example/ |
A D | libc_stub_example.c | 22 char teststring = "1234"; in libc_stub_example() local 42 ret = write(fd, teststring, 5); in libc_stub_example() 55 if(strncmp(readbuf, teststring, 5)){ in libc_stub_example()
|
/AliOS-Things-master/solutions/amp_demo/ |
A D | README.md | 199 char teststring = "1234"; 208 ret = write(fd, teststring, 5); 219 if(strncmp(readbuf, teststring, 5)){
|
/AliOS-Things-master/solutions/helloworld_demo/ |
A D | README.md | 198 char teststring = "1234"; 207 ret = write(fd, teststring, 5); 218 if(strncmp(readbuf, teststring, 5)){
|
/AliOS-Things-master/solutions/linkkit_genie_demo/ |
A D | README.md | 198 char teststring = "1234"; 207 ret = write(fd, teststring, 5); 218 if(strncmp(readbuf, teststring, 5)){
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | traces.2 | 277 teststring=ABCD 297 # about 5 minutes as the teststring grows exponentially. 372 # Make teststring a little bigger before we do anything with it. 375 teststring=$teststring$teststring 381 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 382 = "X$teststring$teststring"; } >/dev/null 2>&1 && 386 teststring=$teststring$teststring 389 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 390 teststring=
|
A D | traces.0 | 1761 teststring="ABCD" 1781 # about 5 minutes as the teststring grows exponentially. 1851 # Make teststring a little bigger before we do anything with it. 1854 teststring=$teststring$teststring 1860 while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ 1861 = "XX$teststring$teststring"; } >/dev/null 2>&1 && 1865 teststring=$teststring$teststring 1868 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1869 teststring=
|
A D | output.0 | 4097 teststring="ABCD" 4117 # about 5 minutes as the teststring grows exponentially. 4187 # Make teststring a little bigger before we do anything with it. 4190 teststring=$teststring$teststring 4196 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ 4197 = "XX$teststring$teststring"; } >/dev/null 2>&1 && 4201 teststring=$teststring$teststring 4204 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 4205 teststring=
|
A D | output.1 | 4097 teststring="ABCD" 4117 # about 5 minutes as the teststring grows exponentially. 4187 # Make teststring a little bigger before we do anything with it. 4190 teststring=$teststring$teststring 4196 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ 4197 = "XX$teststring$teststring"; } >/dev/null 2>&1 && 4201 teststring=$teststring$teststring 4204 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 4205 teststring=
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | configure | 6502 teststring=ABCD 6600 teststring=$teststring$teststring 6606 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 6607 = "X$teststring$teststring"; } >/dev/null 2>&1 && 6611 teststring=$teststring$teststring 6614 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 6615 teststring=
|
A D | aclocal.m4 | 1691 teststring=ABCD 1711 # about 5 minutes as the teststring grows exponentially. 1786 # Make teststring a little bigger before we do anything with it. 1789 teststring=$teststring$teststring 1795 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 1796 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1800 teststring=$teststring$teststring 1803 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1804 teststring=
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | configure | 5150 teststring=ABCD 5248 teststring=$teststring$teststring 5254 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 5255 = "X$teststring$teststring"; } >/dev/null 2>&1 && 5259 teststring=$teststring$teststring 5262 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 5263 teststring=
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | configure | 4097 teststring="ABCD" 4190 teststring=$teststring$teststring 4196 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ 4197 = "XX$teststring$teststring"; } >/dev/null 2>&1 && 4201 teststring=$teststring$teststring 4204 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 4205 teststring=
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | configure | 4958 teststring=ABCD 5056 teststring=$teststring$teststring 5062 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 5063 = "X$teststring$teststring"; } >/dev/null 2>&1 && 5067 teststring=$teststring$teststring 5070 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 5071 teststring=
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | configure | 4881 teststring="ABCD" 4978 teststring=$teststring$teststring 4984 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ 4985 = "X$teststring$teststring"; } >/dev/null 2>&1 && 4989 teststring=$teststring$teststring 4992 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 4993 teststring=
|
A D | aclocal.m4 | 1615 teststring="ABCD" 1635 # about 5 minutes as the teststring grows exponentially. 1709 # Make teststring a little bigger before we do anything with it. 1712 teststring=$teststring$teststring 1718 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ 1719 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1723 teststring=$teststring$teststring 1726 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1727 teststring=
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | configure | 5125 teststring="ABCD" 5222 teststring=$teststring$teststring 5228 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ 5229 = "X$teststring$teststring"; } >/dev/null 2>&1 && 5233 teststring=$teststring$teststring 5236 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 5237 teststring=
|
A D | aclocal.m4 | 1615 teststring="ABCD" 1635 # about 5 minutes as the teststring grows exponentially. 1709 # Make teststring a little bigger before we do anything with it. 1712 teststring=$teststring$teststring 1718 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ 1719 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1723 teststring=$teststring$teststring 1726 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1727 teststring=
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | libtool.m4 | 1506 teststring="ABCD" 1526 # about 5 minutes as the teststring grows exponentially. 1596 # Make teststring a little bigger before we do anything with it. 1599 teststring=$teststring$teststring 1605 while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ 1606 = "XX$teststring$teststring"; } >/dev/null 2>&1 && 1610 teststring=$teststring$teststring 1613 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1614 teststring=
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure | 5601 teststring=ABCD 5699 teststring=$teststring$teststring 5705 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 5706 = "X$teststring$teststring"; } >/dev/null 2>&1 && 5710 teststring=$teststring$teststring 5713 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 5714 teststring=
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | libtool.m4 | 1606 teststring="ABCD" 1626 # about 5 minutes as the teststring grows exponentially. 1700 # Make teststring a little bigger before we do anything with it. 1703 teststring=$teststring$teststring 1709 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ 1710 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1714 teststring=$teststring$teststring 1717 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1718 teststring=
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | libtool.m4 | 1677 teststring=ABCD 1697 # about 5 minutes as the teststring grows exponentially. 1772 # Make teststring a little bigger before we do anything with it. 1775 teststring=$teststring$teststring 1781 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 1782 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1786 teststring=$teststring$teststring 1789 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1790 teststring=
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | libtool.m4 | 1677 teststring=ABCD 1697 # about 5 minutes as the teststring grows exponentially. 1772 # Make teststring a little bigger before we do anything with it. 1775 teststring=$teststring$teststring 1781 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 1782 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1786 teststring=$teststring$teststring 1789 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1790 teststring=
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | libtool.m4 | 1677 teststring=ABCD 1697 # about 5 minutes as the teststring grows exponentially. 1772 # Make teststring a little bigger before we do anything with it. 1775 teststring=$teststring$teststring 1781 while { test X`env echo "$teststring$teststring" 2>/dev/null` \ 1782 = "X$teststring$teststring"; } >/dev/null 2>&1 && 1786 teststring=$teststring$teststring 1789 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1790 teststring=
|
/AliOS-Things-master/components/SDL2/ |
A D | configure | 4426 teststring="ABCD" 4523 teststring=$teststring$teststring 4529 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ 4530 = "X$teststring$teststring"; } >/dev/null 2>&1 && 4534 teststring=$teststring$teststring 4537 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 4538 teststring=
|