Home
last modified time | relevance | path

Searched defs:towupper (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/locale/
H A Diswctype.c184 towupper(wint_t wc) in towupper() function
/freebsd/include/
H A Dwctype.h113 #define towupper(wc) __toupper(wc) macro
/freebsd/sys/libkern/
H A Diconv.c314 towupper(int c, void *handle) in towupper() function
/freebsd/contrib/one-true-awk/
H A Drun.c2032 static wint_t towupper(wint_t wc) in towupper() function