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

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils.h57 char *title; // TIT2 member in struct:song_metadata
H A Dtagutils-plist.c81 psong->title = strdup(psong->basename);
82 suffix = strrchr(psong->title, '.');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dmetadata.h28 char *title; member in struct:metadata_s
H A Dmetadata.c250 val = GetValueFromNameValueList(&xml, "title");
255 asprintf(&m->title, "%s - %s", val, val2);
257 m->title = strdup(val);
280 free(m->title);
422 if( song.title && *song.title )
424 m.title = trim(song.title);
425 if( (esc_tag = escape_tag(m.title, 0)) )
428 m.title
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils.h56 char *title; // TIT2 member in struct:song_metadata
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dmetadata.c207 val = GetValueFromNameValueList(&xml, "title");
212 asprintf(&m->title, "%s - %s", val, val2);
214 m->title = strdup(val);
232 if( m->title && (flags & FLAG_TITLE) )
233 free(m->title);
375 m.title = song.title;
376 if( m.title && *m.title )
378 m.title
[all...]
H A Dmetadata.h14 char *title; member in struct:metadata_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils.h57 char *title; // TIT2 member in struct:song_metadata
H A Dtagutils-plist.c81 psong->title = strdup(psong->basename);
82 suffix = strrchr(psong->title, '.');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c276 static void show_textbox(const char *title, const char *text, int r, int c);
277 static void show_helptext(const char *title, const char *text);
279 static void show_file(const char *filename, const char *title, int r, int c);
528 cprint("--title");
723 cprint("--title");
827 static void show_textbox(const char *title, const char *text, int r, int c) argument
834 show_file(".help.tmp", title, r, c);
838 static void show_helptext(const char *title, const char *text) argument
840 show_textbox(title, text, 0, 0);
863 static void show_file(const char *filename, const char *title, in argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dutil.c31 dlg.title.atr = A_BOLD;
71 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true);
104 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false);
144 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true);
191 init_one_color(&dlg.title);
253 /* Display background title if it exists ... - SLH */
297 /* Print the title of the dialog. Center the title and truncate
300 void print_title(WINDOW *dialog, const char *title, int width) argument
302 if (title) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dconfigure.c50 /* title */
139 g_free(flac_cfg.title.tag_format);
140 flac_cfg.title.tag_format = g_strdup(gtk_entry_get_text(GTK_ENTRY(title_tag_entry)));
141 flac_cfg.title.user_char_set = Charset_Get_Name_From_Title(gtk_entry_get_text_1(userCharacterSetEntry));
147 /* title */
148 xmms_cfg_write_boolean(cfg, "flac", "title.tag_override", flac_cfg.title.tag_override);
149 xmms_cfg_write_string(cfg, "flac", "title.tag_format", flac_cfg.title.tag_format);
150 xmms_cfg_write_boolean(cfg, "flac", "title
[all...]
H A Dfileinfo.c114 if(flac_cfg.title.convert_char_set) {
134 if(flac_cfg.title.convert_char_set)
141 if(flac_cfg.title.convert_char_set)
281 gchar *title; local
479 title = g_strdup_printf(_("File Info - %s"), g_basename(filename));
480 gtk_window_set_title(GTK_WINDOW(window), title); local
481 g_free(title);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dmconf.c105 static void show_textbox(const char *title, const char *text, int r, int c);
106 static void show_helptext(const char *title, const char *text);
434 static void show_textbox(const char *title, const char *text, int r, int c) argument
441 while (dialog_textbox(title, ".help.tmp", r, c) < 0)
446 static void show_helptext(const char *title, const char *text) argument
448 show_textbox(title, text, rows, cols);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/canon/
H A Dmnote-canon-tag.c31 const char *title; member in struct:__anon1015
165 if (table[i].tag == t) return (_(table[i].title));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/pentax/
H A Dmnote-pentax-tag.c31 const char *title; member in struct:__anon1048
158 if (table[i].tag == t) return (_(table[i].title));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dutil.c123 /* Display background title if it exists ... - SLH */
180 /* Print the title of the dialog. Center the title and truncate
183 void print_title(WINDOW *dialog, const char *title, int width) argument
185 if (title) {
186 int tlen = MIN(width - 2, strlen(title));
189 mvwaddnstr(dialog, 0, (width - tlen)/2, title, tlen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dsdp.c259 AVMetadataTag *title = av_metadata_get(ac[0]->metadata, "title", NULL, 0); local
268 s.name = title ? title->value : "No Name";
H A Dmp3.c271 id3v2_read_ttag(s, tlen, "title");
343 id3v1_get_string(s, "title", buf + 3, 30);
546 count += id3v1_set_string(s, "title", buf + 3, 30);
595 AVMetadataTag *title, *author, *album, *genre, *copyright, *track, *year; local
598 title = av_metadata_get(s->metadata, "title", NULL, 0);
606 if(title) totlen += 11 + strlen(title->value);
625 if(title) id3v2_put_ttag(s, title
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_prn.c164 int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
170 if(title)
172 BIO_printf(bp,"%*s%s:\n",indent, "", title);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_prn.c165 int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
171 if(title)
173 BIO_printf(bp,"%*s%s:\n",indent, "", title);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dmetadata.c198 char *title, *artist = NULL, *album = NULL, *band = NULL, *genre = NULL, *comment = NULL, *date = NULL; local
281 title = song.title;
282 if( title && *title )
284 title = trim(title);
285 if( (esc_tag = escape_tag(title)) )
288 title = esc_tag;
293 title
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-ui-sharp/
H A DServiceDialog.cs14 private static extern IntPtr aui_service_dialog_new (string title, IntPtr parent, IntPtr dummy); argument
213 public ServiceDialog (string title, Window parent, params object[] buttonData) argument
215 Raw = aui_service_dialog_new (title, parent == null ? IntPtr.Zero : parent.Handle,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-156 <title>Libglade-GNOME Test</title>
552 <title>Widget Tests</title>
579 <title>Pick a colour</title>
601 <title>Pick a Font</title>
626 <title>Hello</title>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexdump.c58 static void acpi_ex_out_string(char *title, char *value);
60 static void acpi_ex_out_pointer(char *title, void *value);
819 static void acpi_ex_out_string(char *title, char *value) argument
821 acpi_os_printf("%20s : %s\n", title, value);
824 static void acpi_ex_out_pointer(char *title, void *value) argument
826 acpi_os_printf("%20s : %p\n", title, value);

Completed in 144 milliseconds

1234567