Home
last modified time | relevance | path

Searched defs:_toupper (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/head/
H A Dctype.h84 #define _toupper(c) (toupper(c)) macro
/titanic_50/usr/src/lib/libc/port/locale/
H A Dtolower.c23 #pragma weak _toupper = toupper macro
/titanic_50/usr/src/lib/libbc/inc/5include/
H A Dctype.h84 #define _toupper(c) ((c) - 'a' + 'A') macro