Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 17 of 17) sorted by relevance

/net-tools-3.5.0/mbedtls-2.4.0/scripts/
Dbump_version.sh72 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
Dfootprint.sh114 zip mbedtls-footprint.zip "$OUTFILE" size-*.txt >/dev/null
/net-tools-3.5.0/libcoap/examples/
DMakefile.am30 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/
Ddebug.c146 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.gitignore50 examples/coap-client.txt
52 examples/coap-rd.txt
54 examples/coap-server.txt
Dconfigure.ac347 examples/coap-client.txt
348 examples/coap-server.txt
349 examples/coap-rd.txt
/net-tools-3.5.0/mbedtls-2.4.0/yotta/
Dcreate-module.sh41 if [ -f ../apache-2.0.txt ]; then cp ../apache-2.0.txt $TMP; fi
/net-tools-3.5.0/
D.gitignore64 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/
DLICENSE2 under the Apache 2.0 license, as can be found in: apache-2.0.txt
D.gitignore1 CMakeCache.txt
DMakefile100 gendesc tests/Descriptions.txt -o descriptions
DCMakeLists.txt151 COMMAND gendesc tests/Descriptions.txt -o descriptions
DREADME.md127 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`
DChangeLog350 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/
DREADME.txt21 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
/net-tools-3.5.0/virtual-hub/
DREADME.md39 to 1 on CMakeLists.txt from the target projects.
/net-tools-3.5.0/mbedtls-2.4.0/tests/scripts/
Dall.sh68 find . -name yotta -prune -o -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+