Searched defs:ptitle (Results 1 - 2 of 2) sorted by relevance

/external/libmtp/examples/
H A Dsendtr.c164 int sendtrack_function(char * from_path, char * to_path, char *partist, char *palbumartist, char *ptitle, char *pgenre, char *palbum, char *pcomposer, uint16_t tracknum, uint16_t length, uint16_t year, uint32_t storageid) argument
201 if (ptitle == NULL) {
202 ptitle = prompt("Title", title, 80, 0);
204 if (!strlen(ptitle))
205 ptitle = NULL;
269 if (ptitle) {
270 printf("Title: %s\n", ptitle);
271 trackmeta->title = strdup(ptitle);
379 char *ptitle = NULL; local
391 ptitle
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c48 Str255 ptitle; /* MJS */ local
49 ptitle[0] = strlen (title);
50 SDL_memcpy(ptitle+1, title, ptitle[0]); /* MJS */
52 SetWTitle(SDL_Window, ptitle); /* MJS */

Completed in 91 milliseconds