Searched refs:tolower (Results 1 - 25 of 44) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A Dstrncasecmp.c72 if (tolower(*us1) != tolower(*us2++))
73 return (tolower(*us1) - tolower(*--us2));
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsStringComparator.cpp71 lhs = tolower(lhs);
72 rhs = tolower(rhs);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Ctype/
H A DCConv.c4 The tolower function converts an uppercase letter to a corresponding
7 specified by the current locale, for which islower is true, the tolower
32 /** The tolower function converts an uppercase letter to a corresponding
39 the current locale, for which islower is true, the tolower
45 tolower( function
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dctype.h16 static inline unsigned char tolower(unsigned char c) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dctype.h188 /** The tolower function converts an uppercase letter to a corresponding
195 the current locale, for which islower is true, the tolower
200 int tolower(int c);
236 #define tolower(c) (__toLower((int)c)) macro
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstringextra.c64 c1 = tolower(c1);
65 c2 = tolower(c2);
H A Dgdbstub.c67 return ( isdigit ( ch ) ? ch - '0' : tolower ( ch ) - 'a' + 0xa ) & 0xf;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dctype.h51 int __cdecl tolower(int);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dctype.h61 int __cdecl tolower(int);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h62 extern int tolower(int);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dinet_net_pton.c157 ch = tolower(ch);
H A Dns_ttl.c122 *p = (char)( tolower(ch));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Diswctype_sb.c153 return tolower((int)c);
201 { "tolower", towlower },
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A 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,
H A Ddlg_p.c615 set_orel(tolower(i_prime)-MIN_CHAR,
648 set_orel(tolower(i_prime)-MIN_CHAR,
688 set_orel(tolower(i_prime)-MIN_CHAR,
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_java.c232 fputc(tolower(*iid++), state->file);
798 if (is_java_keyword(tolower(method_name[0]), method_name)) {
799 fprintf(state->file, " %c%s_(", tolower(method_name[0]), method_name + 1);
801 fprintf(state->file, " %c%s(", tolower(method_name[0]), method_name + 1);
804 fprintf(state->file, " %c%s(", tolower(method_name[0]), method_name + 1);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c358 tolower ( function
412 Char1 = tolower ( Char1 );
413 Char2 = tolower ( Char2 );
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h692 #undef tolower macro
693 #define tolower(c) towlower(btowc(c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h705 #undef tolower macro
706 #define tolower(c) towlower(btowc(c)) macro
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h156 int tolower (int);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c227 int tolower (int c) function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.c579 *s = tolower(*s);
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_proxy.c89 # define tolower(ch) RT_C_TO_LOWER(ch) macro
705 buffer[i] = tolower((unsigned char)buffer[i]);
/vbox/src/recompiler/
H A Dqemu-common.h204 #define qemu_tolower(c) tolower((unsigned char)(c))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h188 #define _totlower WINE_tchar_routine(tolower, _mbctolower, towlower)

Completed in 167 milliseconds

12