Searched defs:uppercase (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/scripts/codeconverter/codeconverter/ | ||
| H A D | qom_type_info.py | 77 def uppercase(self) -> Optional[str]: member in TypeDefinition |
| H A D | qom_macros.py | 49 uppercase: Optional[str] = None variable in TypeIdentifiers |
| /openbmc/u-boot/fs/fat/ | ||
| H A D | fat_write.c | 19 static void uppercase(char *str, int len) in uppercase() function |
| /openbmc/qemu/ui/ | ||
| H A D | vnc.c | 1913 int uppercase = !!(sym >= 'A' && sym <= 'Z'); in do_key_event() local |