Searched refs:ucl_object_tostring_safe (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/iovctl/
H A Dparse.c80 if (!ucl_object_tostring_safe(obj, &val))
125 if (!ucl_object_tostring_safe(obj, &val))
348 if (!ucl_object_tostring_safe(obj, &device))
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h627 UCL_EXTERN bool ucl_object_tostring_safe (const ucl_object_t *obj, const char **target);
1481 #define ucl_obj_tostring_safe ucl_object_tostring_safe
H A Ducl++.h380 if (ucl_object_tostring_safe(obj.get(), &res)) {
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c3090 ucl_object_tostring_safe (const ucl_object_t *obj, const char **target) function
3114 ucl_object_tostring_safe (obj, &result);

Completed in 93 milliseconds