Searched defs:__maxlen (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/0.153/host-darwin-fixup/
H A DAndroidFixup.h40 static inline size_t strnlen (const char *__string, size_t __maxlen) argument
43 while (__maxlen-- && *__string++)

Completed in 195 milliseconds