Home
last modified time | relevance | path

Searched refs:target (Results 1 – 19 of 19) sorted by relevance

/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/cmake-modules/
Dasc_security_coreBuild.cmake2 message(STATUS "Building target ${TARGET_NAME} as 32 bit")
16 function(setTargetCompileOptions target)
17 message(STATUS "setTargetCompileOptions for target ${target}")
23 target_compile_options(${target} PRIVATE
41 target_compile_options(${target}
58 … message(STATUS "Using '-Wpedantic' flag for compilation as warning only for target ${target}")
59 target_compile_options(${target} PRIVATE "-Wpedantic" "-Wshadow")
61 target_compile_options(${target} PRIVATE "-Wno-error=overlength-strings")
71 function(compileTargetAsC99 target)
74 set_target_properties(${target} PROPERTIES COMPILE_FLAGS "${COMPILE_FLAGS} --std=c99")
[all …]
Dasc_security_coreCodeCoverage.cmake105 # 5. Use the functions described below to create a custom make target which
165 # Defines a target for running and collection code coverage information
171 # NAME testrunner_coverage # New target name
218 # Setup target
267 # Defines a target for running and collection code coverage information
273 # NAME ctest_coverage # New target name
339 # Defines a target for running and collection code coverage information
345 # NAME ctest_coverage # New target name
Dasc_security_core_build_rules.cmake43 message(STATUS "target architecture: ${ARCHITECTURE}")
78 message(FATAL_ERROR "No sources provided for target ${_TARGET_NAME}")
DCMockaConfig.cmake23 message(FATAL_ERROR "No sources provided for target ${_TARGET_NAME}")
/NetX-Duo-v6.3.0/nx_secure/src/
Dnx_secure_x509_pkcs1_rsa_private_key_parse.c28 const UCHAR **target, USHORT *target_length);
353 const UCHAR **target, USHORT *target_length) in _nx_secure_asn1_parse_unsigned_integer() argument
373 *target = &data[offset]; in _nx_secure_asn1_parse_unsigned_integer()
/NetX-Duo-v6.3.0/cmake/
Dcortex_m0.cmake1 # Name of the target
Dcortex_m3.cmake1 # Name of the target
Dcortex_m4.cmake1 # Name of the target
Dcortex_m7.cmake1 # Name of the target
Dutilities.cmake11 # Add this target into the temp
/NetX-Duo-v6.3.0/
DCMakeLists.txt19 # Define our target library and an alias for consumers
76 # Enable a build target that produces a ZIP file of all sources
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/configs/
Dfunctions.cmake70 # configure target dist
76 # create asc_config.h.in.tmp for target dist
/NetX-Duo-v6.3.0/.github/ISSUE_TEMPLATE/
Dbug_report.md15 - What target device are you using?
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/
DCMakeLists.txt57 # Define our target library and an alias for consumers
/NetX-Duo-v6.3.0/addons/http/
Dnxd_http_server.c7715 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG target_le… in _nx_http_server_match_string() argument
7730 if(memcmp(target, target + (*match_count - pre_match), pre_match) == 0) in _nx_http_server_match_string()
7740 if(memcmp(target + pre_match, src_start, remain_match) == 0) in _nx_http_server_match_string()
7768 if(memcmp(ch, target, *match_count) == 0) in _nx_http_server_match_string()
7784 if(memcmp(ch, target, *match_count) == 0) in _nx_http_server_match_string()
Dnxd_http_server.h635 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG tar…
/NetX-Duo-v6.3.0/addons/web/
Dnx_web_http_server.c8260 UINT _nx_web_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG targe… in _nx_web_http_server_match_string() argument
8275 if(memcmp(target, target + (*match_count - pre_match), pre_match) == 0) in _nx_web_http_server_match_string()
8285 if(memcmp(target + pre_match, src_start, remain_match) == 0) in _nx_web_http_server_match_string()
8313 if(memcmp(ch, target, *match_count) == 0) in _nx_web_http_server_match_string()
8329 if(memcmp(ch, target, *match_count) == 0) in _nx_web_http_server_match_string()
Dnx_web_http_server.h636 UINT _nx_web_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG…
/NetX-Duo-v6.3.0/addons/mdns/
Dnxd_mdns.c101 …ONG ttl, UCHAR set, USHORT priority, USHORT weights, USHORT port, UCHAR *target, NX_MDNS_RR **inse…
5254 … USHORT weights, USHORT port, UCHAR *target, NX_MDNS_RR **insert_rr, UINT interface_index) in _nx_mdns_rr_srv_add() argument
5262 if (_nx_utility_string_length_check((CHAR *)target, &target_length, NX_MDNS_NAME_MAX)) in _nx_mdns_rr_srv_add()
5283 status = _nx_mdns_cache_add_string(mdns_ptr, NX_MDNS_CACHE_TYPE_LOCAL, target, target_length, in _nx_mdns_rr_srv_add()