Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2/build/demos/dvddemo/src/
Dselectfile.c49 static char toupper(char c);
61 static char toupper(char c) in toupper() function
76 if (toupper(s1[i]) != toupper(s2[i])) in compare_strings()
/RvlSDK-3.2/build/libraries/tc/src/
DTCCommon.cpp154 c = toupper( (int)(*cPtr) ); in TCStrToUpper()
/RvlSDK-3.2/build/demos/axdemo/src/
Dseqdemo.c328 static char toupper(char c) in toupper() function
344 if (toupper(s1[i]) != toupper(s2[i])) in compare_strings()
/RvlSDK-3.2/build/tools/THPConv/src/
DTHPConv.c255 answer = toupper(getchar()); in verifyWriteOverInputData()