Home
last modified time | relevance | path

Searched refs:ucl_object_toboolean_safe (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libucl/include/
H A Ducl.h643 UCL_EXTERN bool ucl_object_toboolean_safe(const ucl_object_t *obj, bool *target);
1656 #define ucl_obj_toboolean_safe ucl_object_toboolean_safe
H A Ducl++.h406 if (ucl_object_toboolean_safe(obj.get(), &res)) {
/freebsd/usr.sbin/iovctl/
H A Dparse.c62 if (!ucl_object_toboolean_safe(obj, &val)) in add_bool_config()
/freebsd/contrib/libucl/src/
H A Ducl_util.c3483 bool ucl_object_toboolean_safe(const ucl_object_t *obj, bool *target) function
3503 ucl_object_toboolean_safe(obj, &result);