Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ps/
H A Dps.c264 static size_t pidsz = 0; variable
590 if (npid == pidsz) { in stdmain()
591 if ((pidsz *= 2) == 0) in stdmain()
592 pidsz = SIZ; in stdmain()
594 pidsz * sizeof (pid_t)); in stdmain()