Home
last modified time | relevance | path

Searched refs:setproctitle (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Analysis/
Dtaint-generic.c10 void setproctitle(const char *fmt, ...);
81 setproctitle(s, 3); // expected-warning {{Uncontrolled Format String}} in testUncontrolledFormatString()
89 setproctitle(*(p), 3); // expected-warning {{Uncontrolled Format String}} in testUncontrolledFormatString()
93 setproctitle(spcpy, 3); // expected-warning {{Uncontrolled Format String}} in testUncontrolledFormatString()
97 setproctitle(spcpyret, 3); // expected-warning {{Uncontrolled Format String}} in testUncontrolledFormatString()
101 setproctitle(sncpy, 3); // expected-warning {{Uncontrolled Format String}} in testUncontrolledFormatString()
105 setproctitle(dup, 3); // expected-warning {{Uncontrolled Format String}} in testUncontrolledFormatString()
/external/openssh/openbsd-compat/
Dsetproctitle.c123 setproctitle(const char *fmt, ...) in setproctitle() function
Dopenbsd-compat.h143 void setproctitle(const char *fmt, ...);
DMakefile.in19 …che.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o…
/external/openssh/
DTODO31 - More platforms for for setproctitle() emulation (testing needed)
Dauth1.c414 setproctitle("%s%s", authctxt->valid ? user : "unknown", in do_authentication()
DAndroid.mk84 openbsd-compat/setproctitle.c \
Dauth2.c250 setproctitle("%s%s", authctxt->valid ? user : "unknown", in input_userauth_request()
Dsession.c256 setproctitle("%s", authctxt->pw->pw_name); in do_authenticated()
1825 setproctitle("%s@%s", s->pw->pw_name, INTERNAL_SFTP_NAME); in do_child()
2639 setproctitle("%s@%s", s->pw->pw_name, session_tty_list()); in session_proctitle()
Dsshd.c719 setproctitle("%s", "[net]"); in privsep_preauth()
2030 setproctitle("%s", "[accepted]");
Dauth-pam.c453 setproctitle("%s [pam]", in sshpam_thread()
Dssh.c1412 setproctitle("%s [mux]", options.control_path); in control_persist_detach()
Dconfig.h.in959 /* Define to 1 if you have the `setproctitle' function. */
1566 bsd-setproctitle.c */
Dmonitor.c802 setproctitle("%s [priv]", pwent ? username : "unknown"); in mm_answer_pwnamallow()
Dclientloop.c2662 setproctitle("[stopped mux]"); in client_stop_mux()
Dconfigure.ac558 supported by bsd-setproctitle.c])
632 supported by bsd-setproctitle.c])
1683 setproctitle \
DChangeLog4995 - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a
4996 platform that is expected to use the reuse-argv style setproctitle
4997 hack surprises us by providing a setproctitle in libc; ok dtucker
6341 - (dtucker) [openbsd-compat/setproctitle.c] Handle error case form the 2nd
Dconfigure16527 setproctitle \
/external/ipsec-tools/src/racoon/
Dprivsep.c271 setproctitle("[priv]"); in privsep_init()