Home
last modified time | relevance | path

Searched refs:ucl (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/usr.sbin/ctld/
H A Duclparse.cc60 static bool uclparse_toplevel(const ucl::Ucl &);
61 static bool uclparse_chap(const char *, const ucl::Ucl &);
62 static bool uclparse_chap_mutual(const char *, const ucl::Ucl &);
63 static bool uclparse_lun(const char *, const ucl::Ucl &);
64 static bool uclparse_lun_entries(const char *, const ucl::Ucl &);
65 static bool uclparse_auth_group(const char *, const ucl::Ucl &);
66 static bool uclparse_portal_group(const char *, const ucl::Ucl &);
67 static bool uclparse_transport_group(const char *, const ucl::Ucl &);
68 static bool uclparse_controller(const char *, const ucl::Ucl &);
69 static bool uclparse_controller_transport_group(const char *, const ucl::Ucl &);
[all …]
/freebsd/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'))
/freebsd/share/mk/
H A Dbsd.pkg.mk82 UCLSRC?= ${WORLDPACKAGE}.ucl
136 CLEANFILES+= *.pkgucl *.ucl.in *.plist *.pkg
160 ${_pkgfullname}.ucl.in: ${UCLSRC.${_pkg}:U${UCLSRC:U${_pkg}.ucl}}
197 ${_pkgfullname}.pkgucl: ${_pkgfullname}.ucl.in
198 ${FLUA} ${SRCTOP}/release/packages/generate-ucl.lua \
215 .SUFFIXES: .plist .ucl .pkg
/freebsd/contrib/libucl/tests/schema/
H A DrefRemote.json.disabled4 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/integer.json"},
20 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/integer"},
37 "$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/refToInteger"
56 "id": "http://highsecure.ru/ucl-schema/remotes/",
H A Ddefinitions.json.disabled4 "schema": {"$ref": "http://highsecure.ru/ucl-schema/schema#"},
19 "schema": {"$ref": "http://highsecure.ru/ucl-schema/schema#"},
/freebsd/release/packages/
H A Dcreate-sets.sh107 flua "${srcdir}/release/packages/generate-set-ucl.lua" \
108 "${srcdir}/release/packages/set-template.ucl" \
113 > "${wstagedir}/set-${set}.ucl"
H A Dgenerate-set-ucl.lua16 local ucl = require("ucl")
19 local parser = ucl.parser(0)
102 io.stdout:write(ucl.to_format(obj, 'ucl', true))
H A Dtemplate.ucl33 .include(try=false,duplicate=rewrite) "${UCLFILES}/${PKGGENNAME}-all.ucl"
34 .include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGNAME}.ucl"
35 .include(try=true,duplicate=rewrite) "${UCLFILES}/${FORCEINCLUDE}.ucl"
H A Dgenerate-ucl.lua17 local ucl = require("ucl")
127 local parser = ucl.parser(0)
245 f:write(ucl.to_format(obj, 'ucl', true))
H A Dset-template.ucl2 # The options are the same as template.ucl, but we don't include any
15 .include(try=false,duplicate=merge) "${UCLFILES}/${PKGNAME}.ucl"
/freebsd/release/packages/ucl/
H A DREADME2 There are two types of manifest: "<package>.ucl" applies specifically to the
3 package called "<package>", and "<package>-all.ucl" applies to all of that
14 All of these packages will include "foo-all.ucl", but "foo.ucl" will only be
15 included by FreeBSD-foo, "foo-dev.ucl" will only be included by FreeBSD-foo-dev,
/freebsd/packages/caroot/
H A DMakefile6 UCLSRC= common.ucl
7 UCLSRC.caroot= caroot.ucl
H A Dcaroot.ucl1 .include(try=false) "${SRCDIR}/common.ucl"
/freebsd/packages/local-unbound/
H A DMakefile7 UCLSRC= common.ucl
8 UCLSRC.local-unbound= local-unbound.ucl
/freebsd/contrib/libucl/tests/basic/
H A D23.in5 .include() "${CURDIR}/23-ucl-with-braces.inc"
6 .include() "${CURDIR}/23-ucl-without-braces.inc"
/freebsd/packages/utilities/
H A DMakefile11 UCLSRC= common.ucl
12 UCLSRC.utilities= utilities.ucl
H A Dutilities.ucl1 .include(try=false) "${SRCDIR}/common.ucl"
/freebsd/packages/runtime/
H A DMakefile11 UCLSRC= common.ucl
12 UCLSRC.runtime= runtime.ucl
/freebsd/lib/libucl/
H A DMakefile4 LIB= ucl
21 INCS= ucl.h
/freebsd/share/examples/flua/
H A Dlibjail.lua32 ucl = require("ucl")
65 print(ucl.to_json(res))
/freebsd/contrib/libucl/
H A DFREEBSD-Xlist32 python/ucl.pyi
40 utils/ucl-tool.c
/freebsd/sys/tools/syscalls/scripts/
H A Dsyscall_json.lua18 local ucl = require("ucl")
99 local json = ucl.to_json(root)
/freebsd/libexec/flua/libucl/
H A DMakefile1 SHLIB_NAME= ucl.so
H A DMakefile.inc12 LIBADD+= ucl
/freebsd/usr.sbin/iovctl/
H A DMakefile3 LIBADD= nv ucl m

123