Home
last modified time | relevance | path

Searched refs:pdlen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ps/
H A Dps.c983 int pdlen; in print_proc() local
989 pdlen = snprintf(pname, sizeof (pname), "%s/%s/", procdir, pid_name); in print_proc()
990 if (pdlen >= sizeof (pname) - 10) in print_proc()
993 (void) strlcpy(&pname[pdlen], "psinfo", sizeof (pname) - pdlen); in print_proc()
1055 (void) strlcpy(&pname[pdlen], "lpsinfo", in print_proc()
1056 sizeof (pname) - pdlen); in print_proc()
1094 (void) strlcpy(&pname[pdlen], "lusage", sizeof (pname) - in print_proc()
1095 pdlen); in print_proc()
1155 (void) strlcpy(&pname[pdlen], "usage", in print_proc()
1156 sizeof (pname) - pdlen); in print_proc()