/reactos/sdk/include/reactos/wine/ |
H A D | port.h | 297 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 D | port.h | 335 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 D | syshdrs.h | 35 # undef strncasecmp 36 # define strncasecmp strnicmp macro
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | syshdrs.h | 35 # undef strncasecmp 36 # define strncasecmp strnicmp macro
|
H A D | util.h | 26 # define ISTRNCMP strncasecmp
|
H A D | open.c | 671 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 D | syshdrs.h | 50 # undef strncasecmp 51 # define strncasecmp strnicmp macro
|
H A D | util.h | 19 # define ISTRNCMP strncasecmp
|
/reactos/base/applications/network/ftp/ |
H A D | fake.h | 10 #define strncasecmp _strnicmp macro
|
H A D | ruserpass.c | 104 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 D | string.h | 102 extern int strncasecmp __PR((const char *, const char *, size_t));
|
H A D | libport.h | 97 extern int strncasecmp __PR((const char *, const char *,
|
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | id3.c | 717 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 D | inf.c | 82 if (strlen(value->key) == len && !strncasecmp(value->key, name, len)) in get_substitution()
|
H A D | icif.c | 1483 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 D | mdns.txt | 35 MDNS (like other apps) needs a strncasecmp() implementation. If you have one, define
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | triostr.c | 74 # define strncasecmp(x,y,n) strnicmp(x,y,n) macro 534 return (0 == strncasecmp(first, second, max));
|
H A D | nanohttp.c | 104 #define xmlStrncasecmp(a, b, n) strncasecmp((char *)a, (char *)b, n)
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | multilink.c | 553 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
|
/reactos/sdk/tools/spec2def/ |
H A D | spec2def.c | 9 #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 D | cmlib.h | 35 #define strncasecmp _strnicmp macro
|
/reactos/sdk/lib/crt/locale/ |
H A D | locale.c | 35 #define strncasecmp _strnicmp macro 139 return !strncasecmp(cmp, buff, len); in compare_info()
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | utility.h | 140 #define _tcsnicmp strncasecmp
|
H A D | xmlstorage.h | 206 #define strnicmp strncasecmp 207 #define _tcsnicmp strncasecmp
|
/reactos/dll/win32/mshtml/ |
H A D | nsio.c | 3531 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()
|