Home
last modified time | relevance | path

Searched refs:MESSAGE (Results 1 – 4 of 4) sorted by relevance

/net-tools-3.4.0/mbedtls-2.4.0/scripts/data_files/
Dvs6-main-template.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE
11 !MESSAGE NMAKE /f "mbedtls.mak".
12 !MESSAGE
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE
16 !MESSAGE NMAKE /f "mbedtls.mak" CFG="mbedtls - Win32 Debug"
17 !MESSAGE
[all …]
Dvs6-app-template.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE
11 !MESSAGE NMAKE /f "<APPNAME>.mak".
12 !MESSAGE
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE
16 !MESSAGE NMAKE /f "<APPNAME>.mak" CFG="<APPNAME> - Win32 Debug"
17 !MESSAGE
[all …]
/net-tools-3.4.0/mbedtls-2.4.0/programs/ssl/
Ddtls_client.c66 #define MESSAGE "Echo this" macro
249 len = sizeof( MESSAGE ) - 1; in main()
251 do ret = mbedtls_ssl_write( &ssl, (unsigned char *) MESSAGE, len ); in main()
262 mbedtls_printf( " %d bytes written\n\n%s\n\n", len, MESSAGE ); in main()
/net-tools-3.4.0/
Ddtls-client.c73 #define MESSAGE "Echo this" macro