Searched refs:ND_ASCII_TOLOWER (Results 1 – 2 of 2) sorted by relevance
52 #define ND_ASCII_TOLOWER(c) (((c) >= 'A' && (c) <= 'Z') ? (c) - 'A' + 'a' : (c)) macro
133 *zb_string = ND_ASCII_TOLOWER(*zb_string); in str_to_lower()