Home
last modified time | relevance | path

Searched refs:op (Results 1 – 3 of 3) sorted by relevance

/net-tools-3.7.0/libcoap/src/
Doption.c451 enum filter_op_t op) { in coap_option_filter_op() argument
462 if (op == FILTER_CLEAR) { in coap_option_filter_op()
476 if (op == FILTER_CLEAR) { in coap_option_filter_op()
486 if ((op == FILTER_CLEAR) || (op == FILTER_GET)) { in coap_option_filter_op()
/net-tools-3.7.0/libcoap/
Dconfigure.ac116 # check whether or not the compiler supports -Wlogical-op (clang does not...)
117 AX_CHECK_COMPILE_FLAG([-Wlogical-op], [WARNING_CFLAGS="$WARNING_CFLAGS -Wlogical-op"],,[-Werror])
/net-tools-3.7.0/mbedtls-2.4.0/
DCMakeLists.txt68 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wlogical-op")