Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDmake.h1175 ch_toupper(char ch) { return (char)toupper((unsigned char)ch); } in ch_toupper() function
HDvar.c3159 res[i] = ch_toupper(str[i]); in str_toupper()