Home
last modified time | relevance | path

Searched refs:readtags (Results 1 – 25 of 181) sorted by path

12345678

/dports/audio/audiere/audiere-1.9.4/src/speexfile/
H A Dspeexfile.cpp333 if ( readtags ((char *)decoder->op.packet, decoder->op.bytes) != 0 ) { in decode()
568 int speexfile::readtags ( char *tagdata, long size ) in readtags() function in speexfile::speexfile
823 if ( readtags ((char *)op.packet, op.bytes) != 0 ) { in initfile()
H A Dspeexfile.h149 int readtags ( char *tagdata, long size ); // read tags
/dports/audio/gtkpod/gtkpod-1.0.0/
H A DChangeLog4120 file, read soundcheck values irrespective of "readtags"
4680 src/prefs_window.c: Moved readtags to new prefs.
/dports/devel/anjuta/anjuta-3.34.0/
H A DChangeLog3971 * tagmanager/readtags.c:
3972 * tagmanager/readtags.h:
4941 * plugins/symbol-db/readtags.c (readNext), (readFieldValue):
14656 * plugins/symbol-db/readtags.c: (initialize_1):
14812 * plugins/symbol-db/readtags.c: (initialize_1):
20208 tagmanager/read.h, tagmanager/readtags.c,
20209 tagmanager/readtags.h, tagmanager/rexx.c,
H A DNEWS4135 651285 Memory leak in symbol-db/readtags.c
/dports/devel/anjuta/anjuta-3.34.0/plugins/am-project/tests/
H A Danjuta.lst2695 SOURCE (): plugins/symbol-db/readtags.c
2696 SOURCE (): plugins/symbol-db/readtags.h
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/
H A DMakefile.in152 am_libanjuta_symbol_db_la_OBJECTS = plugin.lo readtags.lo \
170 am__objects_2 = plugin.lo readtags.lo symbol-db-system.lo \
194 am__depfiles_remade = ./$(DEPDIR)/plugin.Plo ./$(DEPDIR)/readtags.Plo \
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A DMakefile.in67 READ_LIB = readtags.$(OBJEXT)
68 READ_INC = readtags.h
106 readtags$(EXEEXT): readtags.c readtags.h
107 $(CC) -DREADTAGS_MAIN -I. -I$(srcdir) $(DEFS) $(CFLAGS) $(LDFLAGS) -o $@ readtags.c
205 rm -f dctags$(EXEEXT) readtags$(EXEEXT)
H A DNEWS135 * Removed inclusion of general.h (GPL) from readtags.c (public domain).
193 * Fixed bug in readFieldValue() in readtags library.
194 * Fixed bug in option parsing in readtags command-line program.
199 * Improved ability for tagsOpen() in readtags library to report failure to
218 tagFileInfo structure of readtags library to "sort".
219 * Added new function, tagsFirst() to readtags library.
240 * Added support to ctags and readtags library for case-folded sorting of tag
276 * Changed and enhanced interface to readtags library (see readtags.h).
288 * Fixed problem compiling readtags.c on some hosts.
289 * Fixed memory overwrite problem in readtags library.
[all …]
H A Dconfigure1886 { echo "$as_me:$LINENO: checking whether to install readtags object file" >&5
1887 echo $ECHO_N "checking whether to install readtags object file... $ECHO_C" >&6; }
H A Dconfigure.ac147 [ --with-readlib include readtags library object during install])
200 AC_MSG_CHECKING(whether to install readtags object file)
H A Dmaintainer.mak16 LIB_FILES := readtags.c readtags.h
98 -include $(DEPS) $(DEP_DIR)/readtags.d
119 readtags: readtags.[ch] target
120 $(CC) -g $(COMP_FLAGS) -DDEBUG -DREADTAGS_MAIN -o $@ readtags.c
122 readtags.o: readtags.c readtags.h
123 $(CC) $(COMP_FLAGS) -c readtags.c
163 rm -f *.[ois] *.o[dm] ctags dctags ctags*.exe readtags etyperef \
441 readtags.err: DCFLAGS += -DREADTAGS_MAIN
H A Dmk_bc5.mak25 readtags.exe: readtags.c
26 $(BCC) $(CFLAGS) $(OPT) $(MT_OPT) -e$@ $(DEFINES) -DREADTAGS_MAIN readtags.c $(LDFLAGS)
H A Dmk_mingw.mak25 readtags.exe: readtags.c
H A Dmk_mvc.mak17 readtags.exe: readtags.c
18 cl /clr $(OPT) /Fe$@ $(DEFINES) -DREADTAGS_MAIN readtags.c /link setargv.obj
H A Dmk_os2.mak65 all: ctags.exe readtags.exe readtags.a readtags.lib
75 # The readtags executable
76 readtags.exe: readtags.c
79 # We build a.out and omf version of the readtags library
80 readtags.o: readtags.c
83 readtags.a: readtags.o
87 readtags.lib: readtags.a
100 @if exist readtags.exe del readtags.exe
101 @if exist readtags.a del readtags.a
102 @if exist readtags.lib del readtags.lib
/dports/devel/ctags/ctags-5.8/
H A DMakefile.in67 READ_LIB = readtags.$(OBJEXT)
68 READ_INC = readtags.h
106 readtags$(EXEEXT): readtags.c readtags.h
107 $(CC) -DREADTAGS_MAIN -I. -I$(srcdir) $(DEFS) $(CFLAGS) $(LDFLAGS) -o $@ readtags.c
205 rm -f dctags$(EXEEXT) readtags$(EXEEXT)
H A DNEWS135 * Removed inclusion of general.h (GPL) from readtags.c (public domain).
193 * Fixed bug in readFieldValue() in readtags library.
194 * Fixed bug in option parsing in readtags command-line program.
199 * Improved ability for tagsOpen() in readtags library to report failure to
218 tagFileInfo structure of readtags library to "sort".
219 * Added new function, tagsFirst() to readtags library.
240 * Added support to ctags and readtags library for case-folded sorting of tag
276 * Changed and enhanced interface to readtags library (see readtags.h).
288 * Fixed problem compiling readtags.c on some hosts.
289 * Fixed memory overwrite problem in readtags library.
[all …]
H A Dconfigure1886 { echo "$as_me:$LINENO: checking whether to install readtags object file" >&5
1887 echo $ECHO_N "checking whether to install readtags object file... $ECHO_C" >&6; }
H A Dconfigure.ac147 [ --with-readlib include readtags library object during install])
200 AC_MSG_CHECKING(whether to install readtags object file)
H A Dmaintainer.mak16 LIB_FILES := readtags.c readtags.h
98 -include $(DEPS) $(DEP_DIR)/readtags.d
119 readtags: readtags.[ch] target
120 $(CC) -g $(COMP_FLAGS) -DDEBUG -DREADTAGS_MAIN -o $@ readtags.c
122 readtags.o: readtags.c readtags.h
123 $(CC) $(COMP_FLAGS) -c readtags.c
163 rm -f *.[ois] *.o[dm] ctags dctags ctags*.exe readtags etyperef \
441 readtags.err: DCFLAGS += -DREADTAGS_MAIN
H A Dmk_bc5.mak25 readtags.exe: readtags.c
26 $(BCC) $(CFLAGS) $(OPT) $(MT_OPT) -e$@ $(DEFINES) -DREADTAGS_MAIN readtags.c $(LDFLAGS)
H A Dmk_mingw.mak25 readtags.exe: readtags.c
H A Dmk_mvc.mak17 readtags.exe: readtags.c
18 cl /clr $(OPT) /Fe$@ $(DEFINES) -DREADTAGS_MAIN readtags.c /link setargv.obj
H A Dmk_os2.mak65 all: ctags.exe readtags.exe readtags.a readtags.lib
75 # The readtags executable
76 readtags.exe: readtags.c
79 # We build a.out and omf version of the readtags library
80 readtags.o: readtags.c
83 readtags.a: readtags.o
87 readtags.lib: readtags.a
100 @if exist readtags.exe del readtags.exe
101 @if exist readtags.a del readtags.a
102 @if exist readtags.lib del readtags.lib

12345678