Searched refs:ucl (Results 1 - 23 of 23) sorted by relevance

/freebsd-11.0-release/contrib/libucl/python/
H A Dtest_uclmodule.py4 import ucl namespace
14 ucl.load()
18 ucl.load(0,0)
21 r = ucl.load(None)
25 r = ucl.load("a : 1")
26 self.assertEqual(ucl.load("a : 1"), { "a" : 1 } )
29 self.assertEqual(ucl.load("{a : 1}"), { "a" : 1 } )
32 self.assertEqual(ucl.load("a : { b : 1 }"), { "a" : { "b" : 1 } })
35 self.assertEqual(ucl.load("a : b"), {"a" : "b"})
38 self.assertEqual(ucl
[all...]
H A Dtest.sh6 rm ucl.so
/freebsd-11.0-release/contrib/libucl/lua/
H A Dtest.lua1 local ucl = require("ucl")
17 local parser = ucl.parser()
25 local got = ucl.to_json(obj, true)
39 null = ucl.null,
48 print(ucl.to_format(table, 'ucl'))
H A DMakefile.am5 luaexec_LTLIBRARIES= ucl.la
/freebsd-11.0-release/usr.sbin/iovctl/
H A DMakefile5 LIBADD= nv ucl m
H A Dparse.c43 #include <ucl.h>
/freebsd-11.0-release/lib/libucl/
H A DMakefile6 LIB= ucl
22 INCS= ucl.h
/freebsd-11.0-release/contrib/libucl/src/
H A DMakefile.am24 include_HEADERS= $(top_srcdir)/include/ucl.h \
25 $(top_srcdir)/include/ucl++.h
H A Ducl_sexp.c29 #include <ucl.h>
30 #include "ucl.h"
/freebsd-11.0-release/usr.sbin/pkg/
H A DMakefile9 LIBADD= archive fetch ucl sbuf crypto ssl
H A Dconfig.c38 #include <ucl.h>
H A Dpkg.c51 #include <ucl.h>
/freebsd-11.0-release/contrib/libucl/examples/
H A Ducl_cpp.cc3 #include "ucl++.h"
12 auto obj = ucl::Ucl::parse(input, err);
/freebsd-11.0-release/contrib/libucl/utils/
H A DMakefile.am14 ucl_tool_SOURCES = ucl-tool.c
/freebsd-11.0-release/usr.sbin/ctld/
H A DMakefile16 LIBADD= bsdxml l md sbuf util ucl m
H A Duclparse.c39 #include <ucl.h>
H A Dctld.c2524 conf_new_from_file(const char *path, struct conf *oldconf, bool ucl) argument
2553 if (ucl)
/freebsd-11.0-release/contrib/libucl/
H A DMakefile.w3230 $(INCLUDEDIR)/ucl.h \
91 $(INSTALL) -m0644 include/ucl.h $(DESTDIR)/include/ucl.h
H A DMakefile.unix27 $(INCLUDEDIR)/ucl.h \
90 $(INSTALL) -m0644 include/ucl.h $(DESTDIR)/include/ucl.h
/freebsd-11.0-release/contrib/libucl/python/src/
H A Duclmodule.c2 #include <ucl.h>
238 {"validate", ucl_validate, METH_VARARGS, "Validate ucl stream against schema"},
255 "ucl",
272 PyObject *mod = Py_InitModule ("ucl", uclMethods);
/freebsd-11.0-release/contrib/libucl/include/
H A Ducl++.h30 #include "ucl.h"
34 namespace ucl { namespace
/freebsd-11.0-release/share/mk/
H A Dsrc.libnames.mk26 ucl \
/freebsd-11.0-release/
H A DMakefile.inc11391 sh ${SRCDIR}/release/packages/generate-ucl.sh -o $${pkgname} \
1392 -s ${SRCDIR} -u ${WSTAGEDIR}/$${pkgname}.ucl ; \
1400 ' ${WSTAGEDIR}/$${pkgname}.ucl ; \
1402 create -M ${WSTAGEDIR}/$${pkgname}.ucl \
1423 ${SRCDIR}/release/packages/kernel.ucl \
1424 > ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${flavor}.ucl ; \
1428 ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${flavor}.ucl ; \
1430 create -M ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${flavor}.ucl \
1452 ${SRCDIR}/release/packages/kernel.ucl \
1453 > ${KSTAGEDIR}/kernel.${_kernel}/kernel.${_kernel}${flavor}.ucl ; \
[all...]

Completed in 141 milliseconds