Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 27) sorted by relevance

12

/net-tools-3.5.0/mbedtls-2.4.0/library/
Dplatform.c99 const char * format, ... ) in platform_snprintf_uninit() argument
103 ((void) format); in platform_snprintf_uninit()
111 const char * format,
115 const char * format, in mbedtls_platform_set_snprintf() argument
128 static int platform_printf_uninit( const char *format, ... ) in platform_printf_uninit() argument
130 ((void) format); in platform_printf_uninit()
151 static int platform_fprintf_uninit( FILE *stream, const char *format, ... ) in platform_fprintf_uninit() argument
154 ((void) format); in platform_fprintf_uninit()
Ddebug.c83 const char *format, ... ) in mbedtls_debug_print_msg() argument
92 va_start( argp, format ); in mbedtls_debug_print_msg()
95 ret = _vsnprintf_s( str, DEBUG_BUF_SIZE, _TRUNCATE, format, argp ); in mbedtls_debug_print_msg()
97 ret = _vsnprintf( str, DEBUG_BUF_SIZE, format, argp ); in mbedtls_debug_print_msg()
105 ret = vsnprintf( str, DEBUG_BUF_SIZE, format, argp ); in mbedtls_debug_print_msg()
Decp.c442 int format, size_t *olen, in mbedtls_ecp_point_write_binary() argument
448 if( format != MBEDTLS_ECP_PF_UNCOMPRESSED && in mbedtls_ecp_point_write_binary()
449 format != MBEDTLS_ECP_PF_COMPRESSED ) in mbedtls_ecp_point_write_binary()
468 if( format == MBEDTLS_ECP_PF_UNCOMPRESSED ) in mbedtls_ecp_point_write_binary()
479 else if( format == MBEDTLS_ECP_PF_COMPRESSED ) in mbedtls_ecp_point_write_binary()
568 int format, size_t *olen, in mbedtls_ecp_tls_write_point() argument
579 if( ( ret = mbedtls_ecp_point_write_binary( grp, pt, format, in mbedtls_ecp_tls_write_point()
/net-tools-3.5.0/tinydtls-0.8.2/
Ddebug.h88 void dsrv_log(log_t level, char *format, ...);
90 #define dsrv_log(level, format, ...) PRINTF(format, ##__VA_ARGS__) argument
113 static inline void dsrv_log(log_t level, char *format, ...) in dsrv_log() argument
Ddebug.c208 dsrv_log(log_t level, char *format, ...) { in dsrv_log() argument
224 va_start(ap, format); in dsrv_log()
225 vfprintf(log_fd, format, ap); in dsrv_log()
231 dsrv_log(log_t level, char *format, ...) { in dsrv_log() argument
244 va_start(ap, format); in dsrv_log()
245 vprintf(format, ap); in dsrv_log()
/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Dplatform.h139 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... );
162 extern int (*mbedtls_printf)( const char *format, ... );
195 extern int (*mbedtls_snprintf)( char * s, size_t n, const char * format, ... );
205 const char * format, ... ) );
Decp.h392 int format, size_t *olen,
448 int format, size_t *olen,
Ddebug.h116 const char *format, ... );
/net-tools-3.5.0/libcoap/examples/
Dcoap-client.txt.in67 Content format for given resource for PUT/POST. 'type' must be either
68 a numeric value reflecting a valid CoAP content format or a string
69 describing a registered format. The following registered content format
74 application/link-format (link, link-format)
88 CoAP content format or a string that specifies a registered format as
DMakefile.am39 $(A2X) --doctype manpage --format manpage $<
/net-tools-3.5.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_ecjpake.data31 ECJPAKE round one: KKP1: unknown first point format
46 ECJPAKE round one: KKP1: unknow second point format
79 ECJPAKE round one: KKP2: unknown first point format
94 ECJPAKE round one: KKP2: unknow second point format
145 ECJPAKE round two client: unknown first point format
160 ECJPAKE round two client: unknown second point format
199 ECJPAKE round two server: unknown first point format
214 ECJPAKE round two server: unknown second point format
Dtest_suite_ecp.function193 void ecp_write_binary( int id, char *x, char *y, char *z, int format,
212 TEST_ASSERT( mbedtls_ecp_point_write_binary( &grp, &P, format,
Dtest_suite_ecp.data41 ECP write binary #0 (zero, bad format)
/net-tools-3.5.0/mbedtls-2.4.0/programs/pkey/
Dgen_key.c144 int format; /* the output format to use */ member
157 if( opt.format == FORMAT_PEM ) in write_private_key()
227 opt.format = DFL_FORMAT; in main()
249 opt.format = FORMAT_PEM; in main()
251 opt.format = FORMAT_DER; in main()
/net-tools-3.5.0/python-websocket-server/tests/
Dutils.py24 ws = create_connection("ws://{}:{}".format(*server.server_address))
/net-tools-3.5.0/libcoap/include/coap/
Ddebug.h54 void coap_log_impl(coap_log_t level, const char *format, ...);
/net-tools-3.5.0/docker/
Dsyslog-receiver.py48 ….\-0-9]*) ([0-9a-fA-F\:\.]*) ([\w-]) ([\w-]) ([\w-]) ([\w-]) net_syslog\S* (.*)'", format(message))
/net-tools-3.5.0/
Dmonitor_15_4.c75 void debug(const char *format, ...) in debug() argument
79 va_start(ap, format); in debug()
81 vsyslog(LOG_DEBUG, format, ap); in debug()
DREADME.md181 Convert to DER format
200 Convert to DER format
DREADME.legacy183 written in PCAP format for wireshark monitoring.
/net-tools-3.5.0/libcoap/src/
Ddebug.c483 coap_log_impl(coap_log_t level, const char *format, ...) { in coap_log_impl() argument
501 va_start(ap, format); in coap_log_impl()
502 vfprintf(log_fd, format, ap); in coap_log_impl()
/net-tools-3.5.0/libcoap/
DCONTRIBUTE86 single patches, this will be going easy with the 'git format-patch' command
94 git format-patch --cover-letter -o ../patches4libcoap
/net-tools-3.5.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile9 # The format is:
61 # format and will distribute the generated files over these directories.
248 # using this tag. The format is ext=language, where ext is a file extension,
259 # comments according to the Markdown format, which allows for more readable
589 # output files in an output format independent way. To create the layout file
643 # The WARN_FORMAT tag determines the format of the warning messages that
646 # warning originated and the warning text. Optionally the format may contain
1203 # When MathJax is enabled you can set the default output format to be used for
1288 # The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
1648 # format of a tag file without this location is as follows:
[all …]
/net-tools-3.5.0/libcoap/doc/
DDoxyfile.in10 # The format is:
64 # directories (in 2 levels) under the output directory of each output format and
270 # using this tag. The format is ext=language, where ext is a file extension, and
272 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
287 # according to the Markdown format, which allows for more readable
666 # output files in an output format independent way. To create the layout file
730 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
733 # and the warning text. Optionally the format may contain $version, which will
1227 # files are now used as the Windows 98 help format, and will replace the old
1228 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
[all …]
/net-tools-3.5.0/tinydtls-0.8.2/doc/
DDoxyfile.in7 # The format is:
45 # format and will distribute the generated files over these directories.
213 # The format is ext=language, where ext is a file extension, and language is one of
510 # in an output format independent way. The create the layout file that represents
553 # The WARN_FORMAT tag determines the format of the warning messages that
556 # warning originated and the warning text. Optionally the format may contain
1320 # can be added for each tagfile. The format of a tag file without
1489 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images

12