Home
last modified time | relevance | path

Searched defs:stricmp (Results 1 – 25 of 846) sorted by relevance

12345678910>>...34

/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/str/
H A Dstr.h89 #define stricmp(x,y) _stricmp(x,y) macro
91 #define stricmp(x,y) tcsicmp(x,y) macro
93 #define stricmp(x,y) strcasecmp(x,y) macro
/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/str/
H A Dstr.h89 #define stricmp(x,y) _stricmp(x,y) macro
91 #define stricmp(x,y) tcsicmp(x,y) macro
93 #define stricmp(x,y) strcasecmp(x,y) macro
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/str/
H A Dstr.h89 #define stricmp(x,y) _stricmp(x,y) macro
91 #define stricmp(x,y) tcsicmp(x,y) macro
93 #define stricmp(x,y) strcasecmp(x,y) macro
/dports/x11-fonts/psftools/psftools-1.0.13/tools/
H A Dcnvmulti.h23 #define stricmp strcmpi macro
26 #define stricmp strcasecmp macro
H A Dcnvshell.h20 #define stricmp strcmpi macro
23 #define stricmp strcasecmp macro
/dports/x11-fonts/psftools/psftools-1.0.13/winfonts/
H A Dcnvshell.h20 #define stricmp strcmpi macro
23 #define stricmp strcasecmp macro
H A Dcnvmulti.h23 #define stricmp strcmpi macro
26 #define stricmp strcasecmp macro
/dports/devel/objconv/objconv-2.52/source/
H A Dstdafx.h25 #define stricmp _stricmp // For later versions of MS compiler macro
29 #define stricmp strcasecmp // Alternative function names macro
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_platform.h40 # define stricmp strcasecmp macro
82 # define stricmp strcasecmp macro
99 # define stricmp strcasecmp macro
178 # define stricmp _stricmp macro
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/
H A Dstricmp.h5 #define stricmp _stricmp macro
10 #define stricmp strcasecmp macro
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/utils/
H A Dstrings.h24 inline int stricmp(const char* s1, const char* s2) { in stricmp() function
28 inline int stricmp(const char* s1, const char* s2) { in stricmp() function
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/includes/
H A Dos_string.h27 #define stricmp _stricmp macro
79 #define stricmp strcasecmp macro
107 #define stricmp strcasecmp macro
/dports/games/powder/powder118_src/port/sdl/
H A Dmygba.h40 #define stricmp(a, b) strcasecmp(a, b) macro
45 #define stricmp _stricmp macro
/dports/archivers/par2cmdline/par2cmdline-0.8.1/src/
H A Dlibpar2internal.h42 #define stricmp _stricmp macro
115 # define stricmp strcasecmp macro
178 #define stricmp strcasecmp macro
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dwchar-char-test.c18 #define stricmp _stricmp macro
20 #define stricmp strcasecmp macro
/dports/games/openbor/openbor-3caaddd5/engine/source/
H A Dglobals.h57 #define stricmp strcasecmp macro
64 #define stricmp strcasecmp macro
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/src/
H A Doscompat.h24 #define stricmp strcasecmp macro
/dports/archivers/xmill/xmill/xmilltest/
H A Dstdafx.h20 #define stricmp strcasecmp macro
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/
H A Dstricmp.c32 int stricmp(const char* str1, const char* str2) in stricmp() function
/dports/games/vavoom/vavoom-1.33/utils/common/
H A Dcmdlib.h38 #define stricmp strcasecmp macro
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/
H A Dstricmp.c32 int stricmp(const char* str1, const char* str2) in stricmp() function
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dcorestr.h33 #define stricmp MUST_USE_CORE_STRICMP_INSTEAD macro
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dcorestr.h33 #define stricmp MUST_USE_CORE_STRICMP_INSTEAD macro
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/
H A Dqdata.h42 #define stricmp strcasecmp macro
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/
H A Dqdata.h42 #define stricmp strcasecmp macro

12345678910>>...34