Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/decnet/
Dsysctl_net_decnet.c56 #define ISLOWER(x) (((x) >= 'a') && ((x) <= 'z')) macro
58 #define ISALPHA(x) (ISLOWER(x) || ISUPPER(x))