Searched defs:mystrlen (Results 1 – 2 of 2) sorted by relevance
13 unsigned long mystrlen(char const *s) { in mystrlen() function
115 template <class CharT> inline int __cdecl mystrlen(const CharT *str) { in mystrlen() function121 template <> inline int __cdecl mystrlen(const char *str) { in mystrlen() function