Searched refs:setproctitle (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.discardd/
H A Din.discardd.c47 setproctitle("discard", s, argv);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.echod/
H A Din.echod.c47 setproctitle("echo", s, argv);
/illumos-gate/usr/src/cmd/rexd/
H A Dwhere_main.c56 * argv start and extent for setproctitle()
93 setproctitle(user, host) function
H A Dunder.c64 setproctitle(user, host) function
103 * argv start and extent for setproctitle()
H A Dunix_login.c106 extern void setproctitle(char *user, char *host);
152 setproctitle(pw->pw_name, host);
H A Don.c240 * argv start and extent for setproctitle()
747 setproctitle(user, host) function
H A Drpc.rexd.c140 * Remember the start and extent of argv for setproctitle().
161 * argv start and extent for setproctitle()
1349 setproctitle(user, host) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.chargend/
H A Din.chargend.c74 setproctitle("chargen", s, argv);
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h358 void setproctitle(const char *, int, char **);
H A Dinetsvc.c1517 * inetd specific setproctitle. It sets the title so that it contains
1521 * common version of setproctitle is made available.
1524 setproctitle(const char *svc_name, int s, char *argv[]) function
/illumos-gate/usr/src/boot/include/
H A Dunistd.h570 void setproctitle(const char *_fmt, ...) __printf0like(1, 2);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2427 ** Pointers for setproctitle.
2434 static void setproctitle __P((const char *, ...));
2448 ** Move the environment so setproctitle can use the space at
2463 ** Save start and extent of argv for setproctitle.
2469 ** Determine how much space we can use for setproctitle.
2498 setproctitle(const char *fmt, ...) function
2500 setproctitle(fmt, va_alist)
2595 ** Possibly set process status and call setproctitle() to
2636 setproctitle("%s: %s", prefix, buf);
2639 setproctitle("
[all...]

Completed in 80 milliseconds