Searched refs:setproctitle (Results 1 – 23 of 23) sorted by relevance
/external/clang/test/Analysis/ |
D | taint-generic.c | 10 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/ |
D | prespawner.py | 11 from setproctitle import setproctitle 36 setproctitle(proc_title)
|
/external/avahi/avahi-daemon/ |
D | setproctitle.c | 87 setproctitle("-%s", t); in avahi_set_proc_title()
|
D | Android.mk | 18 setproctitle.c \
|
/external/openssh/openbsd-compat/ |
D | setproctitle.c | 123 setproctitle(const char *fmt, ...) in setproctitle() function
|
D | Makefile.in | 19 …che.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o…
|
D | openbsd-compat.h | 151 void setproctitle(const char *fmt, ...);
|
/external/openssh/ |
D | TODO | 31 - More platforms for for setproctitle() emulation (testing needed)
|
D | auth1.c | 414 setproctitle("%s%s", authctxt->valid ? user : "unknown", in do_authentication()
|
D | Android.mk | 84 openbsd-compat/setproctitle.c \
|
D | auth2.c | 250 setproctitle("%s%s", authctxt->valid ? user : "unknown", in input_userauth_request()
|
D | session.c | 256 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()
|
D | sshd.c | 722 setproctitle("%s", "[net]"); in privsep_preauth() 2048 setproctitle("%s", "[accepted]");
|
D | auth-pam.c | 453 setproctitle("%s [pam]", in sshpam_thread()
|
D | ssh.c | 1411 setproctitle("%s [mux]", options.control_path); in control_persist_detach()
|
D | config.h.in | 959 /* Define to 1 if you have the `setproctitle' function. */ 1566 bsd-setproctitle.c */
|
D | monitor.c | 802 setproctitle("%s [priv]", pwent ? username : "unknown"); in mm_answer_pwnamallow()
|
D | clientloop.c | 2676 setproctitle("[stopped mux]"); in client_stop_mux()
|
D | configure.ac | 563 supported by bsd-setproctitle.c]) 637 supported by bsd-setproctitle.c]) 1690 setproctitle \
|
D | ChangeLog | 7300 - (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
|
D | configure | 16600 setproctitle \
|
/external/ipsec-tools/src/racoon/ |
D | privsep.c | 271 setproctitle("[priv]"); in privsep_init()
|
/external/avahi/ |
D | configure.ac | 369 …mp gettimeofday putenv strncasecmp strlcpy gethostbyname seteuid setegid setproctitle getprogname])
|