Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dputshell.c293 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout); in print_membership()
H A Dconfigfile.c1224 if (! IS_LOWER_CASE_CHAR(*txt)) in parse_attrs()
H A Dag-char-map.h221 #define IS_LOWER_CASE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00080000) macro