OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcsrchr
(Results
1 - 3
of
3
) sorted by null
/external/expat/xmlwf/
xmltchar.h
14
#define
tcsrchr
wcsrchr
macro
30
#define
tcsrchr
strrchr
macro
xmlfile.c
120
if (
tcsrchr
(s, T('/')))
121
s =
tcsrchr
(s, T('/')) + 1;
123
if (
tcsrchr
(s, T('\\')))
124
s =
tcsrchr
(s, T('\\')) + 1;
xmlwf.c
159
int sep1 = (
tcsrchr
(att1, NSSEP) != 0);
160
int sep2 = (
tcsrchr
(att1, NSSEP) != 0);
176
sep =
tcsrchr
(name, NSSEP);
197
sep =
tcsrchr
(name, NSSEP);
222
sep =
tcsrchr
(name, NSSEP);
779
const XML_Char * lastDelim =
tcsrchr
(file, delim[0]);
785
lastDelim =
tcsrchr
(file, winDelim[0]);
Completed in 21 milliseconds