Home
last modified time | relevance | path

Searched refs:ptitle (Results 1 – 2 of 2) sorted by relevance

/external/libmtp/examples/
Dsendtr.c185 …ar * from_path, char * to_path, char *partist, char *palbumartist, char *ptitle, char *pgenre, cha… in sendtrack_function() argument
234 if ((ptitle == NULL) && (quiet == 0)) { in sendtrack_function()
235 if ( (ptitle = prompt("Title", title, 80, 0)) != NULL ) in sendtrack_function()
236 if (!strlen(ptitle)) ptitle = NULL; in sendtrack_function()
290 if (ptitle) { in sendtrack_function()
291 printf("Title: %s\n", ptitle); in sendtrack_function()
292 trackmeta->title = strdup(ptitle); in sendtrack_function()
397 char *ptitle = NULL; in sendtrack_command() local
409 free (ptitle); in sendtrack_command()
410 ptitle = strdup(optarg); in sendtrack_command()
[all …]
/external/openssh/openbsd-compat/
Dsetproctitle.c127 char buf[1024], ptitle[1024]; in setproctitle() local
152 strnvis(ptitle, buf, sizeof(ptitle), in setproctitle()
156 pst.pst_command = ptitle; in setproctitle()
157 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0); in setproctitle()
161 len = strlcpy(argv_start, ptitle, argv_env_len); in setproctitle()