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

/external/elfutils/
H A Dconfig-compat-darwin.h41 static inline size_t strnlen (const char *__string, size_t __maxlen) argument
44 while (__maxlen-- && *__string++)
H A Dconfig-compat-freebsd.h44 static inline size_t strnlen (const char *__string, size_t __maxlen) argument
47 while (__maxlen-- && *__string++)

Completed in 68 milliseconds