Searched refs:lastDelim (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/expat/xmlwf/
H A Dxmlwf.c779 const XML_Char * lastDelim = tcsrchr(file, delim[0]); local
780 if (lastDelim)
781 file = lastDelim + 1;
785 lastDelim = tcsrchr(file, winDelim[0]);
786 if (lastDelim) {
787 file = lastDelim + 1;

Completed in 40 milliseconds