Searched refs:title (Results 151 - 171 of 171) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dx509v3.h528 int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.c453 psong->title = strdup(buf);
H A Dtagutils-mp3.c114 psong->title = (char*)utf8_text;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-asf.c458 psong->title = strdup(buf);
H A Dtagutils-mp3.c114 psong->title = (char*)utf8_text;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-asf.c453 psong->title = strdup(buf);
H A Dtagutils-mp3.c114 psong->title = (char*)utf8_text;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dgen-lbrkprop.c49 unsigned int title; /* Titlecase mapping */ member in struct:unicode_attribute
92 uni->title = (field14[0] =='\0' ? NONE : strtoul (field14, NULL, 16));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_syscalls.c1143 #define DQTEST_LIST_PRINT(l, NXT, title) \
1146 cmn_err(CE_DEBUG, "%s (#%d)", title, (int) (l)->qh_nelems); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex104 versions of the same track title in a single collection. (e.g. remix
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmovenc.c1291 mov_write_string_metadata(s, pb, "\251nam", "title" , 1);
1385 mov_write_3gp_udta_tag(pb_buf, s, "titl", "title");
1392 } else if (mov->mode == MODE_MOV) { // the title field breaks gtkpod with mp4 and my suspicion is that stuff is not valid in mp4
1393 mov_write_string_metadata(s, pb_buf, "\251nam", "title" , 0);
1431 AVMetadataTag *title = av_metadata_get(s->metadata, "title", NULL, 0); local
1434 if (title) {
1456 mov_write_psp_udta_tag(pb, title->value, "eng", 0x01);
H A Dutils.c2366 av_free(s->chapters[s->nb_chapters]->title);
2450 AVChapter *ff_new_chapter(AVFormatContext *s, int id, AVRational time_base, int64_t start, int64_t end, const char *title) argument
2466 av_free(chapter->title);
2468 av_metadata_set(&chapter->metadata, "title", title);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-pmu.c512 char title[16]; local
513 sprintf(title, "battery_%ld", i);
514 proc_pmu_batt[i] = create_proc_read_entry(title, 0, proc_pmu_root,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c218 char title[512]; member in struct:FFStream
1338 "<html><head><title>Moved</title></head><body>\r\n"
1375 "<html><head><title>Too busy</title></head><body>\r\n"
2049 av_metadata_set(&c->fmt_ctx.metadata, "title" ,c->stream->title);
2720 av_metadata_set(&avc->metadata, "title",
2721 stream->title[0] ? stream->title
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dx509v3.h597 int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509v3.h597 int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec1200 title="Samba Configuration (SWAT)" \
1207 title="Samba Configuration (SWAT)" \
2026 - png icons, change menu title to not conflict with ksambaplugin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dstrip.c1005 const char *title)
1015 seq_printf(seq, "\n %s\n", title);
1003 strip_seq_neighbours(struct seq_file *seq, const MetricomNodeTable * table, const char *title) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c345 static void ieee80211_dump_frame(const char *ifname, const char *title, argument
352 printk(KERN_DEBUG "%s: %s (len=%d)", ifname, title, skb->len);
376 static inline void ieee80211_dump_frame(const char *ifname, const char *title, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl3394 set title [lindex $field 0]
3395 if {[string compare $title "Page size"] == 0} {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex24 \title{A \linux\ \cdrom\ standard}

Completed in 279 milliseconds

1234567