Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/include/
A Dtest_utils.h82 #define WIN_FILENAME( full_path ) \ argument
83 ( strrchr( full_path, '\\' ) ? strrchr( full_path, '\\' ) + 1 : full_path )
92 #define NIX_FILENAME( full_path ) \ argument
93 ( strrchr( full_path, '/' ) ? strrchr( full_path, '/' ) + 1 : full_path )

Completed in 6 milliseconds