Searched defs:strlen (Results 1 – 12 of 12) sorted by relevance
8 .globl strlen symbol12 strlen: label
24 .globl strlen symbol27 strlen: label
20 .globl strlen symbol23 strlen: label
88 .globl strlen symbol89 strlen: label
21 size_t strlen(const char *s) in strlen() function
119 size_t strlen(const char *s) in strlen() function
118 static inline size_t strlen(const char *s) in strlen() function
59 size_t strlen(const char *s) in strlen() function
31 #define strlen(s) (__builtin_constant_p(s) ? \ macro
164 size_t strlen(const char *s) in strlen() function
45 size_t strlen(const char *s) in strlen() function