Searched refs:strnicmp (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dstring.h40 #define strnicmp(...) strncasecmp(__VA_ARGS__) macro
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_general.h124 #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3ext.h231 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines
480 #define sqlite3_strnicmp sqlite3_api->strnicmp
H A Dsqlite3.c[all...]
/freebsd-11.0-release/crypto/openssl/
H A De_os.h711 # define strncasecmp strnicmp
716 # define strncasecmp strnicmp
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h210 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines
413 #define sqlite3_strnicmp sqlite3_api->strnicmp
H A Dsqlite3.c[all...]
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-dos.c399 if (!strnicmp(dev->name,"pkt",3))
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c62 #define strnicmp strncasecmp macro
6031 if (strnicmp(p_str, p_tok->str, p_tok->str_size) == 0)
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dmain.c404 if (strnicmp(sbdf, tmp, sizeof(tmp))) {
/freebsd-11.0-release/contrib/apr/
H A Dconfigure24413 for ac_func in strnicmp
24415 ac_fn_c_check_func "$LINENO" "strnicmp" "ac_cv_func_strnicmp"

Completed in 1001 milliseconds