Home
last modified time | relevance | path

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

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