Searched refs:strnlen (Results 1 – 2 of 2) sorted by relevance
25 size_t strnlen(const char *s, size_t maxlen);
63 pub fn strnlen(s: *const core::ffi::c_char, maxlen: usize) -> usize { in strnlen() function