Home
last modified time | relevance | path

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

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