Searched refs:_stricmp (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpnserv/
H A Dopenvpnserv.c203 return find->cFileName[i] == '.' && !_stricmp (find->cFileName + i + 1, ext);
338 if (!_stricmp (priority_string, "IDLE_PRIORITY_CLASS"))
340 else if (!_stricmp (priority_string, "BELOW_NORMAL_PRIORITY_CLASS"))
342 else if (!_stricmp (priority_string, "NORMAL_PRIORITY_CLASS"))
344 else if (!_stricmp (priority_string, "ABOVE_NORMAL_PRIORITY_CLASS"))
346 else if (!_stricmp (priority_string, "HIGH_PRIORITY_CLASS"))
H A Dservice.c85 if ( _stricmp( "install", argv[1]+1 ) == 0 )
89 else if ( _stricmp( "remove", argv[1]+1 ) == 0 )
93 else if ( _stricmp( "start", argv[1]+1 ) == 0)
97 else if ( _stricmp( "debug", argv[1]+1 ) == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/Strn/
H A Dsyshdrs.h39 # define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A Dsyshdrs.h45 # define strcasecmp _stricmp
H A Dutil.h17 # define ISTRCMP _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A Dconfig-msvc.h90 #define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcsv.h97 #define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/windowsPorts/
H A Dwindows2linux.h61 #define _stricmp strcasecmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dwin_db.h68 #define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dutil.h17 # define ISTRCMP _stricmp
H A Dsyshdrs.h66 # define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dutil.h24 # define ISTRCMP _stricmp
H A Dsyshdrs.h49 # define strcasecmp _stricmp
H A Dncftp.h119 # define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A Dsyshdrs.h46 # define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.h262 ZCRTIMP int __cdecl _stricmp(const char *, const char *);
H A Dwince.cpp49 // _stricmp
409 int __cdecl _stricmp(const char *string1, const char *string2) { function
H A Dwinmain.cpp1480 result = _stricmp(BuildTypeString(pFile1, szType1),
1513 result = _stricmp(pFile1->szPathAndMethod + strlen(pFile1->szPathAndMethod) + 1,
1524 result = _stricmp(pFile1->szComment ? pFile1->szComment : "",
1531 result = _stricmp(pFile1->szPathAndMethod, pFile2->szPathAndMethod);
1806 if (!_stricmp(pszExt + 1, pft->szExtAndDesc)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.h83 #define stricmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dsyshdrs.h69 # define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A De_os.h701 # define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A De_os.h605 # define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A De_os.h701 # define strcasecmp _stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstring.h110 // portable strcasecmp/_stricmp
122 return _stricmp(psz1, psz2);
124 return _stricmp(psz1, psz2);
H A Dwxchar.h840 #define wxStricmp _stricmp

Completed in 292 milliseconds

12