Home
last modified time | relevance | path

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

/dports/textproc/liblrdf/LRDF-0.6.1/examples/
H A Dexport_test.c20 lrdf_export_by_source("file:test-in.n3", "file:test-out.n3"); in main()
H A Dadd_test.c35 lrdf_export_by_source(src, "test-out.n3"); in main()
H A Dsetting_test.c48 lrdf_export_by_source("file:preset-out.n3", "file:preset-out.n3"); in main()
/dports/textproc/liblrdf/LRDF-0.6.1/
H A Dlrdf.h132 int lrdf_export_by_source(const char *src, const char *file);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Daudio_library.cc89 if (lrdf_export_by_source(src.c_str(), path.c_str())) { in save_changes()
H A Dladspa_plugin.cc886 if (lrdf_export_by_source (source.c_str(), source.substr(5).c_str())) { in write_preset_file()
/dports/textproc/liblrdf/LRDF-0.6.1/src/
H A Dlrdf.c373 int lrdf_export_by_source(const char *src, const char *file) in lrdf_export_by_source() function