Searched refs:setproctitle (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dsetproctitle_linux.h13 // 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().
H A Dsetproctitle_linux.c5 // This file implements BSD-style setproctitle() for Linux.
53 void setproctitle(const char* fmt, ...) { function
H A Dcommand_line.cc29 // Linux/glibc doesn't natively have setproctitle().
212 // setproctitle() function works.
247 setproctitle(have_argv0 ? "-%s" : "%s", title.c_str());
/external/ipsec-tools/src/racoon/
H A Dprivsep.c39 #include <stdlib.h> /* for setproctitle */
271 setproctitle("[priv]");

Completed in 104 milliseconds