Searched refs:ptitle (Results 1 – 2 of 2) sorted by relevance
/external/openssh/openbsd-compat/ |
D | setproctitle.c | 127 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()
|
/external/libmtp/examples/ |
D | sendtr.c | 164 …ar * from_path, char * to_path, char *partist, char *palbumartist, char *ptitle, char *pgenre, cha… in sendtrack_function() argument 201 if (ptitle == NULL) { in sendtrack_function() 202 ptitle = prompt("Title", title, 80, 0); in sendtrack_function() 204 if (!strlen(ptitle)) in sendtrack_function() 205 ptitle = NULL; in sendtrack_function() 269 if (ptitle) { in sendtrack_function() 270 printf("Title: %s\n", ptitle); in sendtrack_function() 271 trackmeta->title = strdup(ptitle); in sendtrack_function() 379 char *ptitle = NULL; in sendtrack_command() local 391 ptitle = strdup(optarg); in sendtrack_command() [all …]
|