K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2010-09-22T18:00:34.955190Z K 7 svn:log V 371 MFC r197804 (rwatson): Add basename_r(3) to complement basename(3). basename_r(3) which accepts a caller-allocated buffer of at least MAXPATHLEN, rather than using a global buffer. Note about semantics: while this interface is not POSIXy, there's another major platform that uses it (Android) and the semantics between the two platforms are pretty much the same. END