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

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dsetproctitle.c126 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);
/macosx-10.10/ruby-106/ruby/missing/
H A Dsetproctitle.c139 char ptitle[1024]; local
153 vsnprintf(ptitle, sizeof(ptitle) , fmt, ap);
158 pst.pst_command = ptitle;
159 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0);
161 len = strlcpy(argv_start, ptitle, argv_env_len);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.cpp662 StringWithDirection ptitle = m_documentLoader->title(); local
664 if (!ptitle.isNull())
665 m_client.dispatchDidReceiveTitle(ptitle);

Completed in 97 milliseconds