Home
last modified time | relevance | path

Searched refs:ucl_object_toint_safe (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/iovctl/
H A Dparse.c95 if (!ucl_object_toint_safe(obj, &val)) in add_uint_config()
177 if (!ucl_object_toint_safe(obj, &val)) in add_vlan_config()
/freebsd/contrib/libucl/src/
H A Ducl_schema.c202 && ucl_object_toint_safe (elt, &minmax)) { in ucl_schema_validate_object()
212 && ucl_object_toint_safe (elt, &minmax)) { in ucl_schema_validate_object()
549 && ucl_object_toint_safe (elt, &minmax)) { in ucl_schema_validate_array()
559 && ucl_object_toint_safe (elt, &minmax)) { in ucl_schema_validate_array()
H A Ducl_util.c3408 ucl_object_toint_safe (const ucl_object_t *obj, int64_t *target) function
3433 ucl_object_toint_safe (obj, &result);
/freebsd/contrib/libucl/include/
H A Ducl.h615 UCL_EXTERN bool ucl_object_toint_safe (const ucl_object_t *obj, int64_t *target);
1641 #define ucl_obj_toint_safe ucl_object_toint_safe
H A Ducl++.h370 if (ucl_object_toint_safe(obj.get(), &res)) {
/freebsd/usr.sbin/bhyve/
H A Dsnapshot.c370 if (!ucl_object_toint_safe(obj__, result_ptr)) { \