Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c1210 const XML_Char *lastDelim = tcsrchr(file, delim[0]); in tmain() local
1211 if (lastDelim) in tmain()
1212 file = lastDelim + 1; in tmain()
1216 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
1217 if (lastDelim) { in tmain()
1218 file = lastDelim + 1; in tmain()