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

/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1514 * inetd specific setproctitle. It sets the title so that it contains
1518 * common version of setproctitle is made available.
1521 setproctitle(const char *svc_name, int s, char *argv[]) function
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c2425 ** Pointers for setproctitle.
2432 static void setproctitle __P((const char *, ...));
2446 ** Move the environment so setproctitle can use the space at
2461 ** Save start and extent of argv for setproctitle.
2467 ** Determine how much space we can use for setproctitle.
2496 setproctitle(const char *fmt, ...) function
2498 setproctitle(fmt, va_alist)
2593 ** Possibly set process status and call setproctitle() to
2634 setproctitle("%s: %s", prefix, buf);
2637 setproctitle("
[all...]

Completed in 90 milliseconds