Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dunixfilemap.c60 filemap(const tchar *name, in filemap() argument
61 void (*processor)(const void *, size_t, const tchar *, void *arg), in filemap()
H A Dxmltchar.h57 # define tchar wchar_t macro
76 # define tchar char macro
H A Dreadfilemap.c86 filemap(const tchar *name, in filemap() argument
87 void (*processor)(const void *, size_t, const tchar *, void *arg), in filemap()
/freebsd/contrib/ee/
H A Dnew_curse.c1833 char *tchar; local
1923 tchar = Otemp;
1927 while ((*tchar != '\0') && (strncmp(tchar, "%t", 2)) && (strncmp(tchar, "%;", 2)))
1928 tchar++;
1932 if (*tchar == '\0')
1936 Otemp = tchar;
1943 else if (!strncmp(tchar, "%;", 2))