Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 25 of 49) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystrcmp.c12 (tolower((unsigned)*s1) == tolower((unsigned)*s2))) { in PyOS_mystrnicmp()
16 return tolower((unsigned)*s1) - tolower((unsigned)*s2); in PyOS_mystrnicmp()
22 while (*s1 && (tolower((unsigned)*s1++) == tolower((unsigned)*s2++))) { in PyOS_mystricmp()
25 return (tolower((unsigned)*s1) - tolower((unsigned)*s2)); in PyOS_mystricmp()
D_warnings.c503 tolower(file_str[len-3]) == 'p' && in setup_context()
504 tolower(file_str[len-2]) == 'y' && in setup_context()
505 (tolower(file_str[len-1]) == 'c' || in setup_context()
506 tolower(file_str[len-1]) == 'o')) in setup_context()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystrcmp.c12 (tolower((unsigned)*s1) == tolower((unsigned)*s2))) { in PyOS_mystrnicmp()
16 return tolower((unsigned)*s1) - tolower((unsigned)*s2); in PyOS_mystrnicmp()
22 while (*s1 && (tolower((unsigned)*s1++) == tolower((unsigned)*s2++))) { in PyOS_mystricmp()
25 return (tolower((unsigned)*s1) - tolower((unsigned)*s2)); in PyOS_mystricmp()
Ddynload_win.c36 first = tolower(*string1); in strcasecmp()
37 second = tolower(*string2); in strcasecmp()
D_warnings.c503 tolower(file_str[len-3]) == 'p' && in setup_context()
504 tolower(file_str[len-2]) == 'y' && in setup_context()
505 (tolower(file_str[len-1]) == 'c' || in setup_context()
506 tolower(file_str[len-1]) == 'o')) in setup_context()
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dstrcmp.c60 while (tolower(*us1) == tolower(*us2)) { in strcasecmp()
65 return tolower(*us1) - tolower(*us2); in strcasecmp()
/device/linaro/bootloader/edk2/StdLib/LibC/String/
Dstrncasecmp.c70 CompareVal = tolower(*s1) - tolower(*s2); in __weak_alias()
/device/linaro/bootloader/edk2/StdLib/Include/
Dctype.h200 int tolower(int c);
236 #define tolower(c) (__toLower((int)c)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytes_methods.h67 #undef tolower
68 #define tolower(c) undefined_tolower(c) macro
Dpyport.h705 #undef tolower
706 #define tolower(c) towlower(btowc(c)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytes_methods.h67 #undef tolower
68 #define tolower(c) undefined_tolower(c) macro
Dpyport.h728 #undef tolower
729 #define tolower(c) towlower(btowc(c)) macro
/device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
DCConv.c45 tolower( in tolower() function
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dctype.h57 #define tolower(c) ((c) + 0x20 * (((c) >= 'A') && ((c) <= 'Z'))) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlctype.h90 #define ltolower(c) (tolower(c))
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_ttl.c118 *p = (char)( tolower(ch)); in ns_format_ttl()
Dinet_net_pton.c157 ch = tolower(ch); in inet_net_pton_ipv4()
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Diswctype_sb.c153 return tolower((int)c); in towlower()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h705 #undef tolower
706 #define tolower(c) towlower(btowc(c)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h744 #undef tolower
745 #define tolower(c) towlower(btowc(c)) macro
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DCrtWrapper.c227 int tolower (int c) in tolower() function
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h188 int tolower (int);
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg_p.c615 set_orel(tolower(i_prime)-MIN_CHAR, in near_atom()
648 set_orel(tolower(i_prime)-MIN_CHAR, in near_atom()
688 set_orel(tolower(i_prime)-MIN_CHAR, in atom()
Ddlg_p.g345 set_orel(tolower(i_prime)-MIN_CHAR,
373 set_orel(tolower(i_prime)-MIN_CHAR,
388 set_orel(tolower(i_prime)-MIN_CHAR,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c479 *s_new = tolower(c); in strop_lower()
567 *s_new = tolower(c); in strop_capitalize()
739 *s_new = tolower(c); in strop_swapcase()

12