Searched refs:txt (Results 1 – 17 of 17) sorted by relevance
/net-tools-3.5.0/mbedtls-2.4.0/scripts/ |
D | bump_version.sh | 72 sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < library/CMakeLists.txt > tmp 73 mv tmp library/CMakeLists.txt 78 …sed -e "/mbedcrypto/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_CRYPTO/g" < library/CMakeLists.txt > … 79 mv tmp library/CMakeLists.txt 89 sed -e "/mbedx509/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_X509/g" < library/CMakeLists.txt > tmp 90 mv tmp library/CMakeLists.txt 100 sed -e "/mbedtls/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_TLS/g" < library/CMakeLists.txt > tmp 101 mv tmp library/CMakeLists.txt
|
D | footprint.sh | 114 zip mbedtls-footprint.zip "$OUTFILE" size-*.txt >/dev/null
|
/net-tools-3.5.0/libcoap/examples/ |
D | Makefile.am | 30 TXT5 = coap-client.txt \ 31 coap-rd.txt \ 32 coap-server.txt 34 MAN5 = $(TXT5:%.txt=%.5) 38 .txt.5:
|
/net-tools-3.5.0/mbedtls-2.4.0/library/ |
D | debug.c | 146 char txt[17]; in mbedtls_debug_print_buf() local 158 memset( txt, 0, sizeof( txt ) ); in mbedtls_debug_print_buf() 168 mbedtls_snprintf( str + idx, sizeof( str ) - idx, " %s\n", txt ); in mbedtls_debug_print_buf() 172 memset( txt, 0, sizeof( txt ) ); in mbedtls_debug_print_buf() 182 txt[i % 16] = ( buf[i] > 31 && buf[i] < 127 ) ? buf[i] : '.' ; in mbedtls_debug_print_buf() 190 mbedtls_snprintf( str + idx, sizeof( str ) - idx, " %s\n", txt ); in mbedtls_debug_print_buf()
|
/net-tools-3.5.0/libcoap/ |
D | .gitignore | 50 examples/coap-client.txt 52 examples/coap-rd.txt 54 examples/coap-server.txt
|
D | configure.ac | 347 examples/coap-client.txt 348 examples/coap-server.txt 349 examples/coap-rd.txt
|
/net-tools-3.5.0/mbedtls-2.4.0/yotta/ |
D | create-module.sh | 41 if [ -f ../apache-2.0.txt ]; then cp ../apache-2.0.txt $TMP; fi
|
/net-tools-3.5.0/ |
D | .gitignore | 64 libcoap/examples/coap-client.txt 66 libcoap/examples/coap-rd.txt 68 libcoap/examples/coap-server.txt
|
/net-tools-3.5.0/mbedtls-2.4.0/ |
D | LICENSE | 2 under the Apache 2.0 license, as can be found in: apache-2.0.txt
|
D | .gitignore | 1 CMakeCache.txt
|
D | Makefile | 100 gendesc tests/Descriptions.txt -o descriptions
|
D | CMakeLists.txt | 151 COMMAND gendesc tests/Descriptions.txt -o descriptions
|
D | README.md | 127 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} + 157 …ecific use cases in the `configs/` directory. You can read more about those in `configs/README.txt`
|
D | ChangeLog | 350 provided. Full list of renamings in scripts/data_files/rename-1.3-2.0.txt 2007 * Rewrote README.txt in program/ssl/ca to better explain
|
/net-tools-3.5.0/mbedtls-2.4.0/configs/ |
D | README.txt | 21 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
|
/net-tools-3.5.0/virtual-hub/ |
D | README.md | 39 to 1 on CMakeLists.txt from the target projects.
|
/net-tools-3.5.0/mbedtls-2.4.0/tests/scripts/ |
D | all.sh | 68 find . -name yotta -prune -o -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+
|