Home
last modified time | relevance | path

Searched refs:target_schema_path (Results 1 – 7 of 7) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter.c515 if ((target_schema_path[0] == '/') || !strncmp(target_schema_path, "type/", 5)) { in lys_print_target()
516 …rc = resolve_absolute_schema_nodeid((target_schema_path[0] == '/' ? target_schema_path : target_sc… in lys_print_target()
520 (target_schema_path[0] == '/' ? target_schema_path : target_schema_path + 4)); in lys_print_target()
523 } else if (!strncmp(target_schema_path, "grouping/", 9)) { in lys_print_target()
535 } else if (!strncmp(target_schema_path, "typedef/", 8)) { in lys_print_target()
580 spec_target = (char *)target_schema_path + 8; in lys_print_target()
601 } else if (!strncmp(target_schema_path, "identity/", 9)) { in lys_print_target()
602 target_schema_path += 9; in lys_print_target()
616 } else if (!strncmp(target_schema_path, "feature/", 8)) { in lys_print_target()
617 target_schema_path += 8; in lys_print_target()
[all …]
H A Dprinter.h84 …el(struct lyout *out, const struct lys_module *module, const char *target_schema_path, int line_le…
85 …fo_print_model(struct lyout *out, const struct lys_module *module, const char *target_schema_path);
86 …ns_print_model(struct lyout *out, const struct lys_module *module, const char *target_schema_path);
93 …ys_print_target(struct lyout *out, const struct lys_module *module, const char *target_schema_path,
H A Dprinter_tree.c867 tree_print_model(struct lyout *out, const struct lys_module *module, const char *target_schema_path, in tree_print_model() argument
884 if (target_schema_path) { in tree_print_model()
885 set = lys_find_path(module, NULL, target_schema_path); in tree_print_model()
891 …, LYE_SPEC, LY_VLOG_PREV, NULL, "Schema path \"%s\" did not match any nodes.", target_schema_path); in tree_print_model()
893 …->ctx, LYE_SPEC, LY_VLOG_PREV, NULL, "Schema path \"%s\" matched more nodes.", target_schema_path); in tree_print_model()
917 if (target_schema_path) { in tree_print_model()
H A Dprinter_info.c1017 info_print_model(struct lyout *out, const struct lys_module *module, const char *target_schema_path) in info_print_model() argument
1021 if (!target_schema_path) { in info_print_model()
1028 rc = lys_print_target(out, module, target_schema_path, in info_print_model()
H A Dprinter_json_schema.c1285 …ons_print_model(struct lyout *out, const struct lys_module *module, const char *target_schema_path) in jsons_print_model() argument
1289 if (!target_schema_path) { in jsons_print_model()
1297 rc = lys_print_target(out, module, target_schema_path, in jsons_print_model()
/dports/graphics/akira/Akira-0.0.16/tests/
H A Dtests-model.vala111 var target_schema_path = this.tmp_dir.get_path ();
120 Path.build_filename (target_schema_path, SCHEMA_FILE_NAME));
131 "glib-compile-schemas %s".printf (target_schema_path),
140 GLib.error ("Could not compile schemas '%s'.", target_schema_path);
/dports/deskutils/gnome-pomodoro/gnome-pomodoro-0.20.0/tests/
H A Dtests.vala125 var target_schema_path = this.tmp_dir.get_path ();
134 Path.build_filename (target_schema_path, SCHEMA_FILE_NAME));
146 "glib-compile-schemas %s".printf (target_schema_path),
156 GLib.error ("Could not compile schemas '%s'.", target_schema_path);