Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 40) sorted by relevance

12

/net-tools-3.4.0/mbedtls-2.4.0/scripts/
Dmemory.sh59 make clean
60 CFLAGS=$CFLAGS_EXEC make OFLAGS=-Os lib >/dev/null 2>&1
62 CFLAGS=$CFLAGS_EXEC make OFLAGS=-Os ssl/$CLIENT >/dev/null
69 make clean
70 CFLAGS=$CFLAGS_MEM make OFLAGS=-Os lib >/dev/null 2>&1
72 CFLAGS=$CFLAGS_MEM make OFLAGS=-Os ssl/$CLIENT >/dev/null
103 make clean
104 make lib >/dev/null 2>&1
105 (cd programs && make ssl/ssl_server2) >/dev/null
123 make clean
Decc-heap.sh64 make benchmark >/dev/null 2>&1
74 make clean
Dfootprint.sh72 make clean >/dev/null
74 CFLAGS="$ARMGCC_FLAGS" make lib >/dev/null
Dapidoc_full.sh23 make apidoc
/net-tools-3.4.0/mbedtls-2.4.0/tests/scripts/
Dall.sh66 make clean
254 make
257 make test
266 make
276 make
279 make test
294 make
297 make test
317 CC=gcc CFLAGS='-Werror -Os' make
335 CC=gcc CFLAGS='-Werror -O0' make
[all …]
Dbasic-build-test.sh67 make clean
71 make -j
100 make lcov |tee tests/cov-$TEST_OUTPUT
215 make clean
Dlist-symbols.sh17 CFLAGS=-fno-asynchronous-unwind-tables make clean lib >/dev/null 2>&1
24 make clean
Ddoxygen.sh28 make apidoc_clean
/net-tools-3.4.0/libcoap/scripts/
Dbuild.sh14 make -C examples/contiki
17 make -C examples/lwip lwip lwip-contrib all
20 make
/net-tools-3.4.0/docker/
DDockerfile17 make tunslip6 && make echo-client && \
18 make echo-server && make throughput-client && \
19 make coap-client
25 make && \
26 make install
32 make binary && \
/net-tools-3.4.0/
DMakefile25 (cd tinydtls-0.8.2; ./configure; make)
31 (cd mbedtls-2.4.0; make)
61 (cd libcoap; ./autogen.sh; ./configure --disable-documentation; make)
74 (cd libcoap; make distclean)
78 (cd tinydtls-0.8.2; make distclean)
82 (cd mbedtls-2.4.0; make clean)
DREADME.legacy24 $ make PLATFORM_CONFIG=basic_cortex_m3 ARCH=arm \
29 $ make qemu
89 $ make PLATFORM_CONFIG=basic_cortex_m3 ARCH=arm \
154 $ make dtls-client
171 $ make dtls-server
190 $ make
212 $ make coap-client
237 $ make qemu
Dtunslip6.c62 int make = 1; variable
230 if (make) { in serial_to_tun()
720 tun_alloc(char *dev, int tap, int make) in tun_alloc() argument
725 if (!make) in tun_alloc()
752 tun_alloc(char *dev, int tap, int make) in tun_alloc() argument
767 if (make) { in cleanup()
781 if (make) { in cleanup()
826 if (!make) in ifconf()
951 make=0; in main()
1088 tunfd = tun_alloc(tundev, tap, make); in main()
D.gitignore40 # ignoring more files generated by the configure script or the make actions
/net-tools-3.4.0/virtual-hub/
DREADME.md9 `make server` and `make client` which connects both virtual machines
18 make
46 To make this, we can use cmake parameters:
51 make
52 make node
61 The `make node` command assure the node will setup the pipe correctly.
/net-tools-3.4.0/mbedtls-2.4.0/tests/
DDescriptions.txt3 using 'make check' (Unix make) or 'make test' (Cmake), include test cases
/net-tools-3.4.0/mbedtls-2.4.0/configs/
DREADME.txt15 For example, using make:
17 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" make
23 make
/net-tools-3.4.0/libcoap/examples/lwip/
DREADME6 $ make
22 * configure your network interface to make the server accessible.
/net-tools-3.4.0/mbedtls-2.4.0/tests/data_files/dir3/
DReadme1 This is just to make sure files that don't parse as certs are ignored.
/net-tools-3.4.0/mbedtls-2.4.0/
DREADME.md61 make
65 make check
69 make no_test
75 …` if the build environment is a Windows shell (for instance using mingw32-make) (in that case some…
77 …ride `CFLAGS` and `LDFLAGS` by setting them in your environment or on the make command line; if yo…
88 make
92 make test
/net-tools-3.4.0/libcoap/
D.gitignore26 # ignoring more files generated by the configure script or the make actions
DLICENSE.GPL14 software--to make sure the software is free for all its users. This
22 price. Our General Public Licenses are designed to make sure that you
28 To protect your rights, we need to make restrictions that forbid
35 you have. You must make sure that they, too, receive or can get the
43 Also, for each author's protection and ours, we want to make certain
226 This section is intended to make thoroughly clear what is believed to
254 make exceptions for this. Our decision will be guided by the two goals
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_ctr_drbg.function153 /* While at it, make sure we didn't write past the requested length */
176 * (just make sure it doesn't cause memory corruption) */
Dtest_suite_cipher.function581 /* make sure we didn't overwrite */
585 /* make sure the message is rejected if it should be */
592 /* otherwise, make sure it was decrypted properly */
599 /* then encrypt the clear and make sure we get the same ciphertext and tag */
612 /* make sure we didn't overwrite */
/net-tools-3.4.0/mbedtls-2.4.0/scripts/data_files/
Derror.fmt78 // If high level code is present, make a concatenation between both

12