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.c934 int pdlen; in print_proc() local
940 pdlen = snprintf(pname, sizeof (pname), "%s/%s/", procdir, pid_name); in print_proc()
941 if (pdlen >= sizeof (pname) - 10) in print_proc()
944 (void) strcpy(&pname[pdlen], "psinfo"); in print_proc()
1006 (void) strcpy(&pname[pdlen], "lpsinfo"); in print_proc()