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

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-log.c40 const char *title; member in struct:__anon1032
57 for (i = 0; codes[i].title; i++) if (codes[i].code == code) break;
58 return _(codes[i].title);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dconfigure.h32 } title; member in struct:__anon911
H A Dcharset.c144 return FLAC_plugin__charset_convert_string(string, "UTF-8", flac_cfg.title.user_char_set);
149 return FLAC_plugin__charset_convert_string(string, flac_cfg.title.user_char_set, "UTF-8");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils.c161 MAYBEFREE(psong->title);
230 if(!psong->title)
233 psong->title = strdup(psong->basename);
234 suffix = strrchr(psong->title, '.');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils.c161 MAYBEFREE(psong->title);
230 if(!psong->title)
233 psong->title = strdup(psong->basename);
234 suffix = strrchr(psong->title, '.');
H A Dtagutils-plist.c79 psong->title = strdup(psong->basename);
80 suffix = strrchr(psong->title, '.');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils.c162 MAYBEFREE(psong->title);
231 if(!psong->title)
234 psong->title = strdup(psong->basename);
235 suffix = strrchr(psong->title, '.');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-ycp-111 title = sformat (_("%1 package", "%1 packages", num), num);
H A Dxgettext-glade-237 <title>Hello</title>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
64 print_title(dialog, title, width);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dmnote-fuji-tag.c32 const char *title; member in struct:__anon1040
88 if (table[i].tag == t) return (_(table[i].title));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
71 print_title(dialog, title, width);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dchecklist.c120 dialog_checklist (const char *title, const char *prompt, int height, int width, argument
165 if (title != NULL && strlen(title) >= width-2 ) {
166 /* truncate long title -- mec */
168 memcpy( title2, title, width-2 );
170 title = title2;
173 if (title != NULL) {
175 mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
176 waddstr (dialog, (char *)title);
H A Dmenubox.c166 dialog_menu (const char *title, const char *prompt, int height, int width, argument
195 if (title != NULL && strlen(title) >= width-2 ) {
196 /* truncate long title -- mec */
198 memcpy( title2, title, width-2 );
200 title = title2;
203 if (title != NULL) {
205 mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
206 waddstr (dialog, (char *)title);
H A Dtextbox.c38 dialog_textbox (const char *title, const char *file, int height, int width) argument
109 if (title != NULL && strlen(title) >= width-2 ) {
110 /* truncate long title -- mec */
112 memcpy( title2, title, width-2 );
114 title = title2;
117 if (title != NULL) {
119 mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' ');
120 waddstr (dialog, (char *)title);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dtivo_commands.c110 char *id = argv[0], *class = argv[1], *detailID = argv[2], *size = argv[3], *title = argv[4], *duration = argv[5], local
118 unescape_tag(title);
126 "<SongTitle>%s</SongTitle>", mime, size, title);
168 "<EpisodeTitle>%s</EpisodeTitle>", mime, size, title);
185 ret = sprintf(str_buf, "<Title>%s</Title>", unescape_tag(title));
276 unescape_tag(title), count, id);
330 char *title; local
359 asprintf(&title, "Music on %s", friendly_name);
362 asprintf(&title, "Videos on %s", friendly_name);
365 asprintf(&title, "Picture
[all...]
H A Dmetadata.h14 char *title; member in struct:metadata_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmetadata_compat.c35 { "title", SIZE_OFFSET(title) },
76 if (!strcasecmp(m->elems[j].key, "title")) {
77 av_free(ctx->chapters[i]->title);
78 ctx->chapters[i]->title = av_strdup(m->elems[j].value);
124 FILL_METADATA_STR(ctx, title);
133 FILL_METADATA_STR(ctx->chapters[i], title);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dxfrm.h110 FILE *fp, const char *prefix, const char *title);
121 const char *title);
124 const char *title);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Din_flac.c271 * title formatting
320 static void format_title(const char *filename, WCHAR *title, unsigned max_size) argument
326 tagz_format(flac_cfg.title.tag_format_w, get_tag, free_tag, tags, title, max_size);
331 static void getfileinfo(char *filename, char *title, int *length_in_msec) argument
349 if (title) {
352 WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, buffer, -1, title, 400, NULL, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A Davahi-ui.h70 /** Create a new service browser dialog with the specific title,
75 const gchar *title,
81 const gchar *title,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxlink.in.h77 * @title: the link title
86 const xlinkTitle title);
101 * @title: array of titles detected on the link
129 * @title: array of titles detected on the link
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Din2.h33 void (*GetFileInfo)(char *file, char *title, int *length_in_ms); // if file == NULL, current playing is used
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxlink.h77 * @title: the link title
86 const xlinkTitle title);
101 * @title: array of titles detected on the link
129 * @title: array of titles detected on the link
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxlink.in.h77 * @title: the link title
86 const xlinkTitle title);
101 * @title: array of titles detected on the link
129 * @title: array of titles detected on the link

Completed in 280 milliseconds

1234567