Home
last modified time | relevance | path

Searched refs:tag_found (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/libexif/libexif-0.6.23/libexif/canon/
H A Dmnote-canon-tag.c143 int tag_found = 0; in mnote_canon_tag_get_name_sub() local
149 tag_found = 1; in mnote_canon_tag_get_name_sub()
152 if (!tag_found || !(o & EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS)) in mnote_canon_tag_get_name_sub()
173 int tag_found = 0; in mnote_canon_tag_get_title_sub() local
179 tag_found = 1; in mnote_canon_tag_get_title_sub()
182 if (!tag_found || !(o & EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS)) in mnote_canon_tag_get_title_sub()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_LibExifModule/libexif-0.6.20/libexif/canon/
H A Dmnote-canon-tag.c143 int tag_found = 0; in mnote_canon_tag_get_name_sub() local
149 tag_found = 1; in mnote_canon_tag_get_name_sub()
152 if (!tag_found || !(o & EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS)) in mnote_canon_tag_get_name_sub()
173 int tag_found = 0; in mnote_canon_tag_get_title_sub() local
179 tag_found = 1; in mnote_canon_tag_get_title_sub()
182 if (!tag_found || !(o & EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS)) in mnote_canon_tag_get_title_sub()
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Ds390-mkopc.c184 int mask_start, i = 0, tag_found = 0, reading_number = 0; in insertExpandedMnemonic() local
199 if (tag_found) in insertExpandedMnemonic()
202 tag_found = 1; in insertExpandedMnemonic()
210 if (!tag_found || !reading_number) in insertExpandedMnemonic()
225 if (tag_found) in insertExpandedMnemonic()
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Ds390-mkopc.c185 int mask_start, i = 0, tag_found = 0, reading_number = 0; in insertExpandedMnemonic() local
200 if (tag_found) in insertExpandedMnemonic()
203 tag_found = 1; in insertExpandedMnemonic()
211 if (!tag_found || !reading_number) in insertExpandedMnemonic()
226 if (tag_found) in insertExpandedMnemonic()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Ds390-mkopc.c168 int mask_start, i = 0, tag_found = 0, reading_number = 0; in insertExpandedMnemonic() local
183 if (tag_found) in insertExpandedMnemonic()
186 tag_found = 1; in insertExpandedMnemonic()
194 if (!tag_found || !reading_number) in insertExpandedMnemonic()
209 if (tag_found) in insertExpandedMnemonic()
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Ds390-mkopc.c168 int mask_start, i = 0, tag_found = 0, reading_number = 0; in insertExpandedMnemonic() local
183 if (tag_found) in insertExpandedMnemonic()
186 tag_found = 1; in insertExpandedMnemonic()
194 if (!tag_found || !reading_number) in insertExpandedMnemonic()
209 if (tag_found) in insertExpandedMnemonic()
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Ds390-mkopc.c168 int mask_start, i = 0, tag_found = 0, reading_number = 0; in insertExpandedMnemonic() local
183 if (tag_found) in insertExpandedMnemonic()
186 tag_found = 1; in insertExpandedMnemonic()
194 if (!tag_found || !reading_number) in insertExpandedMnemonic()
209 if (tag_found) in insertExpandedMnemonic()
/dports/devel/gdb/gdb-11.1/opcodes/
H A Ds390-mkopc.c168 int mask_start, i = 0, tag_found = 0, reading_number = 0; in insertExpandedMnemonic() local
183 if (tag_found) in insertExpandedMnemonic()
186 tag_found = 1; in insertExpandedMnemonic()
194 if (!tag_found || !reading_number) in insertExpandedMnemonic()
209 if (tag_found) in insertExpandedMnemonic()
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Ds390-mkopc.c168 int mask_start, i = 0, tag_found = 0, reading_number = 0; in insertExpandedMnemonic() local
183 if (tag_found) in insertExpandedMnemonic()
186 tag_found = 1; in insertExpandedMnemonic()
194 if (!tag_found || !reading_number) in insertExpandedMnemonic()
209 if (tag_found) in insertExpandedMnemonic()
/dports/devel/binutils/binutils-2.37/opcodes/
H A Ds390-mkopc.c168 int mask_start, i = 0, tag_found = 0, reading_number = 0; in insertExpandedMnemonic() local
183 if (tag_found) in insertExpandedMnemonic()
186 tag_found = 1; in insertExpandedMnemonic()
194 if (!tag_found || !reading_number) in insertExpandedMnemonic()
209 if (tag_found) in insertExpandedMnemonic()
/dports/audio/normalize/normalize-0.7.7/nid3lib/
H A Dnid3.c528 int sz, tag_found = 0; in _look_for_footer() local
542 tag_found = 1; in _look_for_footer()
544 return tag_found; in _look_for_footer()
563 int tag_found = 0; in id3_get_size() local
593 tag_found = 1; in id3_get_size()
602 if (!tag_found) { in id3_get_size()
605 tag_found = _look_for_footer(tag, buf, -138); in id3_get_size()
606 if (tag_found == -1) in id3_get_size()
610 tag_found = _look_for_footer(tag, buf, -10); in id3_get_size()
611 if (tag_found == -1) in id3_get_size()
[all …]
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/mp3/
H A D__init__.py151 tag_found = self._tag.parse(file_obj, self._tag_version)
154 if tag_found and self._tag.isV1():
156 elif tag_found and self._tag.isV2():
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/tests/
H A Ddcmpschk.tcl71 set dh [findText .report.text $name tag_found]
103 .report.text tag configure tag_found -background lightgray -underline true
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/mysql_cb/
H A Dmysql_cb_impl.h786 bool tag_found = false; in tossNonMatchingElements() local
790 tag_found = true; in tossNonMatchingElements()
794 if (!tag_found) { in tossNonMatchingElements()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Deval3.cpp359 goto tag_found; in return_fn()
363 tag_found: in return_fn()
395 goto tag_found; in return_from_fn()
399 tag_found: in return_from_fn()
625 if (tag == car(p)) goto tag_found; in throw_fn()
627 tag_found: in throw_fn()
649 if (tag == car(p)) goto tag_found; in Lthrow_one_value()
651 tag_found: in Lthrow_one_value()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/tests/
H A Ddcmpsdmp.tcl93 set dh [findText .dump.text $name tag_found]
126 .dump.text tag configure tag_found -background lightgray -underline true
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/id3/
H A D__init__.py332 tag_found = tag.parse(file_obj, self._tag_version)
333 self._tag = tag if tag_found else None
H A Dtag.py95 tag_found = False
99 tag_found, padding = self._loadV2Tag(fileobj)
101 if not tag_found and version[0] & 1:
102 tag_found, padding = self._loadV1Tag(fileobj)
103 if tag_found:
106 if tag_found and self.isV2:
109 if tag_found:
116 return tag_found
/dports/audio/gmpc-mserver/gmpc-mserver-0.20.0/src/
H A Dplugin.c210 int tag_found = 0; in ahc_echo() local
285 tag_found = 1; in ahc_echo()
290 tag_found = 1; in ahc_echo()
298 if(!tag_found){ in ahc_echo()
/dports/games/gnurobbo/gnurobbo-0.68/gnurobbo/
H A Dskins.c390 int count, count2, line_count = 0, tag_found, tag_index, row, quit = FALSE; in read_skin_project_colours() local
505 tag_found = FALSE; in read_skin_project_colours()
521 tag_found = TRUE; in read_skin_project_colours()
526 if (tag_found) in read_skin_project_colours()
H A Dlocales.c299 int count, count2, line_count = 0, tag_found, tag_index, row = 0; in load_selected_locale() local
771 tag_found = FALSE; in load_selected_locale()
777 tag_found = TRUE; in load_selected_locale()
781 if (tag_found) in load_selected_locale()
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Deval3.c556 goto tag_found; in return_fn()
560 tag_found: in return_fn()
601 goto tag_found; in return_from_fn()
605 tag_found: in return_from_fn()
871 if (tag == qcar(p)) goto tag_found; in throw_fn()
873 tag_found: in throw_fn()
/dports/graphics/frogr/frogr-1.6/src/
H A Dfrogr-picture.c122 gboolean tag_found = FALSE; in _tag_is_set() local
128 tag_found = TRUE; in _tag_is_set()
133 return tag_found; in _tag_is_set()
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dactions.c880 int tag_found = 0; in check_negative_tag_patterns() local
894 tag_found = 1; in check_negative_tag_patterns()
898 if (!tag_found) in check_negative_tag_patterns()
/dports/games/xonotic/Xonotic/source/qcsrc/server/weapons/
H A Dweaponsystem.qc143 int tag_found;
144 if ((tag_found = gettagindex(this.owner, "tag_weapon")))
146 this.tag_index = tag_found;

12