Searched refs:ch_toupper (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/bmake/ | ||
| HD | make.h | 1175 ch_toupper(char ch) { return (char)toupper((unsigned char)ch); } in ch_toupper() function |
| HD | var.c | 3159 res[i] = ch_toupper(str[i]); in str_toupper() |