Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dmagic.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()
H A Dapptype.c131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h245 int (*stricmp)(const char*,const char*); member
591 #define sqlite3_stricmp sqlite3_api->stricmp
H A Dsqlite3.c136678 int (*stricmp)(const char*,const char*);
137024 #define sqlite3_stricmp sqlite3_api->stricmp
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c474 if (!sp || stricmp(sp, ".exe"))
/freebsd/contrib/libevent/test/
H A Dtinytest.c474 if (!sp || stricmp(sp, ".exe"))
/freebsd/crypto/heimdal/lib/krb5/
H A Dplugin.c197 return !stricmp(ext, ".dll"); in is_valid_plugin_filename()
/freebsd/contrib/libpcap/
H A Dpcap-dos.c217 else if (stricmp(active_dev->name,pcap->opt.device)) in pcap_activate_dos()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c554 } else if (tname != 0 && stricmp(tname, "unknown") == 0) { in wcon_CanHandle()
H A Dwin_driver.c650 } else if (tname != 0 && stricmp(tname, "unknown") == 0) { in wcon_CanHandle()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2088 return stricmp(s1, s2);
/freebsd/contrib/ntp/
H A DCommitLog[all...]