Searched refs:stricmp (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | magic.c | 142 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 D | apptype.c | 131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3ext.h | 245 int (*stricmp)(const char*,const char*); member 591 #define sqlite3_stricmp sqlite3_api->stricmp
|
H A D | sqlite3.c | 136678 int (*stricmp)(const char*,const char*); 137024 #define sqlite3_stricmp sqlite3_api->stricmp
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | tinytest.c | 474 if (!sp || stricmp(sp, ".exe"))
|
/freebsd/contrib/libevent/test/ |
H A D | tinytest.c | 474 if (!sp || stricmp(sp, ".exe"))
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | plugin.c | 197 return !stricmp(ext, ".dll"); in is_valid_plugin_filename()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dos.c | 217 else if (stricmp(active_dev->name,pcap->opt.device)) in pcap_activate_dos()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 554 } else if (tname != 0 && stricmp(tname, "unknown") == 0) { in wcon_CanHandle()
|
H A D | win_driver.c | 650 } else if (tname != 0 && stricmp(tname, "unknown") == 0) { in wcon_CanHandle()
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 2088 return stricmp(s1, s2);
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |