HomeSort by relevance Sort by last modified time
    Searched full:setproctitle (Results 1 - 7 of 7) sorted by null

  /external/chromium/base/
setproctitle_linux.h 13 // printf-style format string and arguments. After calling setproctitle()
17 void setproctitle(const char* fmt, ...);
19 // Initialize state needed for setproctitle() on Linux. Pass the argv pointer
20 // from main() to setproctitle_init() before calling setproctitle().
setproctitle_linux.c 5 // This file implements BSD-style setproctitle() for Linux.
53 void setproctitle(const char* fmt, ...) { function
command_line.cc 29 // Linux/glibc doesn't natively have setproctitle().
209 void CommandLine::SetProcTitle() {
212 // setproctitle() function works.
247 setproctitle(have_argv0 ? "-%s" : "%s", title.c_str());
command_line.h 75 static void SetProcTitle();
  /external/dropbear/
scpmisc.c 202 * Otherwise it may get clobbered by setproctitle()
  /external/netcat/
generic.h 190 SETPROCTITLE -- breaks some places, like fbsd sendmail
  /external/ipsec-tools/src/racoon/
privsep.c 39 #include <stdlib.h> /* for setproctitle */
271 setproctitle("[priv]");

Completed in 1445 milliseconds