Searched refs:tags (Results 26 - 50 of 1519) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dlibpppoe.c73 * Keep processing tags while a tag header will still fit.
137 dest->tags[tagid]=end_tag;
138 dest->tags[TAG_EOL] = (struct pppoe_tag*)((char*)dest->tags[TAG_EOL] + tag_len);
144 dest->tags[tagid]=next_tag(dest->hdr);
154 * Put tags from a packet into a nice array
177 struct pppoe_tag *pt = p->tags[id];
271 if (!p->tags[i])
274 got_host_uniq |= (p->tags[i]->tag_type == PTT_HOST_UNIQ);
279 got_host_uniq |= (p->tags[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dircamdec.c55 const AVCodecTag *tags; local
71 tags = ff_codec_ircam_le_tags;
76 tags = ff_codec_ircam_be_tags;
92 st->codec->codec_id = ff_codec_get_id(tags, tag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-clps711x/
H A Dclep7312.c29 fixup_clep7312(struct machine_desc *desc, struct tag *tags, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-compile.c33 Algorithms to setup tags so that submatch addressing can be done.
141 /* Adds tags to appropriate locations in the parse tree in `tree', so that
151 /* True for first pass (counting number of needed tags) */
154 int num_tags = 0; /* Total number of tags. */
155 int num_minimals = 0; /* Number of special minimal tags. */
479 /* The next two tags are reserved for markers. */
582 /* Add tags after both children, the left child gets a smaller
586 tags which must be seen for every match of that child). */
629 DPRINT(("tre_add_tags: %s complete. Number of tags %d.\n",
906 /* Remove tags fro
1090 tre_set_union(tre_mem_t mem, tre_pos_and_tags_t *set1, tre_pos_and_tags_t *set2, int *tags, int assertions, int *params) argument
1199 tre_match_empty(tre_stack_t *stack, tre_ast_node_t *node, int *tags, int *assertions, int *params, int *num_tags_seen, int *params_seen) argument
1452 int num_tags, *tags, assertions, params_seen; local
1728 int *tags; local
2084 int *tags; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A DMakefile.in658 tags: TAGS
662 tags=; \
670 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
673 $$tags $$unique; \
678 tags=; \
685 test -z "$(CTAGS_ARGS)$$tags$$unique" \
687 $$tags $$unique
694 distclean-tags:
695 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
763 distclean-tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/tools/
H A DMakefile43 tags:
57 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr011/
H A Dchk.tags3 # $Id: chk.tags,v 12.6 2007/07/06 18:44:33 bostic Exp $
5 # Check to make sure we don't need any more symbolic links to tags files.
41 (cd $d && ls */tags | sed 's/\/tags$//' | sort) > $t2
45 echo "<<< source tree >>> tags files"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A DMakefile43 tags:
54 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/tools/
H A DMakefile43 tags:
57 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Datags.c33 void __init save_atags(const struct tag *tags) argument
35 memcpy(atags_copy, tags, sizeof(atags_copy));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Draw.c152 const PixelFormatTag *tags = ff_raw_pix_fmt_tags; local
153 while (tags->pix_fmt >= 0) {
154 if (tags->pix_fmt == fmt)
155 return tags->fourcc;
156 tags++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Din_flac.c276 FLAC__StreamMetadata *tags = (FLAC__StreamMetadata*)param; local
294 val = FLAC_plugin__tags_get_tag_ucs2(tags, tagname);
301 val = FLAC_plugin__tags_get_tag_ucs2(tags, "PERFORMER");
302 if (!val) val = FLAC_plugin__tags_get_tag_ucs2(tags, "COMPOSER");
306 val = FLAC_plugin__tags_get_tag_ucs2(tags, "YEAR_RECORDED");
307 if (!val) val = FLAC_plugin__tags_get_tag_ucs2(tags, "YEAR_PERFORMED");
322 FLAC__StreamMetadata *tags; local
324 ReadTags(filename, &tags, /*forDisplay=*/true);
326 tagz_format(flac_cfg.title.tag_format_w, get_tag, free_tag, tags, title, max_size);
328 FLAC_plugin__tags_destroy(&tags);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/doc/
H A DMakefile.in312 tags-recursive:
314 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
329 tags: TAGS
331 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
333 tags=; \
345 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
354 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
357 $$tags $$unique; \
362 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/include/
H A DMakefile.in280 tags-recursive:
282 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
297 tags: TAGS
299 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
301 tags=; \
313 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
322 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
325 $$tags $$unique; \
330 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/include/
H A DMakefile.in298 tags-recursive:
300 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
315 tags: TAGS
317 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
319 tags=; \
331 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
340 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
343 $$tags $$unique; \
348 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/books/
H A DMakefile.in298 tags-recursive:
300 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
315 tags: TAGS
317 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
319 tags=; \
331 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
340 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
343 $$tags $$unique; \
348 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/
H A DMakefile.in376 tags-recursive:
378 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
393 tags: TAGS
395 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
397 tags=; \
409 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
418 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
421 $$tags $$unique; \
426 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/
H A DMakefile.in307 tags-recursive:
309 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
324 tags: TAGS
326 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
328 tags=; \
340 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
349 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
352 $$tags $$unique; \
357 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/
H A DMakefile.in336 tags-recursive:
338 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
351 tags: TAGS
362 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
364 tags=; \
374 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
383 test -z "$(ETAGS_ARGS)$$tags$$unique" \
385 $$tags $$unique
390 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/html/
H A DMakefile.in379 tags-recursive:
381 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
394 tags: TAGS
405 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
407 tags=; \
417 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
426 test -z "$(ETAGS_ARGS)$$tags$$unique" \
428 $$tags $$unique
433 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/html/images/
H A DMakefile.in339 tags-recursive:
341 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
354 tags: TAGS
365 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
367 tags=; \
377 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
386 test -z "$(ETAGS_ARGS)$$tags$$unique" \
388 $$tags $$unique
393 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/
H A DMakefile.in314 tags-recursive:
316 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
329 tags: TAGS
340 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
342 tags=; \
352 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
361 test -z "$(ETAGS_ARGS)$$tags$$unique" \
363 $$tags $$unique
368 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/c/
H A DMakefile.in306 tags-recursive:
308 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
321 tags: TAGS
332 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
334 tags=; \
344 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
353 test -z "$(ETAGS_ARGS)$$tags$$unique" \
355 $$tags $$unique
360 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/c/decode/
H A DMakefile.in306 tags-recursive:
308 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
321 tags: TAGS
332 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
334 tags=; \
344 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
353 test -z "$(ETAGS_ARGS)$$tags$$unique" \
355 $$tags $$unique
360 tags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/c/encode/
H A DMakefile.in306 tags-recursive:
308 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
321 tags: TAGS
332 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
334 tags=; \
344 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
353 test -z "$(ETAGS_ARGS)$$tags$$unique" \
355 $$tags $$unique
360 tags
[all...]

Completed in 143 milliseconds

1234567891011>>