Home
last modified time | relevance | path

Searched defs:mytolower (Results 1 – 19 of 19) sorted by relevance

/dports/security/modsecurity3/modsecurity-v3.0.5/src/actions/transformations/
H A Dsql_hex_decode.h40 static int mytolower(int ch) { in mytolower() function
/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dparseopt.C197 mytolower (char *dest, const char *src) in mytolower() function
205 mytolower (const str &in) in mytolower() function
/dports/devel/hyperscan/hyperscan-5.4.0/src/util/
H A Dcompare.h49 char mytolower(const char c) { in mytolower() function
/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dstrings.cpp130 unsigned char inline mytolower(unsigned char c) in mytolower() function
/dports/devel/allegro/allegro-4.4.3.1/docs/src/makedoc/
H A Dmakemisc.c47 int mytolower(int c) in mytolower() function
/dports/hebrew/he2/he2-0.61/he2/
H A DaDictionary.cxx92 #define mytolower(c) (((c >= 'A') && (c <= 'Z')) ? (c +'a'-'A') : c ) macro
/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dmakedent.cpp921 ichar_t ISpellChecker::mytolower(ichar_t c) in mytolower() function in ISpellChecker
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/unilib/src/
H A Dmakeutype.c122 unsigned short mytolower[MAXC]; variable
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/unilib/src/
H A Dmakeutype.c122 unsigned short mytolower[MAXC]; variable
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/unilib/src/
H A Dmakeutype.c122 unsigned short mytolower[MAXC]; variable
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/unilib/src/
H A Dmakeutype.c122 unsigned short mytolower[MAXC]; variable
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/unilib/src/
H A Dmakeutype.c122 unsigned short mytolower[MAXC]; variable
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/unilib/src/
H A Dmakeutype.c122 unsigned short mytolower[MAXC]; variable
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/unilib/src/
H A Dmakeutype.c122 unsigned short mytolower[MAXC]; variable
/dports/print/fontforge/fontforge-20201107/Unicode/
H A Dmakeutype.c129 unsigned short mytolower[MAXC]; variable
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Diplib.cc1412 char mytolower(char c) in mytolower() function
/dports/security/snortsam/snortsam-src-2.70/src/
H A Dsnortsam.h212 #define mytolower(x) tolower(x) macro
H A Dsnortsam.c236 char mytolower(char c) in mytolower() function
/dports/www/gatling/gatling-0.15/
H A Dhttp.c2193 static int mytolower(int a) { function