Home
last modified time | relevance | path

Searched refs:toupper_ (Results 1 – 25 of 66) sorted by relevance

123

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/tools/ddldriver/
H A Dddldriver.cpp41 const string toupper_(const string& in) in toupper_() function
80 string owner(toupper_(argv[optind++])); in main()
85 string stmtStr(toupper_(argv[optind++])); in main()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/tools/ddldriver/
H A Dddldriver.cpp41 const string toupper_(const string& in) in toupper_() function
80 string owner(toupper_(argv[optind++])); in main()
85 string stmtStr(toupper_(argv[optind++])); in main()
/dports/games/pmars/pmars-0.9.2/src/
H A Dtoken.c32 #define toupper_(x) (toupper(x)) macro
34 #define toupper_(x) (isalpha(x) && islower(x) ? toupper(x) : (x)) macro
148 while ((*str = toupper_(*str)) != '\0')
H A Dcdb.c78 #define toupper_(x) (toupper(x)) macro
80 #define toupper_(x) (isalpha(x) && islower(x) ? toupper(x) : (x)) macro
616 argStr[i] = toupper_(argStr[i]);
791 argStr[i] = toupper_(argStr[i]);
1463 hash += (toupper_(str[i]) - 'A' + 1) * mul;
1656 buffer1[i] = toupper_(*inpStr);
1665 buffer2[i] = toupper_(*inpStr);
2230 buffer1[j++] = toupper_(outs[i]);
2353 macro[macroIdx] = toupper_(macro[macroIdx]);
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dtoken.c32 #define toupper_(x) (toupper(x)) macro
34 #define toupper_(x) (isalpha(x) && islower(x) ? toupper(x) : (x)) macro
148 while ((*str = toupper_(*str)) != '\0')
H A Dcdb.c78 #define toupper_(x) (toupper(x)) macro
80 #define toupper_(x) (isalpha(x) && islower(x) ? toupper(x) : (x)) macro
656 argStr[i] = toupper_(argStr[i]);
839 argStr[i] = toupper_(argStr[i]);
1562 hash += (toupper_(str[i]) - 'A' + 1) * mul;
1763 buffer1[i] = toupper_(*inpStr);
1772 buffer2[i] = toupper_(*inpStr);
2392 buffer1[j++] = toupper_(outs[i]);
2523 macro[macroIdx] = toupper_(macro[macroIdx]);
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/databases/xtrabackup/boost_1_59_0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/databases/percona57-server/boost_1_59_0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/databases/percona57-client/boost_1_59_0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/devel/boost-libs/boost_1_72_0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/devel/boost-docs/boost_1_72_0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/devel/hyperscan/boost_1_75_0/boost/xpressive/detail/core/
H A Dregex_impl.hpp92 return this->toupper_(ch, typename Traits::version_tag()); in toupper()
111 char_type toupper_(char_type ch, regex_traits_version_1_tag) const in toupper_() function
121 char_type toupper_(char_type ch, regex_traits_version_2_tag) const in toupper_() function
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCParameterMap.cc38 toupper_(myParameterName); in CreateParameterMap()
88 toupper_(myParameter); in CalculateResistance()
/dports/devel/sdts++/sdts++-1.5.1/sdts++/builder/
H A Dsb_Accessor.cpp218 toupper_( char c ) in toupper_() function
305 module_name.begin(), toupper_ ); in readCatd()
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/classic/core/primitives/impl/
H A Dprimitives.ipp273 toupper_(CharT c)
372 toupper_(wchar_t c)

123