Home
last modified time | relevance | path

Searched refs:offst_source (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libburn/libburn-1.5.4/
H A DMakefile.in85 noinst_PROGRAMS = test/libburner$(EXEEXT) test/offst_source$(EXEEXT) \
183 test/test_offst_source-offst_source.$(OBJEXT)
506 test_offst_source_SOURCES = test/offst_source.c
815 test/test_offst_source-offst_source.$(OBJEXT): test/$(am__dirstamp) \
819 @rm -f test/offst_source$(EXEEXT)
873 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_offst_source-offst_source.Po@am__quote@
971 test/test_offst_source-offst_source.o: test/offst_source.c
972offst_source.o -MD -MP -MF test/$(DEPDIR)/test_offst_source-offst_source.Tpo -c -o test/test_offst…
973 …t)$(am__mv) test/$(DEPDIR)/test_offst_source-offst_source.Tpo test/$(DEPDIR)/test_offst_source-off…
978 test/test_offst_source-offst_source.obj: test/offst_source.c
[all …]
H A DMakefile.am87 test/offst_source \
103 test_offst_source_SOURCES = test/offst_source.c
/dports/devel/libburn/libburn-1.5.4/libburn/
H A Dstructure.c1180 struct burn_source *offst_source; member
1213 crs->offst_source = NULL; in cue_crs_new()
1250 if (crs->offst_source != NULL) in cue_crs_destroy()
1251 burn_source_free(crs->offst_source); in cue_crs_destroy()
1825 src = burn_offst_source_new(inp_src, crs->offst_source, in cue_interpret_line()
1841 if (crs->offst_source != NULL) in cue_interpret_line()
1842 burn_source_free(crs->offst_source); in cue_interpret_line()
1843 crs->offst_source = src; in cue_interpret_line()