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.c122 setproctitle(const char *fmt, ...) in setproctitle() function
Dopenbsd-compat.h131 void setproctitle(const char *fmt, ...);
DMakefile.in19 …o mktemp.o pwcache.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sha2.o sigact…
/external/openssh/
DTODO31 - More platforms for for setproctitle() emulation (testing needed)
Dauth2.c251 setproctitle("%s%s", authctxt->valid ? user : "unknown", in input_userauth_request()
Dauth1.c419 setproctitle("%s%s", authctxt->valid ? user : "unknown", in do_authentication()
DAndroid.mk23 openbsd-compat/port-tun.c openbsd-compat/setproctitle.c \
Dsession.c273 setproctitle("%s", authctxt->pw->pw_name); in do_authenticated()
1770 setproctitle("%s@%s", s->pw->pw_name, INTERNAL_SFTP_NAME); in do_child()
2598 setproctitle("%s@%s", s->pw->pw_name, session_tty_list()); in session_proctitle()
Dsshd.c678 setproctitle("%s", "[net]"); in privsep_preauth()
1821 setproctitle("%s", "[accepted]");
Dauth-pam.c452 setproctitle("%s [pam]", in sshpam_thread()
Dssh.c997 setproctitle("%s [mux]", options.control_path); in control_persist_detach()
Dclientloop.c2161 setproctitle("[stopped mux]"); in client_stop_mux()
DChangeLog175 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
Dconfig.h.in822 /* Define to 1 if you have the `setproctitle' function. */
1387 bsd-setproctitle.c */
Dmonitor.c745 setproctitle("%s [priv]", pwent ? username : "unknown"); in mm_answer_pwnamallow()
Dconfigure.ac462 supported by bsd-setproctitle.c])
527 supported by bsd-setproctitle.c])
1487 setproctitle \
Dconfigure9045 setproctitle \
/external/ipsec-tools/src/racoon/
Dprivsep.c271 setproctitle("[priv]"); in privsep_init()