Home
last modified time | relevance | path

Searched refs:string (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dmake_common_makefile.py32 def cleanup_whitespace(string): argument
33 return re.sub('\s+', ' ', string.strip())
67 def patch_path_separator(opsys, string): argument
71 def escape_separator(string): argument
72 return string.split(from_separator + from_separator)
74 def change_separator(string): argument
75 return string.replace(from_separator, to_separator)
78 for escaped in escape_separator(string)])
Dmake_proof_makefiles.py403 def wrap(string): argument
404 return re.sub(r"\s+", " ", re.sub("\n", " ", string))
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
DCMakeLists.txt39 string( APPEND GLOBAL_INCLUDES "-I ${MODULE_ROOT_DIR}/source/include ")
40 string( APPEND GLOBAL_INCLUDES "-I ${UNIT_TEST_DIR}/ConfigFiles " )
41 string( APPEND GLOBAL_INCLUDES "-I ${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include " )
109 string(TOUPPER ${MODIFIED_FILE} Guard)
/FreeRTOS-Plus-TCP-v4.0.0/
DMISRA.md187 logging string. This is only used in a utility function which aids in
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/
Dconfig.doxyfile135 # used to form the text in various listings. Each string in this list, if found
374 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
377 # definitions whose arguments contain STL classes (e.g. func(std::string);
378 # versus func(std::string) {}). This also make the inheritance and collaboration
707 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
872 # can produce. The string should contain the $file, $line, and $text tags, which
884 # (outside of doxygen) the user can define a custom "cut" / "paste" string.
1487 # This tag specifies a string that should uniquely identify the documentation
1488 # set bundle. This should be a reverse domain-name style string, e.g.
1495 # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
[all …]