Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h1193 ch_toupper(char ch) { return (char)toupper((unsigned char)ch); } in ch_toupper() function
H A Dvar.c3136 res[i] = ch_toupper(str[i]); in str_toupper()