Searched defs:strlen (Results 1 – 7 of 7) sorted by relevance
37 strlen: label47 strlen: label
40 strlen: label
16 strlen: label
36 size_t strlen(const char *s) in strlen() function
27 size_t strlen (const char *str) in strlen() function
23 size_t strlen(char const *s) in strlen() function
21 #define strlen(s) strlen((char*)s) macro
Completed in 5 milliseconds