Home
last modified time | relevance | path

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

/src/contrib/expat/xmlwf/
H A Dxmlwf.c1223 const XML_Char *lastDelim = tcsrchr(file, delim[0]); in tmain() local
1224 if (lastDelim) in tmain()
1225 file = lastDelim + 1; in tmain()
1229 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
1230 if (lastDelim) { in tmain()
1231 file = lastDelim + 1; in tmain()