Searched refs:islower (Results 1 – 1 of 1) sorted by relevance
118 #define islower(c) in_range(c, 'a', 'z') macro184 val = (val << 4) | (int)(c + 10 - (islower(c) ? 'a' : 'A')); in ipaddr_aton()