/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/ |
Makefile.in | 19 OPENBSD=base64.o basename.o bindresvport.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sha2.o sigact.o strlcat.o strlcpy.o strmode.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o timingsafe_bcmp.o vis.o
|
setproctitle.c | 122 setproctitle(const char *fmt, ...) function 154 /* debug("setproctitle: copy \"%s\" into len %d",
|
bsd-misc.c | 41 * Otherwise it may get clobbered by setproctitle()
|
openbsd-compat.h | 131 void setproctitle(const char *fmt, ...);
|
/external/libppp/src/ |
defs.c | 386 setproctitle(NULL); 388 setproctitle("-%s", title + 1); 390 setproctitle("%s", title);
|
command.c | 190 static int SetProcTitle(struct cmdargs const *); [all...] |
/external/openssh/ |
TODO | 31 - More platforms for for setproctitle() emulation (testing needed)
|
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",
|
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...] |
sshd.c | 678 setproctitle("%s", "[net]"); [all...] |
session.c | 273 setproctitle("%s", authctxt->pw->pw_name); [all...] |
config.h | 825 /* Define to 1 if you have the `setproctitle' function. */ [all...] |
config.h.in | 822 /* Define to 1 if you have the `setproctitle' function. */ [all...] |
ChangeLog | 175 setproctitle for a mux master that has been gracefully stopped; 189 - (djm) [configure.ac] enable setproctitle emulation for OS X 193 bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg 195 NB. includes additional portability code to enable setproctitle emulation [all...] |
auth-pam.c | 452 setproctitle("%s [pam]",
|
/external/dropbear/ |
scpmisc.c | 202 * Otherwise it may get clobbered by setproctitle()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
GenericTaintChecker.cpp | 626 // Or if a function is named setproctitle (this is a heuristic). 627 if (C.getCalleeName(CE).find("setproctitle") != StringRef::npos) {
|
/external/ipsec-tools/src/racoon/ |
privsep.c | 39 #include <stdlib.h> /* for setproctitle */ 271 setproctitle("[priv]");
|
/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, ...);
|