Searched refs:UCL_STRING (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/usr.sbin/ctld/
H A Duclparse.c66 if (!user || user->type != UCL_STRING) {
73 if (!secret || secret->type != UCL_STRING) {
96 if (!user || user->type != UCL_STRING) {
103 if (!secret || secret->type != UCL_STRING) {
110 if (!user || user->type != UCL_STRING) {
117 if (!secret || secret->type != UCL_STRING) {
144 if (!portal_group || portal_group->type != UCL_STRING) {
151 if (auth_group && auth_group->type != UCL_STRING) {
228 if (name == NULL || name->type != UCL_STRING) {
283 if (obj->type == UCL_STRING)
[all...]
/freebsd-12-stable/contrib/libucl/tests/
H A Dtest_generate.c249 assert (ucl_object_type (it_obj) == UCL_STRING);
253 assert (ucl_object_type (it_obj) == UCL_STRING);
257 assert (ucl_object_type (it_obj) == UCL_STRING);
/freebsd-12-stable/contrib/libucl/utils/
H A Dobjdump.c80 else if (obj->type == UCL_STRING) {
81 printf ("%stype: UCL_STRING\n", pre);
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_sexp.c171 obj = ucl_object_typed_new (UCL_STRING);
H A Ducl_emitter.c425 case UCL_STRING:
540 case UCL_STRING:
H A Ducl_schema.c405 else if (elt->type == UCL_STRING &&
626 else if (type->type == UCL_STRING) {
1057 case UCL_STRING:
H A Ducl_util.c558 if (obj->type == UCL_STRING) {
1547 else if (param->type == UCL_STRING) {
1607 if (ucl_object_type(param) == UCL_STRING) {
1810 else if (param->type == UCL_STRING) {
2249 obj->type = UCL_STRING;
3471 case UCL_STRING:
3510 case UCL_STRING:
3606 if (new->type == UCL_STRING) {
3681 case UCL_STRING:
3822 *res = UCL_STRING;
[all...]
H A Ducl_msgpack.c1402 obj = ucl_object_new_full (UCL_STRING, parser->chunks->priority);
H A Ducl_parser.c1710 obj->type = UCL_STRING;
1736 obj->type = UCL_STRING;
1829 obj->type = UCL_STRING;
1898 obj->type = UCL_STRING;
/freebsd-12-stable/contrib/libucl/python/src/
H A Duclmodule.c15 case UCL_STRING:
/freebsd-12-stable/usr.sbin/pkg/
H A Dconfig.c289 if (seq->type != UCL_STRING)
H A Dpkg.c293 if (cur->type != UCL_STRING)
/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h126 UCL_STRING, /**< Null terminated string */ enumerator in enum:ucl_type
/freebsd-12-stable/contrib/libucl/lua/
H A Dlua_ucl.c242 case UCL_STRING:

Completed in 112 milliseconds