Searched defs:strlen (Results 1 – 14 of 14) sorted by relevance
35 strlen(const char *str) in strlen() function
3 static inline void strlen (const char *) { } in strlen() function
4 static int strlen (const char*) { return 0; } in strlen() function
53 strlen (const char *s) in strlen() function
108 strlen (const char *s) in strlen() function
154 size_t strlen(const char *s) { return __sanitizer::internal_strlen(s); } in strlen() function
409 uint32_t strlen = 0; in dce_aud_az_configure() local
2060 * you need to do strlen() on the d_name field. function
773 uint32_t strlen; in nfsm_strtombuf() local
1750 strlen (const unsigned char *src) in strlen() function
408 WRAPPER2(size_t, strlen, const char *s) in WRAPPER2() argument
4554 TEST(MemorySanitizerOrigins, strlen) { in TEST() argument