Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TOLOWER
arch/s390/boot/string.c
78
#define TOLOWER(x) ((x) | 0x20)
arch/x86/boot/string.c
92
#define TOLOWER(x) ((x) | 0x20)
drivers/firmware/efi/libstub/string.c
112
#define TOLOWER(x) ((x) | 0x20)
drivers/usb/storage/usb.c
554
#define TOLOWER(x) ((x) | 0x20)