Searched refs:stricmp (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/contrib/apr/include/ |
| HD | apr_general.h | 118 #define strcasecmp(s1, s2) stricmp(s1, s2)
|
| /NextBSD/contrib/file/src/ |
| HD | apptype.c | 131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
|
| HD | magic.c | 144 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/ |
| HD | e_os.h | 710 # define strcasecmp stricmp 715 # define strcasecmp stricmp
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3ext.h | 247 int (*stricmp)(const char*,const char*); member 486 #define sqlite3_stricmp sqlite3_api->stricmp
|
| HD | sqlite3.c | 103233 int (*stricmp)(const char*,const char*); 103472 #define sqlite3_stricmp sqlite3_api->stricmp
|
| /NextBSD/contrib/ntp/sntp/libevent/test/ |
| HD | tinytest.c | 388 if (!sp || stricmp(sp, ".exe"))
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | plugin.c | 197 return !stricmp(ext, ".dll"); in is_valid_plugin_filename()
|
| /NextBSD/contrib/libpcap/ |
| HD | pcap-dos.c | 203 else if (stricmp(active_dev->name,pcap->opt.source)) in pcap_activate_dos()
|
| /NextBSD/contrib/apr/include/arch/unix/ |
| HD | apr_private.h.in | 505 /* Define to 1 if you have the `stricmp' function. */
|
| /NextBSD/sys/compat/ndis/ |
| HD | subr_ntoskrnl.c | 4284 IMPORT_CFUNC_MAP(stricmp, strcasecmp, 0),
|
| /NextBSD/contrib/apr/ |
| HD | configure.in | 1962 AC_CHECK_FUNCS(stricmp, have_stricmp="1", have_stricmp="0")
|
| HD | configure | 24439 for ac_func in stricmp
|
| /NextBSD/contrib/gcc/ |
| HD | FSFChangeLog | 2348 (strcasecmp): Define to be stricmp if __EMX__.
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog | 202947 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/ |
| HD | sqlite3.c | 23354 pNode && stricmp(shmName, pNode->shmBaseName) != 0;
|