HomeSort by: relevance | last modified time | path
    Searched refs:IS_LOWER_CASE_CHAR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
putshell.c 295 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout);
configfile.c 1226 if (! IS_LOWER_CASE_CHAR(*txt))
ag-char-map.h 223 #define IS_LOWER_CASE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00080000)

Completed in 35 milliseconds