Home
last modified time | relevance | path

Searched refs:setproctitle (Results 1 – 23 of 23) 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/avahi/avahi-daemon/
Dsetproctitle.c87 setproctitle("-%s", t); in avahi_set_proc_title()
DAndroid.mk18 setproctitle.c \
/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.h151 void setproctitle(const char *fmt, ...);
/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.c722 setproctitle("%s", "[net]"); in privsep_preauth()
2048 setproctitle("%s", "[accepted]");
Dauth-pam.c453 setproctitle("%s [pam]", in sshpam_thread()
Dssh.c1411 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.c2676 setproctitle("[stopped mux]"); in client_stop_mux()
Dconfigure.ac563 supported by bsd-setproctitle.c])
637 supported by bsd-setproctitle.c])
1690 setproctitle \
DChangeLog7300 - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a
7301 platform that is expected to use the reuse-argv style setproctitle
7302 hack surprises us by providing a setproctitle in libc; ok dtucker
Dconfigure16600 setproctitle \
/external/ipsec-tools/src/racoon/
Dprivsep.c271 setproctitle("[priv]"); in privsep_init()
/external/avahi/
Dconfigure.ac369 …mp gettimeofday putenv strncasecmp strlcpy gethostbyname seteuid setegid setproctitle getprogname])