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