/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/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-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]");
|