Searched refs:full_path (Results 1 – 1 of 1) sorted by relevance
82 #define WIN_FILENAME( full_path ) \ argument83 ( strrchr( full_path, '\\' ) ? strrchr( full_path, '\\' ) + 1 : full_path )92 #define NIX_FILENAME( full_path ) \ argument93 ( strrchr( full_path, '/' ) ? strrchr( full_path, '/' ) + 1 : full_path )
Completed in 13 milliseconds