Home
last modified time | relevance | path

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

/freebsd-head/contrib/file/src/
HDmagic.c142 if (stricmp(exepath, dllpath) == 0) in _w32_get_magic_relative_to()
147 if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) { in _w32_get_magic_relative_to()
288 if (p && (stricmp(p, ".exe") in unreadable_info()
289 || stricmp(p, ".dll") in unreadable_info()
290 || stricmp(p, ".bat") in unreadable_info()
291 || stricmp(p, ".cmd"))) in unreadable_info()
HDapptype.c131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
/freebsd-head/contrib/sqlite3/
HDsqlite3ext.h245 int (*stricmp)(const char*,const char*); member
591 #define sqlite3_stricmp sqlite3_api->stricmp
HDsqlite3.c136678 int (*stricmp)(const char*,const char*);
137024 #define sqlite3_stricmp sqlite3_api->stricmp
/freebsd-head/contrib/libevent/test/
HDtinytest.c474 if (!sp || stricmp(sp, ".exe"))
/freebsd-head/contrib/ntp/sntp/libevent/test/
HDtinytest.c474 if (!sp || stricmp(sp, ".exe"))
/freebsd-head/crypto/heimdal/lib/krb5/
HDplugin.c197 return !stricmp(ext, ".dll"); in is_valid_plugin_filename()
/freebsd-head/contrib/libpcap/
HDpcap-dos.c217 else if (stricmp(active_dev->name,pcap->opt.device)) in pcap_activate_dos()
/freebsd-head/contrib/ncurses/ncurses/win32con/
HDwin32_driver.c554 } else if (tname != 0 && stricmp(tname, "unknown") == 0) { in wcon_CanHandle()
HDwin_driver.c650 } else if (tname != 0 && stricmp(tname, "unknown") == 0) { in wcon_CanHandle()
/freebsd-head/contrib/googletest/googletest/include/gtest/internal/
HDgtest-port.h2088 return stricmp(s1, s2);
/freebsd-head/contrib/ntp/
HDCommitLog228306 Bug #214: Use strcasecmp and not stricmp
228309 Bug #214: Use strcasecmp and not stricmp
228312 Bug #214: Use strcasecmp and not stricmp
228324 add stricmp to mapped functions for win32
228327 add stricmp to mapped functions