Searched refs:strnlen (Results 1 – 2 of 2) sorted by relevance
401 size_t strnlen(const char *s, size_t count) in strnlen() function409 EXPORT_SYMBOL(strnlen);
512 len = strnlen(s, spec.precision); in string()