Home
last modified time | relevance | path

Searched refs:downcase (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/fat/
H A Dfat.c29 static void downcase(char *str, size_t len) in downcase() function
130 downcase(s_name, (unsigned)(ptr - s_name)); in get_name()
135 downcase(ptr, 3); in get_name()
H A Dfat_write.c1045 downcase(l_filename, INT_MAX); in normalize_longname()
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A D0001-Replace-Name-NameString-with-vector-of-uint8_t.patch24 @@ -303,7 +303,7 @@ Name::Name(const std::string &namestring, bool downcase) {