Home
last modified time | relevance | path

Searched refs:string_lower (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dstring_helpers.h86 static inline void string_lower(char *dst, const char *src) in string_lower() function
/OK3568_Linux_fs/kernel/lib/
H A Dtest-string_helpers.c446 string_lower(dst, s); in test_string_upper_lower()