Searched defs:setproctitle (Results 1 - 6 of 6) sorted by relevance

/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 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/lib/libinetsvc/common/
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/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 85 milliseconds