Searched refs:proctitle (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/ |
| HD | ftpd.c | 114 char proctitle[BUFSIZ]; /* initial part of title */ variable 766 snprintf (proctitle, sizeof(proctitle), in do_login() 770 setproctitle("%s", proctitle); in do_login() 789 snprintf(proctitle, sizeof(proctitle), "%s: %s", remotehost, pw->pw_name); in do_login() 790 setproctitle("%s", proctitle); in do_login() 1840 snprintf(proctitle, sizeof(proctitle), "%s: connected", remotehost); in dolog() 1841 setproctitle("%s", proctitle); in dolog()
|
| HD | extern.h | 145 extern char proctitle[];
|
| HD | ftpcmd.y | 1142 setproctitle("%s: %s", proctitle, cbuf);
|
| HD | ftpcmd.c | 3195 setproctitle("%s: %s", proctitle, cbuf);
|
| /freebsd-13-stable/libexec/ftpd/ |
| HD | ftpd.c | 206 char proctitle[LINE_MAX]; /* initial part of title */ variable 1637 snprintf(proctitle, sizeof(proctitle), in pass() 1642 snprintf(proctitle, sizeof(proctitle), in pass() 1644 setproctitle("%s", proctitle); in pass() 1657 snprintf(proctitle, sizeof(proctitle), in pass() 1659 setproctitle("%s", proctitle); in pass() 2744 snprintf(proctitle, sizeof(proctitle), "%s: connected (to %s)", in dolog() 2748 snprintf(proctitle, sizeof(proctitle), "%s: connected", in dolog() 2750 setproctitle("%s", proctitle); in dolog()
|
| HD | extern.h | 90 extern char proctitle[];
|
| HD | ftpcmd.y | 1297 setproctitle("%s: %s", proctitle, cbuf);
|
| /freebsd-13-stable/contrib/opie/ |
| HD | ftpcmd.y | 112 extern char *proctitle; 970 setproctitle("%s: %s", proctitle, cbuf);
|
| HD | opieftpd.c | 226 static char proctitle[BUFSIZ]; /* initial part of title */ variable 637 sizeof(proctitle) - sizeof(remotehost) - sizeof(": anonymous/"),
|