search for: strnicmp

Displaying 13 results from an estimated 13 matches for "strnicmp".

Did you mean: strncmp
2019 Aug 14
0
A small build fix for some MinGW toolchains
Hello! Many years ago I have found some bugs are prevented build of libFLAC on some MinGW toolchains and I made my own patch to fix that. - The `_wutime64()` call may absent. For this case I using the `_wutime()` call as a fallback when _wutime64() is unavailable. - `_stricmp` and `_strnicmp` are also may fail. Therefore it's prefer to use `stricmp` and `strnicmp` (without `_` prefix) on MinGW toolchains. I have added a small check into CMake build, however, I didn't touched Automake and MSVC builds yet. Anyway, for MSVC builds you can simply define the `HAVE_WUTIME64` macr...
2015 Jun 15
0
DAHDI-Linux and DAHDI-Tools 2.10.2 Now Available
...o process dkms-helper script. dahdi_dynamic: Release reference count on network device when destroying dynamic spans. dahdi: struct file.f_dentry macro was removed in kernel 3.19 dahdi: Fix "void value not ignored..." error when compiling against kernel 4.0. dahdi: strnicmp() -> strncasecmp() Remove DAHDI_IRQF_[SHARED|DISABLED] flags. dahdi: Remove IRQF_DISABLED. wctc4xxp: Clear packet error count when reloading firmware. Tzafrir Cohen (6): xpp: FPGA_1161.201.hex: module types detection xpp: firmware: 203 as alias to (newer) 201...
2015 Jun 15
0
DAHDI-Linux and DAHDI-Tools 2.10.2 Now Available
...o process dkms-helper script. dahdi_dynamic: Release reference count on network device when destroying dynamic spans. dahdi: struct file.f_dentry macro was removed in kernel 3.19 dahdi: Fix "void value not ignored..." error when compiling against kernel 4.0. dahdi: strnicmp() -> strncasecmp() Remove DAHDI_IRQF_[SHARED|DISABLED] flags. dahdi: Remove IRQF_DISABLED. wctc4xxp: Clear packet error count when reloading firmware. Tzafrir Cohen (6): xpp: FPGA_1161.201.hex: module types detection xpp: firmware: 203 as alias to (newer) 201...
2015 Jun 08
0
DAHDI-Linux and DAHDI-Tools 2.10.2-rc1 Now Available
...o process dkms-helper script. dahdi_dynamic: Release reference count on network device when destroying dynamic spans. dahdi: struct file.f_dentry macro was removed in kernel 3.19 dahdi: Fix "void value not ignored..." error when compiling against kernel 4.0. dahdi: strnicmp() -> strncasecmp() Remove DAHDI_IRQF_[SHARED|DISABLED] flags. dahdi: Remove IRQF_DISABLED. wctc4xxp: Clear packet error count when reloading firmware. Tzafrir Cohen (6): xpp: FPGA_1161.201.hex: module types detection xpp: firmware: 203 as alias to (newer) 201...
2015 Jun 08
0
DAHDI-Linux and DAHDI-Tools 2.10.2-rc1 Now Available
...o process dkms-helper script. dahdi_dynamic: Release reference count on network device when destroying dynamic spans. dahdi: struct file.f_dentry macro was removed in kernel 3.19 dahdi: Fix "void value not ignored..." error when compiling against kernel 4.0. dahdi: strnicmp() -> strncasecmp() Remove DAHDI_IRQF_[SHARED|DISABLED] flags. dahdi: Remove IRQF_DISABLED. wctc4xxp: Clear packet error count when reloading firmware. Tzafrir Cohen (6): xpp: FPGA_1161.201.hex: module types detection xpp: firmware: 203 as alias to (newer) 201...
2012 Feb 07
2
[PATCH] Remove even more CPP hackery
...p; entry.length > 0); { const FLAC__byte *eq = (FLAC__byte*)memchr(entry.entry, '=', entry.length); -#if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__ || defined __EMX__ +#if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__ #define FLAC__STRNCASECMP strnicmp #else #define FLAC__STRNCASECMP strncasecmp diff --git a/src/share/grabbag/cuesheet.c b/src/share/grabbag/cuesheet.c index 7e62945..15ca5f3 100644 --- a/src/share/grabbag/cuesheet.c +++ b/src/share/grabbag/cuesheet.c @@ -240,7 +240,7 @@ static char *local__get_field_(char **s, FLAC__bool allow_qu...
2015 Oct 29
0
DAHDI-Linux and DAHDI-Tools 2.11.0-rc1 Now Available
...hutdown wcb4xxp: Protect indirect register writes with sequence lock wcb4xxp: Add support for wcb23x series wcb4xxp: Print serial number of gen 2 cards. Shaun Ruffell (6): dahdi: Fix "void value not ignored..." error when compiling against kernel 4.0. dahdi: strnicmp() -> strncasecmp() build_tools/make_version: Remove support for subversion working copies. Remove DAHDI_IRQF_[SHARED|DISABLED] flags. dahdi: Remove IRQF_DISABLED. wctc4xxp: Clear packet error count when reloading firmware. Tzafrir Cohen (3): xpp: module_refcount is...
2015 Oct 29
0
DAHDI-Linux and DAHDI-Tools 2.11.0-rc1 Now Available
...hutdown wcb4xxp: Protect indirect register writes with sequence lock wcb4xxp: Add support for wcb23x series wcb4xxp: Print serial number of gen 2 cards. Shaun Ruffell (6): dahdi: Fix "void value not ignored..." error when compiling against kernel 4.0. dahdi: strnicmp() -> strncasecmp() build_tools/make_version: Remove support for subversion working copies. Remove DAHDI_IRQF_[SHARED|DISABLED] flags. dahdi: Remove IRQF_DISABLED. wctc4xxp: Clear packet error count when reloading firmware. Tzafrir Cohen (3): xpp: module_refcount is...
2015 Dec 22
0
DAHDI-Linux and DAHDI-Tools 2.11.0 Now Available
...hutdown wcb4xxp: Protect indirect register writes with sequence lock wcb4xxp: Add support for wcb23x series wcb4xxp: Print serial number of gen 2 cards. Shaun Ruffell (6): dahdi: Fix "void value not ignored..." error when compiling against kernel 4.0. dahdi: strnicmp() -> strncasecmp() build_tools/make_version: Remove support for subversion working copies. Remove DAHDI_IRQF_[SHARED|DISABLED] flags. dahdi: Remove IRQF_DISABLED. wctc4xxp: Clear packet error count when reloading firmware. Tzafrir Cohen (4): xpp: module_refcount is...
2015 Dec 22
0
DAHDI-Linux and DAHDI-Tools 2.11.0 Now Available
...hutdown wcb4xxp: Protect indirect register writes with sequence lock wcb4xxp: Add support for wcb23x series wcb4xxp: Print serial number of gen 2 cards. Shaun Ruffell (6): dahdi: Fix "void value not ignored..." error when compiling against kernel 4.0. dahdi: strnicmp() -> strncasecmp() build_tools/make_version: Remove support for subversion working copies. Remove DAHDI_IRQF_[SHARED|DISABLED] flags. dahdi: Remove IRQF_DISABLED. wctc4xxp: Clear packet error count when reloading firmware. Tzafrir Cohen (4): xpp: module_refcount is...
2008 Mar 07
0
Wine release 0.9.57
...p: Include wine/port.h in ppl.l as strcasecmp is used, which isn't available on all platforms. Add configure check for strtoll and strtoull. include: Remove superfluous semi-colon from d3d9.h. libport: Undefine strcasecmp and strncasecmp in case they are defined to stricmp and strnicmp respectively. makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. makefiles: Split AR into AR and ARFLAGS. rpcrt4: Use closesocket to close sockets and define it to close on Unix platforms to make the code more portable. mshtml: Move some public GUIDs...
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl, Thanks for your help, About the "Connection:" header, you are right, it's: "Connection: close" and NOT "Connection: keep-alive". The protocol when the SERVER sends the data is http 1.0. It's http 1.1 when the browser requests the data. I don't understand the "Content-Length: 54000000" header either. Also I noticed the flash player on
2010 Oct 08
23
O2CB global heartbeat - hopefully final drop!
All, This is hopefully the final drop of the patches for adding global heartbeat to the o2cb stack. The diff from the previous set is here: http://oss.oracle.com/~smushran/global-hb-diff-2010-10-07 Implemented most of the suggestions provided by Joel and Wengang. The most important one was to activate the feature only at the end, Also, got mostly a clean run with checkpatch.pl. Sunil