Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h78 static __inline__ unsigned char __toupper(unsigned char c) in __toupper() function
86 #define toupper(c) __toupper(c)