Searched refs:stricmp (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc53 if (stricmp(ModuleName, "msvci70") != 0 &&
54 stricmp(ModuleName, "msvcirt") != 0 &&
55 stricmp(ModuleName, "msvcp50") != 0 &&
56 stricmp(ModuleName, "msvcp60") != 0 &&
57 stricmp(ModuleName, "msvcp70") != 0 &&
58 stricmp(ModuleName, "msvcr70") != 0 &&
62 stricmp(ModuleName, "msvcrt") != 0 &&
64 stricmp(ModuleName, "msvcrt20") != 0 &&
65 stricmp(ModuleName, "msvcrt40") != 0) {
/freebsd-10.2-release/contrib/apr/include/
H A Dapr_general.h118 #define strcasecmp(s1, s2) stricmp(s1, s2)
/freebsd-10.2-release/contrib/file/src/
H A Dapptype.c131 if (stricmp(ext, ".com") == 0)
H A Dmagic.c141 if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) {
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h247 int (*stricmp)(const char*,const char*); member in struct:sqlite3_api_routines
464 #define sqlite3_stricmp sqlite3_api->stricmp
H A Dsqlite3.c21445 ** Some systems have stricmp(). Others have strcasecmp(). Because
[all...]
/freebsd-10.2-release/crypto/openssl/
H A De_os.h703 # define strcasecmp stricmp
708 # define strcasecmp stricmp
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c388 if (!sp || stricmp(sp, ".exe"))
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dplugin.c197 return !stricmp(ext, ".dll");
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-dos.c195 else if (stricmp(active_dev->name,pcap->opt.source))
/freebsd-10.2-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c4284 IMPORT_CFUNC_MAP(stricmp, strcasecmp, 0),
/freebsd-10.2-release/contrib/apr/
H A Dconfigure24378 for ac_func in stricmp
24380 ac_fn_c_check_func "$LINENO" "stricmp" "ac_cv_func_stricmp"
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c20831 ** Some systems have stricmp(). Others have strcasecmp(). Because
23354 pNode && stricmp(shmName, pNode->shmBaseName) != 0;
[all...]

Completed in 805 milliseconds