Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DNumericInt.c124 c = toupper(c) - 7; // Adjust so 'A' is ('9' + 1) in Digit2Val()
214 if(toupper(nptr[1]) == 'X') { /* Looks like Hex */ in strtol()
297 if(toupper(nptr[1]) == 'X') { /* Looks like Hex */ in strtoul()
378 if(toupper(nptr[1]) == 'X') { /* Looks like Hex */ in strtoll()
461 if(toupper(nptr[1]) == 'X') { /* Looks like Hex */ in strtoull()
Dstrtoumax.c110 c = toupper(c) - 'A' + 10; in __weak_alias()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dnsap_addr.c51 c = (u_char)( toupper(c)); in inet_nsap_addr()
56 c = (u_char)( toupper(c)); in inet_nsap_addr()
Dns_ttl.c145 ch = toupper(ch); in ns_parse_ttl()
/device/linaro/bootloader/edk2/StdLib/Include/
Dctype.h214 int toupper(int c);
237 #define toupper(c) (__toUpper((int)c)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytes_methods.h69 #undef toupper
70 #define toupper(c) undefined_toupper(c) macro
Dpyport.h707 #undef toupper
708 #define toupper(c) towupper(btowc(c)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytes_methods.h69 #undef toupper
70 #define toupper(c) undefined_toupper(c) macro
Dpyport.h730 #undef toupper
731 #define toupper(c) towupper(btowc(c)) macro
/device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
DCConv.c65 toupper( in toupper() function
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dctype.h56 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dmain.c56 if (toupper(*a) != toupper(*b)) return 0;
Ddlg_p.c612 set_orel(toupper(i_prime)-MIN_CHAR, in near_atom()
627 toupper(i_prime) : i_prime)-MIN_CHAR; in near_atom()
630 toupper(i_prime) : i_prime)-MIN_CHAR; in near_atom()
645 set_orel(toupper(i_prime)-MIN_CHAR, in near_atom()
685 set_orel(toupper(i_prime)-MIN_CHAR, in atom()
Ddlg_p.g342 set_orel(toupper(i_prime)-MIN_CHAR,
352 toupper(i_prime) : i_prime)-MIN_CHAR;
355 toupper(i_prime) : i_prime)-MIN_CHAR;
370 set_orel(toupper(i_prime)-MIN_CHAR,
385 set_orel(toupper(i_prime)-MIN_CHAR,
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Diswctype_sb.c146 return toupper((int)c); in towupper()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h707 #undef toupper
708 #define toupper(c) towupper(btowc(c)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h746 #undef toupper
747 #define toupper(c) towupper(btowc(c)) macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
DUtilsMsgs.c384 sprintf (Line2, " : %s %c%04d", Type, toupper (Type[0]), MessageCode); in PrintMessage()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dformatter.h559 LocaleInfo *locale, int toupper) in fill_number() argument
579 if (toupper) { in fill_number()
605 if (toupper) { in fill_number()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dformatter.h559 LocaleInfo *locale, int toupper) in fill_number() argument
579 if (toupper) { in fill_number()
605 if (toupper) { in fill_number()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c518 *s_new = toupper(c); in strop_upper()
558 *s_new = toupper(c); in strop_capitalize()
735 *s_new = toupper(c); in strop_swapcase()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c518 *s_new = toupper(c); in strop_upper()
558 *s_new = toupper(c); in strop_capitalize()
737 *s_new = toupper(c); in strop_swapcase()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
DSplit.c129 lastCHAR = (CHAR8)toupper((int)SplitValueString[len - 1]); in GetSplitValue()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiUtilityMsgs.c485 sprintf (Line2, " : %s %c%04d", Type, toupper (Type[0]), MessageCode); in PrintMessage()
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dsubr_prf.c202 *++p = upper ? toupper(c) : c; in ksprintn()

12