Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dputshell.c294 else if (IS_UPPER_CASE_CHAR(ch)) fputc(ch, stdout); in print_membership()
H A Dag-char-map.h226 #define IS_UPPER_CASE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00100000) macro