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

/freebsd-9.3-release/contrib/libucl/utils/
H A Dobjdump.c75 printf ("%svalue: \"%s\"\n", pre, ucl_object_tostring (obj));
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h750 ucl_object_tostring (ucl_object_t *obj) function
1052 #define ucl_obj_tostring ucl_object_tostring
/freebsd-9.3-release/usr.sbin/pkg/
H A Dconfig.c400 strdup(ucl_object_tostring(seq));
411 temp_config[i].value = strdup(ucl_object_tostring(cur));
H A Dpkg.c284 function = ucl_object_tostring(cur);
288 fp = ucl_object_tostring(cur);

Completed in 577 milliseconds