Home
last modified time | relevance | path

Searched refs:setproctitle (Results 1 – 18 of 18) 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/autotest/client/bin/
Dprespawner.py11 from setproctitle import setproctitle
36 setproctitle(proc_title)
/external/openssh/openbsd-compat/
Dsetproctitle.c123 setproctitle(const char *fmt, ...) in setproctitle() function
DMakefile.in19 …che.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o…
Dopenbsd-compat.h152 void setproctitle(const char *fmt, ...);
/external/openssh/
DAndroid.mk84 openbsd-compat/setproctitle.c \
DTODO31 - More platforms for for setproctitle() emulation (testing needed)
Dauth2.c254 setproctitle("%s%s", authctxt->valid ? user : "unknown", in input_userauth_request()
Dsession.c256 setproctitle("%s", authctxt->pw->pw_name); in do_authenticated()
1626 setproctitle("%s@%s", s->pw->pw_name, INTERNAL_SFTP_NAME); in do_child()
2437 setproctitle("%s@%s", s->pw->pw_name, session_tty_list()); in session_proctitle()
Dsshd.c623 setproctitle("%s", "[net]"); in privsep_preauth()
1895 setproctitle("%s", "[accepted]");
Dauth-pam.c449 setproctitle("%s [pam]", in sshpam_thread()
Dmonitor.c716 setproctitle("%s [priv]", pwent ? username : "unknown"); in mm_answer_pwnamallow()
Dconfig.h.in989 /* Define to 1 if you have the `setproctitle' function. */
1610 bsd-setproctitle.c */
Dssh.c1511 setproctitle("%s [mux]", options.control_path); in control_persist_detach()
Dclientloop.c2765 setproctitle("[stopped mux]"); in client_stop_mux()
Dconfigure.ac562 supported by bsd-setproctitle.c])
635 supported by bsd-setproctitle.c])
1749 setproctitle \
Dconfigure10700 setproctitle \
/external/ipsec-tools/src/racoon/
Dprivsep.c271 setproctitle("[priv]"); in privsep_init()