Home
last modified time | relevance | path

Searched refs:stricmp (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/apr/include/
HDapr_general.h118 #define strcasecmp(s1, s2) stricmp(s1, s2)
/NextBSD/contrib/file/src/
HDapptype.c131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
HDmagic.c144 if (stricmp(exepath, dllpath) == 0) in _w32_get_magic_relative_to()
149 if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) { in _w32_get_magic_relative_to()
/NextBSD/crypto/openssl/
HDe_os.h710 # define strcasecmp stricmp
715 # define strcasecmp stricmp
/NextBSD/contrib/sqlite3/
HDsqlite3ext.h247 int (*stricmp)(const char*,const char*); member
486 #define sqlite3_stricmp sqlite3_api->stricmp
HDsqlite3.c103233 int (*stricmp)(const char*,const char*);
103472 #define sqlite3_stricmp sqlite3_api->stricmp
/NextBSD/contrib/ntp/sntp/libevent/test/
HDtinytest.c388 if (!sp || stricmp(sp, ".exe"))
/NextBSD/crypto/heimdal/lib/krb5/
HDplugin.c197 return !stricmp(ext, ".dll"); in is_valid_plugin_filename()
/NextBSD/contrib/libpcap/
HDpcap-dos.c203 else if (stricmp(active_dev->name,pcap->opt.source)) in pcap_activate_dos()
/NextBSD/contrib/apr/include/arch/unix/
HDapr_private.h.in505 /* Define to 1 if you have the `stricmp' function. */
/NextBSD/sys/compat/ndis/
HDsubr_ntoskrnl.c4284 IMPORT_CFUNC_MAP(stricmp, strcasecmp, 0),
/NextBSD/contrib/apr/
HDconfigure.in1962 AC_CHECK_FUNCS(stricmp, have_stricmp="1", have_stricmp="0")
HDconfigure24439 for ac_func in stricmp
/NextBSD/contrib/gcc/
HDFSFChangeLog2348 (strcasecmp): Define to be stricmp if __EMX__.
/NextBSD/contrib/ntp/
HDCommitLog202947 Bug #214: Use strcasecmp and not stricmp
202950 Bug #214: Use strcasecmp and not stricmp
202953 Bug #214: Use strcasecmp and not stricmp
202965 add stricmp to mapped functions for win32
202968 add stricmp to mapped functions
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c23354 pNode && stricmp(shmName, pNode->shmBaseName) != 0;