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

  /external/chromium_org/content/common/
set_process_title_linux.h 9 // printf-style format string and arguments. After calling setproctitle()
15 // implementations of setproctitle().
16 void setproctitle(const char* fmt, ...);
18 // Initialize state needed for setproctitle() on Linux. Pass the argv pointer
19 // from main() to setproctitle_init() before calling setproctitle().
set_process_title.cc 26 // Linux/glibc doesn't natively have setproctitle().
32 // TODO(jrg): Find out if setproctitle or equivalent is available on Android.
39 // setproctitle() function works.
78 setproctitle(have_argv0 ? "-%s" : "%s", title.c_str());
set_process_title_linux.cc 5 // This file implements BSD-style setproctitle() for Linux.
53 void setproctitle(const char* fmt, ...) { function
  /external/clang/test/Analysis/
taint-generic.c 10 void setproctitle(const char *fmt, ...);
81 setproctitle(s, 3); // expected-warning {{Uncontrolled Format String}}
89 setproctitle(*(p), 3); // expected-warning {{Uncontrolled Format String}}
93 setproctitle(spcpy, 3); // expected-warning {{Uncontrolled Format String}}
97 setproctitle(spcpyret, 3); // expected-warning {{Uncontrolled Format String}}
101 setproctitle(sncpy, 3); // expected-warning {{Uncontrolled Format String}}
105 setproctitle(dup, 3); // expected-warning {{Uncontrolled Format String}}
  /external/libppp/src/
defs.c 386 setproctitle(NULL);
388 setproctitle("-%s", title + 1);
390 setproctitle("%s", title);
  /external/openssh/openbsd-compat/
openbsd-compat.h 131 void setproctitle(const char *fmt, ...);
setproctitle.c 122 setproctitle(const char *fmt, ...) function
154 /* debug("setproctitle: copy \"%s\" into len %d",
  /external/openssh/
Android.mk 23 openbsd-compat/port-tun.c openbsd-compat/setproctitle.c \
auth1.c 419 setproctitle("%s%s", authctxt->valid ? user : "unknown",
auth2.c 251 setproctitle("%s%s", authctxt->valid ? user : "unknown",
session.c 273 setproctitle("%s", authctxt->pw->pw_name);
    [all...]
sshd.c 678 setproctitle("%s", "[net]");
    [all...]
auth-pam.c 452 setproctitle("%s [pam]",
ssh.c 114 /* Saves a copy of argv for setproctitle emulation */
258 /* Prepare for later setproctitle emulation */
259 /* Save argv so it isn't clobbered by setproctitle() emulation */
997 setproctitle("%s [mux]", options.control_path);
    [all...]
clientloop.c     [all...]
monitor.c 745 setproctitle("%s [priv]", pwent ? username : "unknown");
    [all...]
configure     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 638 extern void setproctitle (const char *name, ...);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 638 extern void setproctitle (const char *name, ...);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 638 extern void setproctitle (const char *name, ...);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 638 extern void setproctitle (const char *name, ...);
  /external/ipsec-tools/src/racoon/
privsep.c 39 #include <stdlib.h> /* for setproctitle */
271 setproctitle("[priv]");

Completed in 649 milliseconds