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

/freebsd-11-stable/usr.sbin/ctld/
H A Duclparse.c250 while ((obj = ucl_iterate_object(top, &it, true))) {
293 while ((child = ucl_iterate_object(obj, &iter,
332 while ((child = ucl_iterate_object(obj, &iter, true))) {
344 while ((child = ucl_iterate_object(obj, &iter, true))) {
356 while ((child = ucl_iterate_object(obj, &iter, true))) {
368 while ((obj = ucl_iterate_object(top, &it, true))) {
374 while ((child = ucl_iterate_object(obj, &iter,
411 while ((obj = ucl_iterate_object(top, &it, true))) {
431 while ((tmp = ucl_iterate_object(obj, &it2, true))) {
446 while ((tmp = ucl_iterate_object(ob
[all...]
/freebsd-11-stable/usr.sbin/iovctl/
H A Dparse.c231 while ((obj = ucl_iterate_object(top, &it, true)) != NULL) {
294 while ((obj = ucl_iterate_object(top, &it, true)) != NULL) {
344 while ((obj = ucl_iterate_object(pf, &it, true)) != NULL) {
396 while ((obj = ucl_iterate_object(top, &it, true)) != NULL) {
/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c219 while ((cur = ucl_iterate_object(obj, &it, true))) {
274 while ((seq = ucl_iterate_object(cur, &itseq, true))) {
331 while ((cur = ucl_iterate_object(obj, &it, true))) {
H A Dpkg.c286 while ((cur = ucl_iterate_object(obj, &it, true))) {
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h810 * while ((cur = ucl_iterate_object (obj, &it)) != NULL) ...
815 #define ucl_iterate_object ucl_object_iterate macro

Completed in 62 milliseconds