Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 1 – 25 of 29) sorted by relevance

12

/reactos/sdk/include/reactos/wine/
H A Dport.h297 int strncasecmp(const char *str1, const char *str2, size_t n);
299 # define strncasecmp _strnicmp macro
379 #define strncasecmp __WINE_NOT_PORTABLE(strncasecmp) macro
/reactos/modules/rostests/winetests/winetest/
H A Dport.h335 int strncasecmp(const char *str1, const char *str2, size_t n);
337 # define strncasecmp _strnicmp macro
464 #define strncasecmp __WINE_NOT_PORTABLE(strncasecmp) macro
/reactos/modules/rosapps/applications/net/ncftp/sio/
H A Dsyshdrs.h35 # undef strncasecmp
36 # define strncasecmp strnicmp macro
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dsyshdrs.h35 # undef strncasecmp
36 # define strncasecmp strnicmp macro
H A Dutil.h26 # define ISTRNCMP strncasecmp
H A Dopen.c671 if (strncasecmp(url, "<URL:ftp://", 11) == 0) { in FTPDecodeURL()
677 } else if (strncasecmp(url, "ftp://", 6) == 0) { in FTPDecodeURL()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dsyshdrs.h50 # undef strncasecmp
51 # define strncasecmp strnicmp macro
H A Dutil.h19 # define ISTRNCMP strncasecmp
/reactos/base/applications/network/ftp/
H A Dfake.h10 #define strncasecmp _strnicmp macro
H A Druserpass.c104 strncasecmp(hostname, tokval, tmp - hostname) == 0 && in ruserpass()
109 strncasecmp(host, tokval, tmp - host) == 0 && in ruserpass()
/reactos/sdk/tools/mkisofs/schilytools/include/schily/
H A Dstring.h102 extern int strncasecmp __PR((const char *, const char *, size_t));
H A Dlibport.h97 extern int strncasecmp __PR((const char *, const char *,
/reactos/sdk/lib/3rdparty/libmpg123/
H A Did3.c717 if(!strncasecmp(localex.description.p, "replaygain_track_",17)) in process_extra()
726 if(!strncasecmp(localex.description.p, "replaygain_album_",17)) in process_extra()
1169 if( !strncasecmp((char*)realdata, "album", 5) in parse_new_id3()
1170 || !strncasecmp((char*)realdata, "audiophile", 10) in parse_new_id3()
1171 || !strncasecmp((char*)realdata, "user", 4)) in parse_new_id3()
/reactos/dll/win32/inseng/
H A Dinf.c82 if (strlen(value->key) == len && !strncasecmp(value->key, name, len)) in get_substitution()
H A Dicif.c1483 if (strncasecmp(str, "URL", 3)) in read_urls()
1679 !strncasecmp(section_name, "Strings.", strlen("Strings."))) in process_inf()
/reactos/drivers/network/tcpip/lwip/doc/
H A Dmdns.txt35 MDNS (like other apps) needs a strncasecmp() implementation. If you have one, define
/reactos/sdk/lib/3rdparty/libxml2/
H A Dtriostr.c74 # define strncasecmp(x,y,n) strnicmp(x,y,n) macro
534 return (0 == strncasecmp(first, second, max));
H A Dnanohttp.c104 #define xmlStrncasecmp(a, b, n) strncasecmp((char *)a, (char *)b, n)
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dmultilink.c553 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
/reactos/sdk/tools/spec2def/
H A Dspec2def.c9 #define strncasecmp(_String1, _String2, _MaxCount) _strnicmp(_String1, _String2, _MaxCount) macro
1562 else if (strncasecmp(argv[i], pszVersionOption, strlen(pszVersionOption)) == 0) in main()
/reactos/sdk/lib/cmlib/
H A Dcmlib.h35 #define strncasecmp _strnicmp macro
/reactos/sdk/lib/crt/locale/
H A Dlocale.c35 #define strncasecmp _strnicmp macro
139 return !strncasecmp(cmp, buff, len); in compare_info()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dutility.h140 #define _tcsnicmp strncasecmp
H A Dxmlstorage.h206 #define strnicmp strncasecmp
207 #define _tcsnicmp strncasecmp
/reactos/dll/win32/mshtml/
H A Dnsio.c3531 if(!strncasecmp(spec, special_schemes[i], strlen(special_schemes[i]))) in is_gecko_special_uri()
3535 if(!strncasecmp(spec, "file:", 5)) { in is_gecko_special_uri()
3579 if(aOriginCharset && *aOriginCharset && strncasecmp(aOriginCharset, "utf", 3)) { in nsIOService_NewURI()

12