Home
last modified time | relevance | path

Searched refs:UCL_STRING (Results 1 – 13 of 13) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Duclparse.cc79 if (!user || user.type() != UCL_STRING) { in uclparse_chap()
86 if (!secret || secret.type() != UCL_STRING) { in uclparse_chap()
101 if (!user || user.type() != UCL_STRING) { in uclparse_chap_mutual()
108 if (!secret || secret.type() != UCL_STRING) { in uclparse_chap_mutual()
115 if (!mutual_user || mutual_user.type() != UCL_STRING) { in uclparse_chap_mutual()
122 if (!mutual_secret || mutual_secret.type() != UCL_STRING) { in uclparse_chap_mutual()
139 if (!user || user.type() != UCL_STRING) { in uclparse_target_chap()
146 if (!secret || secret.type() != UCL_STRING) { in uclparse_target_chap()
161 if (!user || user.type() != UCL_STRING) { in uclparse_target_chap_mutual()
168 if (!secret || secret.type() != UCL_STRING) { in uclparse_target_chap_mutual()
[all …]
/freebsd/contrib/libucl/tests/
H A Dtest_generate.c249 assert (ucl_object_type (it_obj) == UCL_STRING); in main()
253 assert (ucl_object_type (it_obj) == UCL_STRING); in main()
257 assert (ucl_object_type (it_obj) == UCL_STRING); in main()
/freebsd/contrib/libucl/src/
H A Ducl_sexp.c173 obj = ucl_object_typed_new(UCL_STRING); in ucl_parse_csexp()
H A Ducl_util.c555 if (obj->type == UCL_STRING) {
1574 else if (param->type == UCL_STRING) {
1629 if (ucl_object_type(param) == UCL_STRING) {
1826 else if (param->type == UCL_STRING) {
2261 obj->type = UCL_STRING;
3514 case UCL_STRING:
3552 case UCL_STRING:
3654 if (new->type == UCL_STRING) {
3721 case UCL_STRING:
3859 *res = UCL_STRING;
[all …]
H A Ducl_schema.c405 else if (elt->type == UCL_STRING && in ucl_schema_validate_string()
626 else if (type->type == UCL_STRING) { in ucl_schema_type_is_allowed()
1058 case UCL_STRING: in ucl_schema_validate()
H A Ducl_emitter.c448 case UCL_STRING: in ucl_emitter_common_elt()
571 case UCL_STRING: in UCL_EMIT_TYPE_IMPL()
H A Ducl_emitter_utils.c495 case UCL_STRING: in ucl_object_emit_single_json()
H A Ducl_parser.c1791 obj->type = UCL_STRING; in ucl_parse_value()
1817 obj->type = UCL_STRING; in ucl_parse_value()
1927 obj->type = UCL_STRING; in ucl_parse_value()
2003 obj->type = UCL_STRING; in ucl_parse_value()
H A Ducl_msgpack.c1336 obj = ucl_object_new_full(UCL_STRING, parser->chunks->priority); in ucl_msgpack_parse_string()
/freebsd/usr.sbin/pkg/
H A Dconfig.c272 if (seq->type != UCL_STRING) in config_parse()
H A Dpkg.c362 if (cur->type != UCL_STRING) in parse_fingerprint()
/freebsd/contrib/libucl/include/
H A Ducl.h139 UCL_STRING, /**< Null terminated string */ enumerator
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c249 case UCL_STRING: in ucl_object_lua_push_scalar()