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

/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwf.c1038 const XML_Char *lastDelim = tcsrchr(file, delim[0]); local
1039 if (lastDelim)
1040 file = lastDelim + 1;
1044 lastDelim = tcsrchr(file, winDelim[0]);
1045 if (lastDelim) {
1046 file = lastDelim + 1;

Completed in 57 milliseconds