Searched refs:to_uchar (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dmakeshell.c33 static inline unsigned char to_uchar (char ch) { return ch; } function
35 #define UPPER(_c) (toupper(to_uchar(_c)))
36 #define LOWER(_c) (tolower(to_uchar(_c)))

Completed in 105 milliseconds