HomeSort by relevance Sort by last modified time
    Searched refs:ptitle (Results 1 - 4 of 4) sorted by null

  /external/openssh/openbsd-compat/
setproctitle.c 126 char buf[1024], ptitle[1024]; local
147 strnvis(ptitle, buf, sizeof(ptitle),
151 pst.pst_command = ptitle;
152 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0);
156 len = strlcpy(argv_start, ptitle, argv_env_len);
  /external/libmtp/examples/
sendtr.c 164 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)
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 = strdup(optarg)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macwm.c 48 Str255 ptitle; /* MJS */ local
49 ptitle[0] = strlen (title);
50 SDL_memcpy(ptitle+1, title, ptitle[0]); /* MJS */
52 SetWTitle(SDL_Window, ptitle); /* MJS */
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 616 StringWithDirection ptitle = m_documentLoader->title(); local
618 if (!ptitle.isNull())
619 m_client->dispatchDidReceiveTitle(ptitle);
    [all...]

Completed in 196 milliseconds