Searched refs:ucl_object_toint_safe (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c193 && ucl_object_toint_safe (elt, &minmax)) {
203 && ucl_object_toint_safe (elt, &minmax)) {
536 && ucl_object_toint_safe (elt, &minmax)) {
546 && ucl_object_toint_safe (elt, &minmax)) {
H A Ducl_util.c3034 ucl_object_toint_safe (const ucl_object_t *obj, int64_t *target) function
3059 ucl_object_toint_safe (obj, &result);
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h597 UCL_EXTERN bool ucl_object_toint_safe (const ucl_object_t *obj, int64_t *target);
1485 #define ucl_obj_toint_safe ucl_object_toint_safe
H A Ducl++.h358 if (ucl_object_toint_safe(obj.get(), &res)) {
/freebsd-11-stable/usr.sbin/iovctl/
H A Dparse.c98 if (!ucl_object_toint_safe(obj, &val))

Completed in 130 milliseconds