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

/external/openssh/openbsd-compat/
H A Dsetproctitle.c127 char buf[1024], ptitle[1024]; local
152 strnvis(ptitle, buf, sizeof(ptitle),
156 pst.pst_command = ptitle;
157 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0);
161 len = strlcpy(argv_start, ptitle, argv_env_len);
/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...]

Completed in 87 milliseconds