Searched refs:cmp (Results 1 – 3 of 3) sorted by relevance
17 #define ASSERT_CMP_INT(a, cmp, b) { \ argument19 if (!(__a cmp __b)) { \21 __a, #cmp, __b); \
49 if ! cmp ../tests/hwsim/example-hostapd.config .config >/dev/null 2>&1 ; then67 if ! cmp ../tests/hwsim/example-wpa_supplicant.config .config >/dev/null 2>&1 ; then
1053 static int bin_str_eq(const char *val, size_t len, const char *cmp) in bin_str_eq() argument1055 return os_strlen(cmp) == len && os_memcmp(val, cmp, len) == 0; in bin_str_eq()