Home
last modified time | relevance | path

Searched defs:tolower (Results 76 – 100 of 1927) sorted by relevance

12345678910>>...78

/dports/chinese/celvis/celvis/
H A Dnomagic.c17 #define tolower(c) (((c) >= 'A' && (c) <= 'Z') ? ((c)-'A'+'a') : (c)) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/
H A Dctype.h97 static inline int tolower ( int character ) { in tolower() function
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dcharset.h38 #define tolower(c) (lower_char_map[(c&0xff)] & 0xff) macro
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dcharset.h38 #define tolower(c) (lower_char_map[(c&0xff)] & 0xff) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/
H A Dctype.h97 static inline int tolower ( int character ) { in tolower() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/
H A Dctype.h97 static inline int tolower ( int character ) { in tolower() function
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/
H A Dctype.h97 static inline int tolower ( int character ) { in tolower() function
/dports/net/ipxe/ipxe-2265a65/src/include/
H A Dctype.h97 static inline int tolower ( int character ) { in tolower() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/
H A Dctype.h97 static inline int tolower ( int character ) { in tolower() function
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dcharset.h55 #define tolower(c) (lower_char_map[(c&0xff)] & 0xff) macro
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/
H A Dctype.h97 static inline int tolower ( int character ) { in tolower() function
/dports/irc/bitlbee/bitlbee-3.6/lib/
H A Dcanohost.c84 char *tolower = g_utf8_strdown(name, -1); in reverse_lookup() local
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/
H A Dctype.h97 static inline int tolower ( int character ) { in tolower() function
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/System/
H A DString.h53 inline wchar_t tolower(wchar_t c) { return ::towlower(c); } in tolower() function
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/util/
H A Dstring_util.cpp89 StringUtil::tolower(const std::string& text) in tolower() function in StringUtil
/dports/lang/ferite/ferite-1.0.2/libs/aphex/src/
H A Daphex_match.c16 #define tolower(c) tolowertab[c] macro
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dctype.h120 #define tolower safe_tolower macro
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj/compat/
H A Dctype.h40 # define tolower(c) (((c) >= 'A' && (c) <= 'Z') ? (c)+('a'-'A') : (c)) macro
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dreg.c39 #define tolower(x) lower_tab[x] macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Disctype.c91 tolower(int c) in tolower() function
/dports/devel/boost-docs/boost_1_72_0/libs/locale/src/posix/
H A Dnumeric.cpp266 char tolower(char c) const in tolower() function in boost::locale::impl_posix::ctype_posix
270 char const *tolower(char *begin,char const *end) const in tolower() function in boost::locale::impl_posix::ctype_posix
364 wchar_t tolower(wchar_t c) const in tolower() function in boost::locale::impl_posix::ctype_posix
368 wchar_t const *tolower(wchar_t *begin,wchar_t const *end) const in tolower() function in boost::locale::impl_posix::ctype_posix
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/src/posix/
H A Dnumeric.cpp266 char tolower(char c) const in tolower() function in boost::locale::impl_posix::ctype_posix
270 char const *tolower(char *begin,char const *end) const in tolower() function in boost::locale::impl_posix::ctype_posix
364 wchar_t tolower(wchar_t c) const in tolower() function in boost::locale::impl_posix::ctype_posix
368 wchar_t const *tolower(wchar_t *begin,wchar_t const *end) const in tolower() function in boost::locale::impl_posix::ctype_posix
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/src/posix/
H A Dnumeric.cpp263 char tolower(char c) const in tolower() function in boost::locale::impl_posix::ctype_posix
267 char const *tolower(char *begin,char const *end) const in tolower() function in boost::locale::impl_posix::ctype_posix
361 wchar_t tolower(wchar_t c) const in tolower() function in boost::locale::impl_posix::ctype_posix
365 wchar_t const *tolower(wchar_t *begin,wchar_t const *end) const in tolower() function in boost::locale::impl_posix::ctype_posix
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/locale/src/posix/
H A Dnumeric.cpp266 char tolower(char c) const in tolower() function in boost::locale::impl_posix::ctype_posix
270 char const *tolower(char *begin,char const *end) const in tolower() function in boost::locale::impl_posix::ctype_posix
364 wchar_t tolower(wchar_t c) const in tolower() function in boost::locale::impl_posix::ctype_posix
368 wchar_t const *tolower(wchar_t *begin,wchar_t const *end) const in tolower() function in boost::locale::impl_posix::ctype_posix
/dports/databases/percona57-server/boost_1_59_0/libs/locale/src/posix/
H A Dnumeric.cpp263 char tolower(char c) const in tolower() function in boost::locale::impl_posix::ctype_posix
267 char const *tolower(char *begin,char const *end) const in tolower() function in boost::locale::impl_posix::ctype_posix
361 wchar_t tolower(wchar_t c) const in tolower() function in boost::locale::impl_posix::ctype_posix
365 wchar_t const *tolower(wchar_t *begin,wchar_t const *end) const in tolower() function in boost::locale::impl_posix::ctype_posix

12345678910>>...78