Home
last modified time | relevance | path

Searched refs:UCL_INT (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/usr.sbin/ctld/
H A Duclparse.c190 if (obj->type == UCL_INT) { in uclparse_target_lun()
214 if (num == NULL || num->type != UCL_INT) { in uclparse_target_lun()
254 if (obj->type == UCL_INT) in uclparse_toplevel()
263 if (obj->type == UCL_INT) in uclparse_toplevel()
272 if (obj->type == UCL_INT) in uclparse_toplevel()
312 if (obj->type == UCL_INT) in uclparse_toplevel()
321 if (obj->type == UCL_INT) in uclparse_toplevel()
845 if (obj->type != UCL_INT) { in uclparse_lun()
900 if (obj->type != UCL_INT) { in uclparse_lun()
/freebsd-12.1/contrib/libucl/src/
H A Ducl_schema.c301 if ((elt->type == UCL_FLOAT || elt->type == UCL_INT) && in ucl_schema_validate_number()
319 else if ((elt->type == UCL_FLOAT || elt->type == UCL_INT) && in ucl_schema_validate_number()
335 else if ((elt->type == UCL_FLOAT || elt->type == UCL_INT) && in ucl_schema_validate_number()
369 if (elt->type == UCL_INT && in ucl_schema_validate_string()
380 else if (elt->type == UCL_INT && in ucl_schema_validate_string()
625 else if (obj->type == UCL_INT && t == UCL_FLOAT) { in ucl_schema_type_is_allowed()
877 if (elt != NULL && elt->type == UCL_INT) { in ucl_schema_validate_values()
893 if (elt != NULL && elt->type == UCL_INT) { in ucl_schema_validate_values()
1040 case UCL_INT: in ucl_schema_validate()
H A Ducl_util.c1392 else if (param->type == UCL_INT) {
1521 if (param->type == UCL_INT) {
1628 else if (param->type == UCL_INT) {
2735 obj->type = UCL_INT;
3010 case UCL_INT:
3040 case UCL_INT:
3309 case UCL_INT:
3427 *res = UCL_INT;
3463 case UCL_INT:
H A Ducl_emitter.c403 case UCL_INT: in ucl_emitter_common_elt()
516 case UCL_INT: in UCL_EMIT_TYPE_IMPL()
H A Ducl_emitter_utils.c454 case UCL_INT: in ucl_object_emit_single_json()
H A Ducl_msgpack.c1435 obj = ucl_object_new_full (UCL_INT, parser->chunks->priority); in ucl_msgpack_parse_int()
H A Ducl_parser.c922 obj->type = UCL_INT; in ucl_maybe_parse_number()
/freebsd-12.1/contrib/libucl/utils/
H A Dobjdump.c69 else if (obj->type == UCL_INT) { in ucl_obj_dump()
/freebsd-12.1/contrib/libucl/python/src/
H A Duclmodule.c11 case UCL_INT: in _basic_ucl_type()
/freebsd-12.1/contrib/libucl/tests/
H A Dtest_generate.c260 assert (ucl_object_type (it_obj) == UCL_INT); in main()
/freebsd-12.1/contrib/libucl/include/
H A Ducl.h123 UCL_INT, /**< Integer number */ enumerator
H A Ducl++.h279 obj.reset (ucl_object_typed_new (UCL_INT)); in Ucl()
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c231 case UCL_INT: in ucl_object_lua_push_scalar()
/freebsd-12.1/contrib/libucl/doc/
H A Dapi.md338 - `UCL_INT` - integer number