Home
last modified time | relevance | path

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

/external/bzip2/
Dbzip2recover.c279 # define BZ_SPLIT_SYM '\\' /* path splitter on Windows platform */ macro
281 # define BZ_SPLIT_SYM '/' /* path splitter on Unix platform */ macro
472 split = strrchr (outFileName, BZ_SPLIT_SYM); in main()