HelenOS sources

toupper            48 common/include/ctype.h int toupper(int);
toupper            48 kernel/generic/common/include/ctype.h int toupper(int);
toupper           278 uspace/app/mkfat/mkfat.c 			dp[i] = toupper(*sp);
toupper            48 uspace/lib/c/common/include/ctype.h int toupper(int);
toupper           125 uspace/lib/c/test/uuid.c 		f = f || toupper(rstr[19]) == 'A' || toupper(rstr[19]) == 'B';
toupper           384 uspace/lib/cpp/include/__bits/locale/ctype.hpp                 return std::toupper(c);
toupper           390 uspace/lib/cpp/include/__bits/locale/ctype.hpp                     *low = std::toupper(*low);
toupper           143 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp         return use_facet<ctype<Char>>(loc).toupper(c);
toupper            48 uspace/lib/posix/include/common/ctype.h int toupper(int);
toupper           143 uspace/srv/fs/fat/fat_dentry.c 			d->name[i] = toupper(*name++);
toupper           166 uspace/srv/fs/fat/fat_dentry.c 			d->ext[i] = toupper(*name++);
toupper           369 uspace/srv/fs/fat/fat_dentry.c 				*dst = toupper(ch);
HelenOS homepage, sources at GitHub