Home
last modified time | relevance | path

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

/linux/net/decnet/
A Dsysctl_net_decnet.c64 #define ISLOWER(x) (((x) >= 'a') && ((x) <= 'z')) macro
66 #define ISALPHA(x) (ISLOWER(x) || ISUPPER(x))

Completed in 3 milliseconds